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 command fails #872

Closed
jtdorseyiii opened this issue Jul 3, 2019 · 3 comments · Fixed by #873
Closed

npm start command fails #872

jtdorseyiii opened this issue Jul 3, 2019 · 3 comments · Fixed by #873

Comments

@jtdorseyiii
Copy link

Hello!

I've come across the hoodie project this morning and wanted to try it out; however, I'm running in to a little problem. Using the commands in the readme, I cloned the repo and installed hoodie. When I attempt the start command... I am faced with this:
hoodie start issue

I haven't started to dig in to the problem myself yet, so I hope someone may have an answer... else, I guess I'll figure it out on my own!

Thanks in advance for any advice/help that can be given. :)

@md37
Copy link
Contributor

md37 commented Jul 10, 2019

Windows accepts backslashes, not slashes. One should change this in package.json file, depending which one OS is user on.

@gr2m
Copy link
Member

gr2m commented Jul 10, 2019

I’m fairly sure that npm normalizes that based on the OS. But worth testing out if that’s the case, I’d love to know! I don’t have a Windows machine myself though

@md37
Copy link
Contributor

md37 commented Jul 10, 2019

Same problem on my Windows machine.
I'm going to fix it.

@md37 md37 mentioned this issue Jul 10, 2019
@gr2m gr2m closed this as completed in #873 Jul 10, 2019
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

Successfully merging a pull request may close this issue.

3 participants