guys! I have a problem
Starting the development server...
/Users/andrii/Desktop/Portfolio/proj1/node_modules/react-scripts/scripts/start.js:19
throw err;
^
TypeError: Cannot read properties of undefined (reading 'toString')
at /Users/andrii/Desktop/Portfolio/proj1/node_modules/webpack/lib/cache/PackFileCacheStrategy.js:1283:53
at async Promise.all (index 78)
Node.js v20.14.0
(base) andrii@Andrews-MacBook-Pro proj1 %
I asked the gpt what to do about it and this is what he said: This error indicates an issue with Webpack, specifically related to caching in the PackFileCacheStrategy. It might be due to incorrect Webpack configuration or dependency version mismatches. Here are some steps to help resolve this issue:
I try clear cache webpack, updated all npm packages and, install more stable version Node.js 18, create a new one and transfer all data from the old one there
Andriy Pentsak is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.