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

npm start in fresh clone doesn't work #41

Closed
gzak opened this issue Mar 12, 2014 · 10 comments
Closed

npm start in fresh clone doesn't work #41

gzak opened this issue Mar 12, 2014 · 10 comments

Comments

@gzak
Copy link

gzak commented Mar 12, 2014

It starts with this command returning exit status 127:

stylus --use nib css/main.styl --compress --out chrome/ && ./bin/post-build.js

Then it's all downhill from there.

I haven't yet gotten a chance to dig deeper

@wtfaremyinitials
Copy link

Are you sure you have Chrome Canary installed @gzak?

@gzak
Copy link
Author

gzak commented Mar 13, 2014

@feross
Copy link
Member

feross commented Mar 16, 2014

@gzak What operating system and version do you have?

@feross
Copy link
Member

feross commented Mar 16, 2014

@gzak Did you run npm install first? I think it's that simple.

@ChrisMorrisOrg
Copy link

It's almost definitely npm install. I hate my life.

@feross
Copy link
Member

feross commented Mar 16, 2014

Another possibility is that you're on linux and it installed node as nodejs so the ./bin/post-build.js script is failing.

@Belial-public
Copy link

Same problem here

stylus --use nib css/main.styl --compress --out chrome/ && ./bin/post-build.js

'stylus' is not recognized as an internal or external command, operable program or batch file.
npm ERR! weird error 1
npm ERR! not ok code 0
npm ERR! weird error 1
npm ERR! not ok code 0
npm ERR! weird error 1
npm ERR! not ok code 0

@feross
Copy link
Member

feross commented Mar 20, 2014

@Belialpt What OS and version?

@mauvm
Copy link
Contributor

mauvm commented Apr 4, 2014

npm install resolves this issue. Also see PR #46.

@mauvm mauvm mentioned this issue Apr 4, 2014
@feross
Copy link
Member

feross commented Apr 5, 2014

Cool, I'll close this then.

@feross feross closed this as completed Apr 5, 2014
@lock lock bot locked as resolved and limited conversation to collaborators May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants