Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cyter opened this issue Aug 15, 2012 · 0 comments

Comments

@cyter
Copy link

cyter commented Aug 15, 2012

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

[email protected] 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 [email protected]
3 info using [email protected]
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 [email protected]
11 info autostart [email protected]
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 [email protected] Failed to exec autostart script
16 error [email protected] autostart: ./scripts/autostart.sh
16 error cmd "/c" "./scripts/autostart.sh" failed with 1
17 error Failed at the [email protected] 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 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant