请问有人可以帮忙吗?,最近我一直在尝试在本地计算机上创建一个新的angular项目,但是它一直出现相同的错误,我什至尝试重新安装angular但仍然无法正常工作。
我什至尝试再次重新安装angular,但仍然无法正常工作。
ng new MyProject,然后出现此错误:
npm错误!解析附近时JSON输入意外结束 '...- \ r \ n版本:OpenPGP'
npm错误!有关此运行的完整日志,请参见:npm ERR!
C:\ Users \ User \ AppData \ Roaming \ npm-cache_logs \ 2019-10-24T21_30_15_950Z-debug.log 软件包安装失败,请参见上文。 这是调试日志中的错误:
2330 verbose stack at JSON.parse (<anonymous>)
2330 verbose stack at parseJson (C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\json-parse-better-errors\index.js:7:17)
2330 verbose stack at C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\node-fetch-npm\src\body.js:96:50
2330 verbose stack at runMicrotasks (<anonymous>)
2330 verbose stack at processTicksAndRejections (internal/process/task_queues.js:93:5)
2331 verbose cwd C:\Users\User\ALCProject
2332 verbose Windows_NT 10.0.18362
2333 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\User\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "--quiet"
2334 verbose node v12.13.0
2335 verbose npm v6.12.0
2336 error Unexpected end of JSON input while parsing near '...8f34","tarball":"http'
2337 verbose exit [ 1, true ]
答案 0 :(得分:0)
尝试一下: 第一
npm cache clean --force
第二
npm install -g @angular/cli
让我知道它是否适合您?
如果这不起作用,请尝试这样。
npm uninstall -g @angular/cli
npm cache clean --force
要验证:ng --version / *您将收到错误消息,然后您已卸载* /
使用以下命令重新安装:
npm install -g @angular/cli