0
votes

I created a new ionic app - twitterfeed.

When I enter the code - cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git

I get this error:

[ERROR] Error with .\twitterfeed\node_modules\ionic-angular\package.json file: FILE_NOT_FOUND

How do I solve this?

1
use npm to install the missing node module - Roland Weber
Thanks @RolandWeber - vignesh

1 Answers

0
votes

Run the same command with --verbose at the end. Also install cordova: npm install -g cordova to see if this fixes the problem.