Saturday 1 April 2017

'npm' is not recognized as an internal or external command, operable program or batch file, but it's in my env path

I'm trying to launch on Windows a node.js module that I have written on Linux.

I have set the env path to nodejs, i have installed my dependencies, when i use npm alone it's working. But when I npm start my module, it's telling me this :

my powershell prompt

Here is my package.json's scripts :

enter image description here

Can someone explain to me what's wrong ?

Thanks in advance.



via Devz

No comments:

Post a Comment