Answers for "npm legacy-peer-deps"

0

npm legacy-peer-deps

--legacy-peer-deps: ignore all peerDependencies when installing, 
in the style of npm version 4 through version 6.

--strict-peer-deps: fail and abort the install process for any conflicting peerDependencies
when encountered. By default, npm will only crash for peerDependencies conflicts caused by 
the direct dependencies of the root project.

try --force before --legacy-peer-deps
Posted by: Guest on September-04-2021

Code answers related to "npm legacy-peer-deps"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language