-
Notifications
You must be signed in to change notification settings - Fork 141
Local install not working, nor advanced deployments #56
Comments
The same error was encountered with yarn start: Hi, @DawMatt Have you solved the problem now? |
@guoqqqi , actually I retested tonight after upgrading from node v14 LTS to v16 LTS. This seems to be behaving better on my Mac. Might be worth trying if you are running an older version of node. The documentation indicates this project requires a minimum of node v10 but that wiki page hasn't been updated in more than 15 months so it could just be out of date. |
Hi, @DawMatt Sorry, I upgraded my node from v14.18.0 to v16.16.0 and reused yarn start and got the same error.🥲 |
@guoqqqi , in my case I had to rerun I'm also curious about both of the projects. Docs @ Microsoft seems to have tutorials referring to the other project but I can't find any information about how the two projects compare. Strangely enough while the other project seems more up to date than this I had trouble running it with both v14 LTS and v16 LTS. The only one I can get running right now is this one with v16 LTS. |
Hi, @DawMatt Thanks for the detailed answer, it worked fine when I ran the new repository. |
Installs/deployments no longer seem to be working. They typically complain about apim-developer-portal being missing:
These errors stop any deployments from working, and the deployments are being performed in alignment with the wiki.
The wiki contains "Customize the site" steps ( https://github.com/Azure/API-Portal/wiki ) as follows:
At step 2.b the following warning is returned:
At step 2.b the following error is returned, and the website refuses to accepted connections:
Similarly the "Advanced deployment options" section on the same page contains the following instructions:
The
npm run publish
command returned the following:Can you please help?
The text was updated successfully, but these errors were encountered: