升级ionic版本后,创建新项目报Error Initializing app错误解决
Posted Viola_left
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了升级ionic版本后,创建新项目报Error Initializing app错误解决相关的知识,希望对你有一定的参考价值。
命令行,进入项目路径后,运行
ionic start myApp --v2
命令执行后,报如下错误
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
从githut查到是因为node和npm版本低了,解决方法如下
https://github.com/driftyco/ionic-cli/issues/1089
1.升级node
win下直接官网下载最新安装包 https://nodejs.org/en/
OS X 下运行命令
npm install -g n
2.升级npm
upgrade npm
3. 注册表重新注册 set new registry
npm set registry http://registry.npmjs.org
4. 结果按照上面的步骤执行完之后,
cordova版本也低了,只好继续升级cordova
npm install -g cordova
但是cordova升级报错
从github上面没找到答案,自己试着退出项目路径重新试了一下,结果就成功了……,所以升级和安装什么的,还是得在node的安装路径。
以上是关于升级ionic版本后,创建新项目报Error Initializing app错误解决的主要内容,如果未能解决你的问题,请参考以下文章
升级code11.3后遇到React Native启动报错的问题 getCurrentAppState:error 和 objectAtIndexedSubscript: 的解决方案
angularjs启动项目报ERROR in AppModule is not an NgModule解决方法
springboot 1.3.5升级1.5.9后 默认使用tomcat 8.5版本 get请求报400 异常信息为 The valid characters are defined in RFC 72
MYSQL8创建新用户报错:You have an error in your SQL syntax;check...
MYSQL8创建新用户报错:You have an error in your SQL syntax;check...
fastDfs V5.02 升级到 V5.08版本后,启动报错:symbol lookup error: /usr/bin/fdfs_trackerd: undefined symbol: g_cur