我的“npm”文件夹位于 D:\Box 文件夹中,因为我在 C 上没有空间。我通过在系统环境变量中添加名为 PROTRACTOR 的新环境变量来配置 Protractor 工作,其值为:。然后在我输入的系统路径中:%PROTRACTOR%\bin
这对量角器非常有效。
现在我想添加 jasmine-reporters 并粘贴到 npm\node_modules\jasmine-node\node_modules 'jasmine-reporters' 和 'jasmine-growl-reporter' 文件夹中。然后在 conf.js 中使用 jasmine 报告运行一项测试,我看到错误消息:
找不到模块 'jasmine-reporters'。
我尝试什么:
- 在 npm\node_modules 中粘贴 'jasmine-reporters' 和 'jasmine-growl-reporter' 文件夹
- 添加系统环境变量 NODE_PATH: D:\Box\npm\node_modules
结果是一样的。有人,请帮我解决这个问题。