-
Notifications
You must be signed in to change notification settings - Fork 655
Local gulp not found in D:\home\site\wwwroot #2100
Comments
my node version is
|
Can you try moving up to Node 4.4.7, which is the latest 4.x version? |
same thing errors when running npm install gulp
|
I actually can't run npm install now, below is what the powershell in kudu gives me:
|
Does that latest error happen consistently if you refresh Kudu Console? But for the previous error, problem is clear: it's exceeding the 260 char path length:
has 273. npm3 avoids a number of this issue, and there is a separate App Setting you can set for npm. Specifically, set WEBSITE_NPM_DEFAULT_VERSION to 3.10.3. Noe that it's a different setting form above. |
Hi David,
Then, I try to run gulp again and get the same error:
I then run and the output after running
I've been running into this a lot with npm install in the kudu environment, where i'll run npm install and it's always a partial install and i'll have to continue down the list of required modules in say, app.js (when i try to run npm start), or the gulp file and manually install them until all the required modules are satisfied.. any idea why that happens? |
This looks related to #1573 |
Hi If the problem persists and is related to running it on Azure App Service, please open a support incident in Azure: This way we can better track and assist you on this case Thanks, Joaquin Vano |
After running npm install in the kudu powershell env multiple times, gulp never shows in my node modules. commands I've run:
npm install
npm install --force
npm install gulp -g
npm instal gulp
npm link gulp
Also, running npm install always seems to end in errors:
my package.json:
after inspecting the node modules, it seems several packages are missing as well. I've been handling a lot of the deployments manually. I sync azure with the gitlab repo, then I come into the kudu shell and run the npm install commands. I need gulp to generate a public/ file with the angular/express app.
Any help or recommendations here would be greatly appreciates.
The text was updated successfully, but these errors were encountered: