Не удается установить селен-побегер через npm - PullRequest
0 голосов
/ 10 июля 2019

Получение следующей ошибки при установке selenium-side-runner (https://www.npmjs.com/package/selenium-side-runner) в моей домашней папке. Не уверен, что мне нужно быть в проекте.

$ npm install -g selenium-бегун

npm ERR! code E404
npm ERR! 404 Not Found - GET https://frs-art.jpmchase.net/artifactory/api/npm/jpmc-public-npm/selenium-side-runner - not_found
npm ERR! 404
npm ERR! 404  'selenium-side-runner@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\R649526\AppData\Roaming\npm-cache\_logs\2019-07-10T20_07_36_233Z-debug.log

.npmrc

registry=https://frs-art.jpmchase.net/artifactory/api/npm/jpmc-public-npm
...