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

error 404 running webpack-dev-server --watch --port 8082 #1

Open
jackgray opened this issue Dec 12, 2017 · 1 comment
Open

error 404 running webpack-dev-server --watch --port 8082 #1

jackgray opened this issue Dec 12, 2017 · 1 comment

Comments

@jackgray
Copy link

running > webpack-dev-server --watch --port 8082 returns "webpack-dev-server: command not found"

running > npm install [email protected] --watch --port 8082 returns

"
npm ERR! code E404
npm ERR! 404 Not Found: 8082@latest

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/grayjoh/.npm/_logs/2017-12-12T16_22_47_756Z-debug.log
"

tried installing in user directory and project directory with same results.

@naqvitalha
Copy link
Owner

Just install webpack-dev-server globally. That will do.
npm install webpack-dev-server -g

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

No branches or pull requests

2 participants