NV / chrome-devtools-autosave

Auto-saving CSS and JavaScript changes from the Chrome Developer Tools
MIT License
1.04k stars 89 forks source link

'.' is not recognized as an internal or external command, operable program or batch file #69

Open cyter opened 12 years ago

cyter commented 12 years ago

I've been trying to install the server but keep running into errors after running npm run-script -g autosave autostart, I get npm errors

autosave@1.0.2 autostart C:\User\Name\AppData\Roaming\npm\node_modules\autosave ./scripts/autostart.sh '.' is not recognized as an internal or external command, operable program or batch file (followed by a bunch of errors)

Logging details

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 'run-script', 1 verbose cli '-g', 1 verbose cli 'autosave', 1 verbose cli 'autostart' ] 2 info using npm@1.1.48 3 info using node@v0.8.6 4 verbose node symlink C:\Program Files (x86)\nodejs\node.exe 5 verbose config file C:\Users\Benson.npmrc 6 verbose config file C:\Program Files (x86)\nodejs\etc\npmrc 7 verbose config file C:\Program Files (x86)\nodejs\node_modules\npm\npmrc 8 verbose read json C:\Users\Benson\AppData\Roaming\npm\node_modules\autosave\package.json 9 verbose run-script [ 'preautostart', 'autostart', 'postautostart' ] 10 info preautostart autosave@1.0.2 11 info autostart autosave@1.0.2 12 verbose unsafe-perm in lifecycle true 13 silly exec cmd "/c" "./scripts/autostart.sh" 14 silly cmd,/c,./scripts/autostart.sh,C:\Users\Benson\AppData\Roaming\npm\node_modules\autosave spawning 15 info autosave@1.0.2 Failed to exec autostart script 16 error autosave@1.0.2 autostart: ./scripts/autostart.sh 16 error cmd "/c" "./scripts/autostart.sh" failed with 1 17 error Failed at the autosave@1.0.2 autostart script. 17 error This is most likely a problem with the autosave package, 17 error not with npm itself. 17 error Tell the author that this fails on your system: 17 error ./scripts/autostart.sh 17 error You can get their info via: 17 error npm owner ls autosave 17 error There is likely additional logging output above. 18 error System Windows_NT 6.1.7601 19 error command "C:\Program Files (x86)\nodejs\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "run-script" "-g" "autosave" "autostart" 20 error cwd C:\Users\Benson 21 error node -v v0.8.6 22 error npm -v 1.1.48 23 error code ELIFECYCLE 24 verbose exit [ 1, true ]