Skip to content

Tag: webpack

npx webpack command cannot find module webpack.config.js

I’m following the official Webpack getting started guide and I get an error on the Using a Configuration section. It says to create a webpack.config.js file with: I then run the following command: npx webpack –config webpack.config.js The error I get is: Cannot find module ‘/Users/Documents/…