I'm a self taught web developer with very strong hold on CSS and developing responsive, close to pixel perfect websites. Additionally, web design and web animations are other part of my expertise.
I'm a self taught web developer with very strong hold on CSS and developing responsive, close to pixel perfect websites. Additionally, web design and web animations are other part of my expertise.
I was just checking your process and one of your initial command doesn't seems to be working
npx webpack ./index.js -o ./it's throwing unknown command error
npx webpack --entry ./index.js -o ./should workMakes sure you install webpack first.. It could be as a result of webpack not being installed on your machine. Otherwise use the confirmation file.
I've installed the webpack, my issue seems to be different. Webpack-cli is not detecting webpack as a command. Can you help me with this?
Check this screenshot here dev-to-uploads.s3.amazonaws.com/i/...
okay, try installing webpack and the webpack-cli globally, that should do the trick