1
votes

I am using Windows 8 pro 64-bit PC, @2012 and My node version is v6.9.4 npm and node this command work very well, but node-dev command doesn't work and is not recognize as an internal or external command.

I set the user variable path to:

c:/Python36;C:\Program Files\Java\jdk1.8.0_121\bin;C:\Users\Kousher Alam Pranto\AppData\Roaming\Composer\vendor\bin;C:\Program Files\nodejs;

and system variable path into:

C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\nodejs;

but it still doesn't work, what should I do to solve this?

2
my nodejs installation folder is : C:\Program Files\nodejsKousher Alam
Welcome to Stack Overflow! You can take the tour first and learn How to Ask a good question and create a Minimal, Complete, and Verifiable example. That makes it easier for us to help you.Stephen Rauch

2 Answers

1
votes

You should first install node-dev from npm repository using below command

$ sudo npm install -g nodev

Once done you should be able to run the command from terminal. For detail look at node-dev library.

0
votes

In the discuss problem , no npm command was run, all command give me the 'not recognize err' I just add the npm path to the system path variable and it does the work.