-
-
Notifications
You must be signed in to change notification settings - Fork 503
Description
Hello Guys, I recently moved (or am still in the process of moving) to WSL on Windows for personal reasons.
I have successfully connected my Windows vs code to my Ubuntu WSL via the official plugin,
And I am running Node LTS version 18.16.0 which I installed via nvm on WSL Ubuntu.
The problem is when I run npm install in the sanity backend it works perfectly with no errors, but on the react frontend, it throws a lot of deprecation warnings, and finally lots of npm errors.
I plan to finish this project quickly to edit it to fit my use case.
Any help?
I have attached a copy of the errors in a txt file below
error.txt
I have also attached the logs
2023-05-23T22_12_23_193Z-debug-0.log
Kindly share solutions with me, I want to resume working on the project asap.