You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/05/27 09:55:33 UTC

[GitHub] [superset] mounikag-tmt opened a new issue, #20211: ERR! code 127 node_modules/puppeteer npm ERR! command failed npm ERR! command sh -c node install.js npm ERR! sh: 1: node: Permission denied

mounikag-tmt opened a new issue, #20211:
URL: https://github.com/apache/superset/issues/20211

   I am using 
   Node. js - 16
   npm - 7
   I am using WSL2 - Ubuntu distribution to run superset frontend and backend. 
   For superset Frontend, in superset-frontend module, i did "npm ci" command.
   
   The command should run succesfully install all the packages without any errors.
   
   I am getting the below error:
   
   npm ERR! code 127
   npm ERR! path /mnt/c/Users/mounika.g/Superset/superset/superset-frontend/node_modules/puppeteer
   npm ERR! command failed
   npm ERR! command sh -c node install.js
   npm ERR! sh: 1: node: Permission denied
   npm ERR! A complete log of this run can be found in:
   npm ERR!     /root/.npm/_logs/2022-05-27T07_57_19_059Z-debug.log
   
   
   ![Screenshot (364)](https://user-images.githubusercontent.com/106060499/170676539-82f39a18-249a-4b3d-9c2b-9160b3c85dc3.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] mounikag-tmt closed issue #20211: ERR! code 127 node_modules/puppeteer npm ERR! command failed npm ERR! command sh -c node install.js npm ERR! sh: 1: node: Permission denied

Posted by GitBox <gi...@apache.org>.
mounikag-tmt closed issue #20211: ERR! code 127 node_modules/puppeteer npm ERR! command failed npm ERR! command sh -c node install.js npm ERR! sh: 1: node: Permission denied
URL: https://github.com/apache/superset/issues/20211


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] k-dani commented on issue #20211: ERR! code 127 node_modules/puppeteer npm ERR! command failed npm ERR! command sh -c node install.js npm ERR! sh: 1: node: Permission denied

Posted by "k-dani (via GitHub)" <gi...@apache.org>.
k-dani commented on issue #20211:
URL: https://github.com/apache/superset/issues/20211#issuecomment-1625385504

   Hello,
   is there a solution to this problem because i ran into the same / a similar problem while installing superset under the latest Debian and Ubuntu server version:
   
   Using this guide:
   https://superset.apache.org/docs/installation/installing-superset-from-scratch/
   at the bottom with the npm clean install command.
   
   ```
   # Build javascript assets
   cd superset-frontend
   npm ci
   ```
   
   I get this error as well:
   
   ```
   npm ERR! code 1
   npm ERR! path /home/<user>/superset/apache-superset-2.1.0rc3/superset-frontend/node_modules/puppeteer
   npm ERR! command failed
   npm ERR! command sh -c -- node install.js
   
   npm ERR! A complete log of this run can be found in:
   npm ERR!     /home/<user>/.npm/_logs/2023-07-07T12_41_35_430Z-debug-0.log
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org