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

webpack command not found #53

Open
dumbokitty opened this issue May 31, 2018 · 1 comment
Open

webpack command not found #53

dumbokitty opened this issue May 31, 2018 · 1 comment

Comments

@dumbokitty
Copy link

Hi,
I cloned the repo in my local and run the npm install as directed. However, I kept getting command not found error when try to run webpack. I am wondering if you know there is any path issues involved?

@imsamdez
Copy link

This is because webpack isn't install globally but locally (in your node_modules folder).

Run npm run dev which is going to use the locally installed webpack module.

If you want to run webpack directly from your command prompt, you need to have it installed globally using

npm install -g webpack

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