我使用npm i -g jest
在全球范围内安装jest和jest-cli。但是,当我尝试运行npm test命令时,得到以下信息:
'jest' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Test failed. See above for more details.
package.json:
"scripts": {
"webpack": "webpack -wd",
"test": "jest --watch"
},
我检查了npm全局目录C:\Users\<User>\AppData\Roaming\npm\node_modules
并安装了Jest。