I am getting an error after updating node.
2015-09-24 16:52:15.107 Saje Gigs[658:143277] Resetting plugins due to page load.
An uncaught exception occurred and has been reported to Ionic
false == true (CLI v1.6.4)
Your system information:
Cordova CLI: 5.1.1
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.8.10
Ionic Version: 1.1.0
Ionic CLI Version: 1.6.4
Ionic App Lib Version: 0.3.8
ios-deploy version: 1.4.0
ios-sim version: 5.0.1
OS: Mac OS X Yosemite
Node Version: v4.1.1
Xcode version: Xcode 7.0 Build version 7A220
Please help?
you should try to reinstall your node_modules --> remove node modules and install them again
Hi,
I have the same issue when I use ionic run ios --device --livereload
,
- I tried to reinstall node_modules : no error
- I tried to update cordova in vain
the error is not systematic but appear randomly while I run the command or during navigation
does i have any other choice than downgrading my node version ?
output :
An uncaught exception occurred and has been reported to Ionic
false == true (CLI v1.6.5)
Your system information:
Cordova CLI: 5.3.3
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.0
Ionic Version: 1.1.0
Ionic CLI Version: 1.6.5
Ionic App Lib Version: 0.3.9
ios-deploy version: 1.7.0
ios-sim version: Not installed
OS: Mac OS X Yosemite
Node Version: v4.1.1
Xcode version: Xcode 7.0.1 Build version 7A1001
edit : updated node to v4.1.2, it seems to work correctly