Ionic start command failing after node.js + ioinc-cli updated

hi all,

looking for some advice here. Since I upgraded node and ionic-cli the ‘ionic start’ command fails to complete.

Here is the output when I run ‘ionic start’

$ ionic start myApp tabs
Creating Ionic app in folder /export/www/myApp based on tabs project
Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip
[=============================] 100% 0.0s
Downloading: https://github.com/driftyco/ionic-starter-tabs/archive/master.zip
[=============================] 100% 0.0s
Updated the hooks directory to have execute permissions
Update Config.xml
Initializing cordova project
Adding in iOS application by default
npm http GET https://registry.npmjs.org/cordova-ios/3.8.0
An uncaught exception occured and has been reported to Ionic

Request path contains unescaped characters. (CLI v1.5.0)

Your system information:

Cordova CLI: 5.1.1
Gulp version: CLI version 3.9.0
Gulp local:
Ionic Version: 1.0.0
Ionic CLI Version: 1.5.0
Ionic App Lib Version: 0.1.0
ios-deploy version: Not installed
ios-sim version: 3.1.1
OS: Mac OS X Yosemite
Node Version: v0.12.4
Xcode version: Xcode 6.3.1 Build version 6D1002

The same happens to me. Any solution?

D:\workspace>ionic start test

Creating Ionic app in folder D:\workspace\test based on tabs project
Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip
Error updating config.xml file: Error: ENOENT, no such file or directory 'D:\workspace\test\config.x
ml’
There was an error finalizing the package.json file. { [Error: Cannot find module ‘D:\workspace\test
\package.json’] code: ‘MODULE_NOT_FOUND’ }
✗ Unable to save settings file: Error: ENOENT, no such file or directory ‘D:\workspace\test\ionic.p
roject’

Would you be able to post an issue for this on the cli page?

no problem. Issue added now.

Thanks