- 安装到全局:npm install -g(默认是安装到当前项目)
- 本地安装/当前项目有效:npm install
- 开发环境依赖(npm run serve 依赖的):npm install --save-dev -> npm i -D
- 生产环境依赖(npm run build 依赖的):npm install --save -> npm i -S
相关文章
- 10-19Tensorflow问题记录 --pydot Failed to import pydot. You must install pydot and graphviz for pydotprint to
- 10-19关于Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work的处理建议
- 10-19file xxx from install of xxx conflicts with file from xxx
- 10-19ML学习笔记之Anaconda中命令形式安装XGBoost(pip install)
- 10-19什么是’动作android:name =“com.android.vending.INSTALL_REFERRER”’?
- 10-19bower install和cnpm install
- 10-19freebsd make install openjdk6
- 10-19The program 'yum' is currently not installed. You can install it by typing:
- 10-19poetry install报错,提示“relative path can‘t be expressed as a file URI”
- 10-19npm install 安装报错,Unhandled rejection RangeError: Maximum call stack size exceeded