I'm trying "npm run build" but I receive the below error. I have already remove "type": "module" as said in the notes.
Error
>> Failed to compile!
resolve './webpack/scripts.js' in 'C:\test\starterkit\_keenthemes\tools'
using description file: C:\test\starterkit\_keenthemes\tools\package.json (relative path: .)
Field 'browser' doesn't contain a valid alias configuration
using description file: C:\test\starterkit\_keenthemes\tools\package.json (relative path: ./webpack/scripts.js)
no extension
Field 'browser' doesn't contain a valid alias configuration
C:\test\starterkit\_keenthemes\tools\webpack\scripts.js doesn't exist
.js
Field 'browser' doesn't contain a valid alias configuration
C:\test\starterkit\_keenthemes\tools\webpack\scripts.js.js doesn't exist
.scss
Field 'browser' doesn't contain a valid alias configuration
C:\test\starterkit\_keenthemes\tools\webpack\scripts.js.scss doesn't exist
as directory
C:\test\starterkit\_keenthemes\tools\webpack\scripts.js doesn't exist
ERROR in js/scripts.bundle
Module not found: Error: Can't resolve './webpack/scripts.js' in 'C:\test\starterkit\_keenthemes\tools'
Hi,
Sorry for the inconvenience you're facing with the error while running `npm run build`. To provide you with the best assistance, could you please let me know which application or framework you are using? This information will help me to understand the context and provide you with a more accurate solution.
Thanks