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 2021/01/26 17:48:23 UTC

[GitHub] [superset] bobeal commented on issue #11171: Install results in broken welcome screen on MacOS

bobeal commented on issue #11171:
URL: https://github.com/apache/superset/issues/11171#issuecomment-767713929


   > > npm ci && npm run build && rm -rf node_modules
   > 
   > I get then:
   > 
   > ```
   > 
   > npm ci && npm run build && rm -rf node_modules                                                                               (base)
   > npm ERR! The `npm ci` command can only install with an existing package-lock.json or
   > npm ERR! npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or
   > npm ERR! later to generate a package-lock.json file, then try again.
   > 
   > npm ERR! A complete log of this run can be found in:
   > npm ERR!     /Users/..../.npm/_logs/2021-01-26T15_34_29_045Z-debug.log
   > ```
   
   you have to first go into the `superset-frontend` directory (where the build files for the front end are located) and run the `npm ...` commands in it.
    


----------------------------------------------------------------
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.

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