Node.js 括号Shell安装包依赖项和Grunt错误

Node.js 括号Shell安装包依赖项和Grunt错误,node.js,gruntjs,npm,brackets-shell,Node.js,Gruntjs,Npm,Brackets Shell,我正在尝试在Windows7上设置Shell。我运行了npm install-g grunt cli,它可以正常工作,但随后运行了npm install,它会显示以下错误消息: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\\Program Files (x86)\\nodejs\\\\node.exe', 1 verbose cli 'C:\\Program Files (x86)\\nodejs\\node_modules

我正在尝试在Windows7上设置Shell。我运行了
npm install-g grunt cli
,它可以正常工作,但随后运行了
npm install
,它会显示以下错误消息:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files (x86)\\nodejs\\\\node.exe',
1 verbose cli   'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install' ]
2 info using npm@1.4.9
3 info using node@v0.10.28
4 verbose node symlink C:\Program Files (x86)\nodejs\\node.exe
5 verbose readDependencies using package.json deps
6 verbose install where, deps [ 'C:\\Users\\Alexander\\Documents\\GitHub\\brackets-shell',
6 verbose install   [ 'grunt',
6 verbose install     'grunt-cli',
6 verbose install     'grunt-contrib-jshint',
6 verbose install     'grunt-contrib-copy',
6 verbose install     'grunt-contrib-clean',
6 verbose install     'guid',
6 verbose install     'grunt-curl',
6 verbose install     'grunt-shell',
6 verbose install     'q',
6 verbose install     'semver' ] ]
7 info preinstall Brackets-Shell@0.41.0-0
8 verbose unsafe-perm in lifecycle true
9 info Brackets-Shell@0.41.0-0 Failed to exec preinstall script
10 error Brackets-Shell@0.41.0-0 preinstall: `bash -c 'mv appshell.gyp .appshell.gyp'`
10 error Exit status 1
11 error Failed at the Brackets-Shell@0.41.0-0 preinstall script.
11 error This is most likely a problem with the Brackets-Shell package,
11 error not with npm itself.
11 error Tell the author that this fails on your system:
11 error     bash -c 'mv appshell.gyp .appshell.gyp'
11 error You can get their info via:
11 error     npm owner ls Brackets-Shell
11 error There is likely additional logging output above.
12 error System Windows_NT 6.1.7601
13 error command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
14 error cwd C:\Users\Alexander\Documents\GitHub\brackets-shell
15 error node -v v0.10.28
16 error npm -v 1.4.9
17 error code ELIFECYCLE
18 verbose exit [ 1, true ]
请帮帮我,我不知道我做错了什么!顺便说一句,我遵循以下指南:。我在我的macbook上遵循同样的指南,它与sudo一起工作