Error while creating a new project using angular-cli -
i installed angular-cli when trying create new project, throwing error:
npm warn optional skipping optional dependency: node-sass@4.5.3 (node_modules\node-sass): npm warn optional skipping optional dependency: sha1-0jydexlkejnrux/8yjh9zsu+fwg= integrity checksum failed when using sha1: wanted sha1-0jydexlkejnrux/8yjh9zsu+fwg= got sha1-au9qswhf0hcutezv8pftf+ahicg=. (81395 bytes) npm err! code eintegrity npm err! sha1-5pzh90zxhojsvqdqpjbbq/l9mvo= integrity checksum failed when using sha1: wanted sha1-5pzh90zxhojsvqdqpjbbq/l9mvo= got sha1-vmzmdoabdu7ugy26v1yhr9hyutk=. (48762 bytes) npm err! complete log of run can found in: npm err! c:\users\raman\appdata\roaming\npm-cache\_logs\2017-07-25t09_26_53_359z-debug.log package install failed, see above. package install failed, see above.
how resolve error!
thanks in advance!
try
npm set registry https://registry.npmjs.org/ rm -rf node_modules/ npm cache clean --force npm cache verify npm install
or discard npm
,
yarn install
Comments
Post a Comment