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 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

This comment has been minimized.

Copy link

@wtfaremyinitials wtfaremyinitials commented Mar 12, 2014

Are you sure you have Chrome Canary installed @gzak?

@gzak

This comment has been minimized.

Copy link
Author

@gzak gzak commented Mar 13, 2014

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Mar 16, 2014

@gzak What operating system and version do you have?

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Mar 16, 2014

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

@ChrisMorrisOrg

This comment has been minimized.

Copy link

@ChrisMorrisOrg ChrisMorrisOrg commented Mar 16, 2014

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

@feross

This comment has been minimized.

Copy link
Member

@feross 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

This comment has been minimized.

Copy link

@Belial-public Belial-public commented Mar 19, 2014

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

This comment has been minimized.

Copy link
Member

@feross feross commented Mar 20, 2014

@Belialpt What OS and version?

@mauvm

This comment has been minimized.

Copy link
Contributor

@mauvm mauvm commented Apr 4, 2014

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

@mauvm mauvm mentioned this issue Apr 4, 2014
@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Apr 5, 2014

Cool, I'll close this then.

@feross feross closed this 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.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.