我试着创建项目使用vue创建,但我得到以下错误的所有时间
✨ Creating project in C:\Users\....
⚙️ Installing CLI plugins. This might take a while...
npm ERR! Unexpected end of JSON input while parsing near '..."^5.8.23","babel-tape'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\HariC\AppData\Roaming\npm-cache\_logs\2020-08-01T13_14_04_441Z-debug.log
ERROR command failed: npm install --loglevel error
在创建应用程序时,我选择了除了打印脚本支持和es-lint之外的所有内容。可能是什么原因?
2条答案
按热度按时间raogr8fs1#
尝试清除该高速缓存:
ghhkc1vu2#
该错误可能是由于缓存损坏造成的。请参阅-https://stackoverflow.com/a/47896884/9640177
npm缓存清除-强制