Is there a way to --legacy-peer-deps? #1381
Unanswered
richardpickett
asked this question in
Q&A
Replies: 1 comment
-
The way to do this would be for us to add a new In the mean time, I might suggest using a custom npm script that runs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my .ncurc:
{ "interactive": true, "install": "always", "format": [ "group", "time" ] }
I like it that it always installs after interactive, and this works on 90% of my projects.
But I have a couple projects that the only way
npm i
works is if I use--legacy-peer-deps
, so afterncu
I always have to run it by hand.Is there a way to save that in .ncurc?
Beta Was this translation helpful? Give feedback.
All reactions