标签: javascript gulp frontend
我写了npm install -g gulp 然后我去我的项目文件并写了 npm install --save-dev gulp 并且我得到了这个错误 Refusing to install package with name "gulp" under a package also called "gulp". Did you name your project the same as the dependency you're installing?
npm install -g gulp
npm install --save-dev gulp
Refusing to install package with name "gulp" under a package also called "gulp". Did you name your project the same as the dependency you're installing?