.\twitterfeed\node_modules\ionic-angular\package.json 文件出错:FILE_NOT_FOUND
Error with .\twitterfeed\node_modules\ionic-angular\package.json file: FILE_NOT_FOUND
我创建了一个新的离子应用程序 - twitterfeed。
当我输入代码时-cordova插件添加https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
我收到这个错误:
[ERROR] Error with .\twitterfeed\node_modules\ionic-angular\package.json file: FILE_NOT_FOUND
我该如何解决?
运行 同样的命令,最后加上 --verbose。
同时安装 cordova:npm install -g cordova 看看是否能解决问题。
我创建了一个新的离子应用程序 - twitterfeed。
当我输入代码时-cordova插件添加https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
我收到这个错误:
[ERROR] Error with .\twitterfeed\node_modules\ionic-angular\package.json file: FILE_NOT_FOUND
我该如何解决?
运行 同样的命令,最后加上 --verbose。 同时安装 cordova:npm install -g cordova 看看是否能解决问题。