Error in running npm install in wsl2

i am trying to run npm install with node v20.11.0, and npm v10.4.0 on a laravel 10 installation running vite.
Screenshot_2024-02-09_231450.png
Solution
Just delete your
node_modules
and run it again
Was this page helpful?