Skip to content

Instantly share code, notes, and snippets.

@mariocesar
Created March 30, 2021 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariocesar/b124940a8a93cecbe0ac725cef5430d3 to your computer and use it in GitHub Desktop.
Save mariocesar/b124940a8a93cecbe0ac725cef5430d3 to your computer and use it in GitHub Desktop.
Annoying things to remember about Node.js, npm, yarn, etc and the whole ecosystem

Most packages still fail due peer dependency version resolve. Packages like expo-cli. To be able to install it make sure you have the legacy mode for resolving versions is enabled

npm config --global set legacy-peer-deps true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment