Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Fix the upstream dependency conflict, or retry this command with --force, or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.

'--legacy-peer-deps' is what fixed this for me

# Place it after the keyword install like this:
npm install '--legacy-peer-deps' -S <whatever package>
# -S is the same as --save
# i.e
npm install '--legacy-peer-deps' --save react-useanimations
Comment

PREVIOUS NEXT
Code Example
Shell :: SSH for gitlab in ubuntu steps 
Shell :: linux check apt repositories 
Shell :: find unused files android studio 
Shell :: how to halt batch script execution for 5 seconds 
Shell :: bash iterate over list of files 
Shell :: ubuntu 20.04 vmware tools 
Shell :: "git reset –- soft head^" 
Shell :: how discharge changes e recover last commit git 
Shell :: Write to NTFS on Mac OS 
Shell :: pull changes from dev to remote ranch without merging branch 
Shell :: linux list application installation 
Shell :: xampp archlinux 
Shell :: how to download youtube vides on linux 
Shell :: linux substitute string 
Shell :: better discord in linux 
Shell :: saml2aws logout 
Shell :: too many authentication failures ec2 
Shell :: git clone with submodules 
Shell :: tor mac command line 
Shell :: install qemu-img 
Shell :: how to use traceroute command in ubuntu 
Shell :: Unable to init server: Could not connect: Connection refused 
Shell :: Get total duration of video files in a directory 
Shell :: reset one branch onto another 
Shell :: az command to delete resource group 
Shell :: bash use cat in sed command 
Shell :: ubuntu 20.04 how to stop apache2 from starting on startup 
Shell :: command wait bash 
Shell :: shell file automation 
Shell :: make git forget a file 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =