我正在尝试使用以下命令来安装jest
npm i jest --save-dev
我遇到以下错误
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "i" "jest" "--save-dev"
npm ERR! node v8.11.3
npm ERR! npm v5.6.0
npm ERR! Class constructor cannot be invoked without 'new'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! C:\Windows\system32\npm-debug.log
任何想法可能是什么问题?
答案 0 :(得分:3)
使用
更改.bablerc中的预设"presets": ["es2015", "stage-2", "react"]
此外,尝试删除package-lock.json和node_modules,然后删除npm i并重试