Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help me #73

Closed
yogaaaaa opened this issue May 28, 2018 · 8 comments
Closed

help me #73

yogaaaaa opened this issue May 28, 2018 · 8 comments

Comments

@yogaaaaa
Copy link

Error: EACCES: permission denied, open 'geckodriver.tar.gz'
Emitted 'error' event at:
at WriteStream.onerror (/Users/yoga/frontend/CoPilot-master/node_modules/readable-stream/lib/_stream_readable.js:633:52)
at WriteStream.emit (events.js:182:13)
at fs.open (fs.js:2233:12)
at FSReqWrap.oncomplete (fs.js:152:20)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! geckodriver@1.10.0 postinstall: node index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the geckodriver@1.10.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /var/root/.npm/_logs/2018-05-28T18_22_23_668Z-debug.log

@misterGF
Copy link
Owner

misterGF commented Jun 1, 2018

You try running your command with sudo?
Can you let me know the command and OS you are using?

@bluestrat404
Copy link

Same issue here, even when running with sudo: "sudo npm install". OS is macOS 10.13.4

@zpetrovic
Copy link

I had the same issue when running "$ sudo npm install" after cloning repo.
Everything is OK if I run "$ npm install". This will not fix it if you already run it with "$ sudo", just clone repo again.

@inNetto
Copy link

inNetto commented Aug 10, 2018

Hey ... same problem here ... did anybody fix it?

@misterGF
Copy link
Owner

Are you having issues with the geckodriver as well or just issues with the npm install process? Posting specifics would help. Please also update your copy with the latest commit. Fixed an issue with node-saas.

@misterGF misterGF closed this as completed Jan 3, 2019
@dhalsted
Copy link

Ran into this issue with geckodriver on OSX and was able to get the install working by re-cloning and doing 'npm install' instead of 'sudo npm install'. Looks like a lot of vulnerabilities in there, though, including 4 criticals.

@rommyarb
Copy link

rommyarb commented Jul 9, 2019

Ran into this issue with geckodriver on OSX and was able to get the install working by re-cloning and doing 'npm install' instead of 'sudo npm install'. Looks like a lot of vulnerabilities in there, though, including 4 criticals.

You are right! I did npm install instead of sudo npm install and it works!

@CharmiBhikadiya
Copy link

Ran into this issue with geckodriver on OSX and was able to get the install working by re-cloning and doing 'npm install' instead of 'sudo npm install'. Looks like a lot of vulnerabilities in there, though, including 4 criticals.

Your solution works, thanks a lot!. But I am very curious to know the reason not working using sudo npm install. Any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants