(solved) error when initiate ionic start myapp tabs

Error message :
ionic Error Initializing app: There was an error with the spawned command: npminstall

solution :

  1. upgrade nodejs
    brew upgrade node
    
  2. upgrade npm
    npm install -g npm
    
  3. set new registry
    npm set registry http://registry.npmjs.org

    source

Leave a Comment

Your email address will not be published. Required fields are marked *