You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! [email protected] install: ./install.sh
npm ERR! cmd "/c" "./install.sh" failed with 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the ossp-uuid package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./install.sh
npm ERR! You can get their info via:
npm ERR! npm owner ls ossp-uuid
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install" "ossp-uuid"
npm ERR! cwd C:\Ideas\NodeJS
npm ERR! node -v v0.8.8
npm ERR! npm -v 1.1.59
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Ideas\NodeJS\npm-debug.log
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered:
This doesn't appear to install correctly under Windows (at least windows 7). When I run "npm install ossp-uuid" I get:
'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! [email protected] install:
./install.sh
npm ERR!
cmd "/c" "./install.sh"
failed with 1npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the ossp-uuid package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./install.sh
npm ERR! You can get their info via:
npm ERR! npm owner ls ossp-uuid
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install" "ossp-uuid"
npm ERR! cwd C:\Ideas\NodeJS
npm ERR! node -v v0.8.8
npm ERR! npm -v 1.1.59
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Ideas\NodeJS\npm-debug.log
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered: