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

'node modules' is not recognised as an internal or external command, operable program or batch file. #4

Open
arslan1991 opened this issue Sep 1, 2020 · 1 comment

Comments

@arslan1991
Copy link

When I used:
node_modules/.bin/webpack --progress --production

it showed me the error:
'node modules' is not recognised as an internal or external command, operable program or batch file.

I was following the steps mentioned in your tutorials. Can you please help me with this?
node version: v12.18.3
npm version: 6.14.6
OS: Windows 8.1 64bits

@fermelone
Copy link

Just remove "node_modules/.bin" before webpack.
Everything under node_modules bin is now global, no need for full path.

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