zoukankan      html  css  js  c++  java
  • Ionic start 创建项目报错 Error with start undefined

    转自:http://blog.csdn.net/wenzigui_qy/article/details/52874542

    在Installing npm packages的时候报错,如下:

    Installing npm packages...  

    Error with start undefined  

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

    There was an error with the spawned command: npminstall  

    Caught exception:  

     undefined  

    查看了一些文档,更新了node.js到最新版还是不行。之后卸载了npm uninstall -g ionic ,再重新安装npm install -g ionic。

    之后运行npm install -g npm命令。

    ionic start app成功创建了

    主要是转载他们的文章,写了自己的解决过程,仅供大家参考。。

  • 相关阅读:
    Heroku
    Git基本命令(转)
    github之从零开发
    物理层、、。。。
    BeautifulSoup, 的使用
    路径设置
    http协议
    Python 的os模块与sys模块
    python 操作MySQL数据库
    多进程记要
  • 原文地址:https://www.cnblogs.com/qifan/p/6385045.html
Copyright © 2011-2022 走看看