You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem with installing pioneer on Ubuntu 14
Hi. I want to try using pioneer to testing, but i get some troubles.
I just try to execute command sudo npm install pioneer
and i get npm WARN engine [email protected]: wanted: {"node":"0.6 || 0.8 || 0.10 || 0.11"} (current: {"node":"4.4.0","npm":"2.14.20"})
then i get node-gyp rebuild and a lot of errors.
I try to change node version vith nvm to 0.8
and that thig was not resolved
installation freezes in momrnt, when it try get something from https://registry.npmjs.org/i/-/i-0.3.2.tgz
For this adress i got in browser answer: {"error":"package could not be found."}
I aulso tryed ti install from git? but i got the same erorr.
Is there any other way to install?
Can anybody help me to install this pakage?
here is my logs
roman@rmk-pc:~$ cd projects
roman@rmk-pc:~/projects$ nvm use 0.8
Now using node v0.8.28 (npm v1.2.30)
roman@rmk-pc:~/projects$ nvm ls
-> v0.8.28
v0.10.43
system
node -> stable (-> v0.10.43) (default)
stable -> 0.10 (-> v0.10.43) (default)
iojs -> iojs- (-> N/A) (default)
roman@rmk-pc:~/projects$ node -v
v0.8.28
roman@rmk-pc:~/projects$ sudo npm install pioneer
[sudo] password for roman:
npm WARN engine [email protected]: wanted: {"node":"0.6 || 0.8 || 0.10 || 0.11"} (current: {"node":"4.4.0","npm":"2.14.20"})
> [email protected] install /home/roman/node_modules/pioneer/node_modules/selenium-webdriver/node_modules/ws/node_modules/utf-8-validate
> node-gyp rebuild
....................................
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Linux 4.2.0-34-generic
gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/roman/node_modules/pioneer/node_modules/selenium-webdriver/node_modules/ws/node_modules/utf-8-validate
gyp ERR! node -v v4.4.0
gyp ERR! node-gyp -v v3.3.0
gyp ERR! not ok
................................
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm ERR! fetch failed https://registry.npmjs.org/i/-/i-0.3.2.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 504
The text was updated successfully, but these errors were encountered:
Problem with installing pioneer on Ubuntu 14
Hi. I want to try using pioneer to testing, but i get some troubles.
I just try to execute command
sudo npm install pioneer
and i get
npm WARN engine [email protected]: wanted: {"node":"0.6 || 0.8 || 0.10 || 0.11"} (current: {"node":"4.4.0","npm":"2.14.20"})
then i get
node-gyp rebuild
and a lot of errors.I try to change node version vith nvm to 0.8
and that thig was not resolved
installation freezes in momrnt, when it try get something from
https://registry.npmjs.org/i/-/i-0.3.2.tgz
For this adress i got in browser answer:
{"error":"package could not be found."}
I aulso tryed ti install from git? but i got the same erorr.
Is there any other way to install?
Can anybody help me to install this pakage?
here is my logs
The text was updated successfully, but these errors were encountered: