I tried to run the web app from source and got some errors on the terminal. The following fixed them, but there is still an error in the browser console.
Installing and adding the following packages to package.json fixed those errors:
The web app then starts in the browser and shows App ready. but nothing else. The browser console throws the following error:
Uncaught SyntaxError: Unexpected identifier
at Object.<anonymous> (app.js:9049)
at __webpack_require__ (app.js:556)
at fn (app.js:87)
at eval (eval at <anonymous> (app.js:595), <anonymous>:75:19)
at Object.<anonymous> (app.js:595)
at __webpack_require__ (app.js:556)
at fn (app.js:87)
at Object.<anonymous> (app.js:586)
at __webpack_require__ (app.js:556)
at app.js:579
I tried to run the web app from source and got some errors on the terminal. The following fixed them, but there is still an error in the browser console.
package.json
fixed those errors:src/styles/form/CustomSelect.scss
:App ready.
but nothing else. The browser console throws the following error:How can this error be fixed?
Thanks.