我跑来npm install gulp-protractor --save-dev
在我的项目中安装量角器及其要求。
根据这个文档(https://github.com/mllrsohn/gulp-protractor),我应该找到'./node_modules/protractor/selenium/selenium-server-standalone-2.45.0.jar'
. 但是在我安装完所有东西之后,那个selenium-server-standalone-xxx.jar
文件就找不到了。即使在我运行之后npm install protractor
,它也不会出现。
这是我的文件node_modules/protractor
我在这里想念什么?我使用 Linux Ubuntu 16.04,节点 6.9.1(通过 nvm)