-
Notifications
You must be signed in to change notification settings - Fork 24
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
Not installing on Win7 #15
Comments
Hi did you ever find a solution to this? I am getting the same error message. Cheers |
+1 any update to this? |
+1 |
+2 -> fallback to docco :-( |
+1 |
Can we remove the install.sh? And just allow the installation to continue? |
groc works although it has the same dependencies |
+1 |
2 similar comments
+1 |
+1 |
I think the following change in package.json will resolve the problem but I'm not able to try it out. From
To
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following output when I try and install docco-husky in Windows:
c:\Program Files\nodejs\node_modules>npm install -g docco-husky
npm http GET https://registry.npmjs.org/docco-husky
npm http 304 https://registry.npmjs.org/docco-husky
npm http GET https://registry.npmjs.org/dox/0.1.2
npm http GET https://registry.npmjs.org/gravatar/1.0.3
npm http GET https://registry.npmjs.org/walk/2.0.2
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/jade/0.17.0
npm http GET https://registry.npmjs.org/coffee-script
npm http 304 https://registry.npmjs.org/dox/0.1.2
npm http 304 https://registry.npmjs.org/coffee-script
npm http 304 https://registry.npmjs.org/underscore
npm http 304 https://registry.npmjs.org/gravatar/1.0.3
npm http 304 https://registry.npmjs.org/walk/2.0.2
npm http 304 https://registry.npmjs.org/jade/0.17.0
npm http GET https://registry.npmjs.org/forEachAsync
npm http GET https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/github-flavored-markdown
npm http GET https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/commander
npm http 304 https://registry.npmjs.org/forEachAsync
npm http 304 https://registry.npmjs.org/github-flavored-markdown
npm http 304 https://registry.npmjs.org/mkdirp
npm http GET https://registry.npmjs.org/sequence
npm http 304 https://registry.npmjs.org/sequence
C:\Users\F1LT3R\AppData\Roaming\npm\docco-husky -> C:\Users\F1LT3R\AppData\Roaming\npm\node_modules\docco-husky\bin\generate
'scripts' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! [email protected] install:
scripts/install.sh
npm ERR!
cmd "/c" "scripts/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 docco-husky package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! scripts/install.sh
npm ERR! You can get their info via:
npm ERR! npm owner ls docco-husky
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Windows_NT 6.1.7600
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "-g" "docco-husky"
npm ERR! cwd c:\Program Files\nodejs\node_modules
npm ERR! node -v v0.6.16
npm ERR! npm -v 1.1.19
npm ERR! code ELIFECYCLE
npm ERR! message [email protected] install:
scripts/install.sh
npm ERR! message
cmd "/c" "scripts/install.sh"
failed with 1npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! c:\Program Files\nodejs\node_modules\npm-debug.log
npm not ok
The text was updated successfully, but these errors were encountered: