Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Fix the upstream dependency conflict installing NPM packages

Looks like it's a problem with Peer Dependencies in the latest version of npm (v7) which is still a beta version. 
Try with: npm install --legacy-peer-deps 
For detail info check this https://blog.npmjs.org/post/626173315965468672/npm-v7-series-beta-release-and-semver-major
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Fix #upstream #dependency #conflict #installing #NPM #packages
ADD COMMENT
Topic
Name
6+4 =