N
N
nurise2014-03-20 21:47:14
npm
nurise, 2014-03-20 21:47:14

Why won't npm module run on Windows?

In general, I installed gulp on Win7.
I did it like here , except -g I run the gulp
command , but the console says "gulp is not an internal or external command .. blablabla" What could be the problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
ZinChen, 2015-06-14
@ZinChen

Just gulp needs to be installed with the -g parameter, which makes its installation global for all node projects and there will be no need to specifically add it to the environments.
That is, the command will look like this:
npm install -g gulp

1
1001001 111, 2014-03-21
@IgorO2

Add path in environment variables to gulp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question