关于npm install 出错的问题
程序员文章站
2022-03-03 17:47:06
...
shasum check failed for /var/folders/h6/27bxx_sx67q6lgkq_7gyl0w80000gn/T/npm-1003-4607c94b/registry.npmjs.org/webpack/-/webpack-1.14.0.tgz
npm ERR! Expected: 54f1ffb92051a328a5b2057d6ae33c289462c823
npm ERR! Actual: 2ec8888edbfaaf588be7b004ab706f01afd93ce0
npm ERR! From: https://registry.npmjs.org/webpack/-/webpack-1.14.0.tgz
npm ERR!
- 1
- 2
- 3
- 4
- 5
- 1
- 2
- 3
- 4
- 5
用npm install
的时候出现这种问题, 用了网上的办法npm
install --registry=https://registry.cnpmjs.org
一般的angularjs项目 使用下面两布可以启动
1.cd到项目目录下
2.npm install
3.npm start
在网址上输入 localhost:8000即可成功