-
Notifications
You must be signed in to change notification settings - Fork 231
Failed to install ndb #20
Comments
I failed to install ndb either. node -v `
prebuild-install WARN install EACCES: permission denied, access '/Users/lily/.npm'
ERROR: Failed to download Chromium r571375! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download. npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
i meet this problem either |
Some installation problems may be resolved in just published 1.0.8 but I am still looking into this problem. |
Encountering the same on |
I see this as well:
Installed node using official package installer. |
Some permissions related problems are highlighted in following thread: puppeteer/puppeteer#375 |
Thanks, worked for me with |
|
when I run ndb node xxx.js,it can't work.Here is the error message. |
@raskanskyz solution to use:
details showing example failure followed by working solution:
removed and then used his solution:
|
I used the command |
Adding the previously mentioned additional cli args worked for me on Ubuntu 18.04. It would be nice if the README was updated to include this information. |
result of run commnad: result of run comand: I dont know why, but with node version: 10.7.0 |
@aslushnikov what do you think about last comment? |
what is it shows nothing here is that wrong command ???
|
This is a permissions issue. If I run |
for anyone that is confused, ftw = for the win. It is not meant to be part of the cmd line args. it should be just: |
Steps to reproduce
Tell us about your environment:
What steps will reproduce the problem?
Seeing the error
mkdir '/usr/lib/node_modules/ndb/node_modules/node-pty-prebuilt/build'
, I tried tomanually created directory '/usr/lib/node_modules/ndb/node_modules/node-pty-prebuilt/' but I got the same error when I tried to install it again.
What is the expected result?
What happens instead?
The text was updated successfully, but these errors were encountered: