Ionic framework 无法创建离子2应用程序

Ionic framework 无法创建离子2应用程序,ionic-framework,ionic2,Ionic Framework,Ionic2,我遵循《爱奥尼亚安装指南》,但当我想创建应用程序时,它会给我错误信息 我输入的命令是: ionic start cutePuppyPics --v2 它给出的错误是: npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\\Program Files (x86)\\Nodist\\v\\nodev7.0.0\\node.exe" "C:\\Program Files (x86)\\Nodist\\bin\\node_modules\\npm\\bin\\

我遵循《爱奥尼亚安装指南》,但当我想创建应用程序时,它会给我错误信息

我输入的命令是:

ionic start cutePuppyPics --v2
它给出的错误是:

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files (x86)\\Nodist\\v\\nodev7.0.0\\node.exe" "C:\\Program Files (x86)\\Nodist\\bin\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v7.0.0
npm ERR! npm  v3.10.6
npm ERR! code ELIFECYCLE

npm ERR! node-sass@3.9.3 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.9.3 postinstall script 'node scripts/build.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node scripts/build.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs node-sass
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls node-sass
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     E:\nodeProjects\ionic\cutePuppyPics\npm-debug.log
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

Mind letting us know? https://github.com/driftyco/ionic-cli/issues

节点
v7.0.0
导致此问题。创建项目时,不必使用nodejs
v7.0.0
而是使用nodejs
v6.9.1
或从安装节点的LTS版本。打字

ionic start cutePuppyPics blank
--v2
无法使用最新版本。你可以用

ionic start cutePuppyPics ionic-angular  (for ionic 2.x)
ionic start cutePuppyPics ionic1 (ionic 1.x)

您可以添加您正在使用的
节点
npm
的版本吗?为此,只需运行
node-v
npm--version