英文:
how can i install npm earliest version
问题
npm ERR! code EEXIST
npm ERR! syscall mkdir
npm ERR! path /Users/refilwe/.npm/\_cacache/content-v2/sha512/2c/35
npm ERR! errno EEXIST
npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/log-symbols: EACCES: permission denied, mkdir '/Users/refilwe/.npm/\_cacache/content-v2/sha512/2c/35'
npm ERR! File exists: /Users/refilwe/.npm/\_cacache/content-v2/sha512/2c/35
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
npm ERR! A complete log of this run can be found in: /Users/refilwe/.npm/\_logs/2023-07-06T08_28_27_953Z-debug-0.log
pc221:~ refilwe$ npm install -g @angular/cli
英文:
npm ERR! code EEXIST
npm ERR! syscall mkdir
npm ERR! path /Users/refilwe/.npm/\_cacache/content-v2/sha512/2c/35
npm ERR! errno EEXIST
npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/log-symbols: EACCES: permission denied, mkdir '/Users/refilwe/.npm/\_cacache/content-v2/sha512/2c/35'
npm ERR! File exists: /Users/refilwe/.npm/\_cacache/content-v2/sha512/2c/35
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
npm ERR! A complete log of this run can be found in: /Users/refilwe/.npm/\_logs/2023-07-06T08_28_27_953Z-debug-0.log
pc221:\~ refilwe$ npm install -g @angular/cli
答案1
得分: 1
Sure, here's the translation of the code part:
npm install -g @angular/cli@<version>
英文:
can you please specify which package you want to install or you just want to install cli with specific version can use this
npm install -g @angular/cli@<version>
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论