Closed axetroy closed 8 years ago
npm install
@thaiat
not work~!
the dependencies not write in package.json
but in prepublish.sh
[npm install
] mean nothing install
sorry but you ll have to be more explicit about what you are doing
this is standard nodejs, npm install cannot "not work"....
A lot of the dependencies are not in the package.json. npm install
does not install those missing dependencies
Might be a duplicate of #306
i have just updated the package, can you with the latest version ?
To replicate this error:
rm -rf node_modules
npm install && ./bin/prepackage.sh
gulp
I will try updating to the latest version
v2.0.5 seems to work just fine. Thanks!
cool, closing this issue for now, feel free to reopen
even I run command
and the dependencies has been install in global env
but when I run gulpd.
it will report some error like
and then ,ok~~!i will install it by hand.
and then it will require other module some one can't install.
so,the question is:
how to install all the dependencies?
somebody can tell?