npm install failed but npm install --legacy-peer-deps works
Opened this issue ยท 1 comments
Hi, my name is Malik Akbar Hashemi Rafsanjani, a final year computer science student from Indonesia (Bandung, Institute of Technology) ๐๐
I am very excited to contribute to this project for Google Summer of Code (GSoC) 2024 and recently I tried to run the project. However, I got errors when I installed the dependencies using npm install
. Here I also attach the error log of the command. I also tried to use npm ci
but it also failed
Then, I searched in the internet and tried to use the command npm install --legacy-peer-deps
. It successfully installs the dependencies and I successfully run the app using npm run dev
is the current intended usage using --legacy-peer-deps
? Or do you guys have any feedback / concerns? Thank you in advance!
I have several experiences, such as internships and competitions, regarding Web Development and Data Science / Machine Learning. I am particularly interested in the DataLoom project as I have a passion for Web Development and Data-related projects and won several Hackathon and Data Science competitions.
Here is my profile
GitHub: http://github.com/malikrafsan
Personal Website: https://site.malikrafsan.tech/
Email: malikakbarrafsan@gmail.com
Resume: https://drive.google.com/file/d/1Y6hbJb7PhFKJV4yw4BVGk_ZUowybpsZe/view
@birm I will love to work on a fix for this issue.