npm is not working
I deleted "type": "module",
webpack-cli] Failed to load '/Users/user/Desktop/django/djangotemplate/demo1/starterkit/_keenthemes/tools/webpack.config.js' config
[webpack-cli] ReferenceError: require is not defined in ES module scope, you can use import instead
This file is being treated as an ES module because it has a '.js' file extension and '/Users/user/Desktop/django/djangotemplate/demo1/starterkit/_keenthemes/tools/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
at file:///Users/user/Desktop/django/djangotemplate/demo1/starterkit/_keenthemes/tools/webpack.config.js:1:17
at ModuleJob.run (node:internal/modules/esm/module_job:194:25)
Hi Usman,
After removing the line "type": "module" from the package.json file, please make sure to save the changes. Then you can run the command "npm run build" to build your project. This should resolve the error you encountered related to the webpack.config.js file.
If you continue to experience any issues, please let us know and provide any additional error messages or details that can help us further assist you.
Thanks