npm安装的一些坑

290 阅读1分钟

安装但不写入package.json;

npm install

安装写入dependencies

npm install xxx -S

安装写入到devDependencies

npm install xxx -D