Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active September 2, 2020 00:50
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 miguelmota/e4137c9ed503af2aa8f6d9d5180af3a4 to your computer and use it in GitHub Desktop.
Save miguelmota/e4137c9ed503af2aa8f6d9d5180af3a4 to your computer and use it in GitHub Desktop.
NPM install multiple versions of same package example (ethers)
import * as ethers from 'ethers' // v4
import * as ethers5 from 'ethers5' // v5
npm i ethers@4
npm i ethers5@npm:ethers@5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment