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

[bug] No package.json file #42

Closed
TheEdgeOfRage opened this issue Mar 27, 2018 · 3 comments
Closed

[bug] No package.json file #42

TheEdgeOfRage opened this issue Mar 27, 2018 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@TheEdgeOfRage
Copy link

When I try to run npx webdash serve I get an error saying that there is no package.json file even though there is one in the current directory. I installed webdash and it's plugins through yarn, as I did with the rest of my packages.

OS: ArchLinux 4.15
npx -v: 9.7.1
node -v: 9.9.0
npm -v: 5.7.1

Please let me know what else you need information wise.

@jadjoubran jadjoubran self-assigned this Mar 27, 2018
@jadjoubran jadjoubran added the bug Something isn't working label Mar 27, 2018
@jadjoubran
Copy link
Owner

Thanks for checking out webdash and reporting the issue 😄
Did you run it with --dev flag rather than --save-dev? (because you used yarn)
Also can you please make sure webdash and its plugins show up in the devDependencies in your package.json?

@TheEdgeOfRage
Copy link
Author

Okay, I tried doing everything from scratch with --dev and it worked this time, though I was pretty sure I did install it under dev the first time. I might have skipped the on one package ¯\_(ツ)_/¯.

Thanks anyway :)

@jadjoubran
Copy link
Owner

Cool! Let me know if you've got feedback on webdash or if you have an idea for a plugin 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants