After Installing Webpack the following command does not allow me to progress further in my project.
npm run build
Error on Console
> react-complete-guide@0.1.0 build C:\Users\pythonbuddha\Desktop\to_experiment\to-do-list
> node scripts/build.js
Creating an optimized production build...
Failed to compile.
Failed to minify the code from this file:
./node_modules/nanoid/index.browser.js:35
Read more here: bit.ly/2tRViJ9
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-complete-guide@0.1.0 build: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the react-complete-guide@0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pythonbuddha\AppData\Roaming\npm-cache\_logs\2021-01-08T10_56_07_043Z-debug.log
The link Read more here: bit.ly/2tRViJ9 has no explanation for such issues.