-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Download failed: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/puppeteer/.local-chromium' + puppeteer@0.9.0 #367
Comments
|
What is your Check it with: If the directory is located somewhere were a normal user has no write access you will have to |
|
I have the same problem, I'm using it as a dependency on a project I'm working on. If I try to install my project globally using |
|
Also ref #375 |
|
Shall we mark this as a dupe of #375? |
|
Dupe of #375 :) |
|
Have already you fixed this problem ? Could you show me the solution ? :) |
|
init project i use yarn |
|
How come this fails to install even if using sudo? I'm trying to install critical using |
|
@sryze It has the do with Nodejs 8, have you tried using Nodejs 6 or 7? |
|
guys, don't use SUDO when you install this module. Вот. |
|
After hunting around the Internet, I found a solution:
|
|
@hopeseekr you rock !!! |
|
For me : |
|
@hopeseekr you saved my day |
|
don't use nvm |
npm install puppeteer
Download failed: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/puppeteer/.local-chromium'
CentOS 6
The text was updated successfully, but these errors were encountered: