DEV Community

Discussion on: What interesting things I can do with npm?

Collapse
 
kiranjd profile image
kiranjd

I'm on the same boat. 2 days in and still hasn't been successful resolving dependencies

Collapse
 
bgadrian profile image
Adrian B.G.

I solved it by moving the project to Linux. Most of the issues were lower lvl libs.
Also copy pasting parts from dependencies into project and removing them.
You solve chaos with chaos πŸ˜€

Thread Thread
 
kiranjd profile image
kiranjd

I don't have the option to move it to Linux. I guess I have to go through this tedious process.

Thread Thread
 
theoutlander profile image
Nick Karnik

Why don’t you try docker?