Have you tried force?
I hadn't try Sir,
As you suggested I just tried "npm install --force" this time and 2188 packages were added.
But I got "134 vulnerabilities (123 moderate, 10 high, 1 critical)"
Then I ran "npm audit fix" and after that "npm audit fix --force".
It seemed to be done, but the result of "npm start" was repeatedly thousands lines of error like this:
"Line 95:47: Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style" related to several files in src folder.
Nothing could be seen in "localhost:3000" on browser too.
...
I'm not sure what I have missed yet.
Is that because of I'm working on Windows 10?
Do I have to use it on linux?
I have tried in linux this time and unfortunately there was the same problem.
Node version : 16.14.0
npm version : 8.5.0
Did you run it?
No, It doesn't work yet.
I have cloned the last release this morning, nothing changed.
Thanks
I meant try to post on the forum.
try this :
npm install --legacy-peer-deps
Pardon me Sir,
What should I do to resolve the errors when I run "npm install" to add modules in modern folder?
here are some of them: