Skip to content

Instantly share code, notes, and snippets.

@maestrow
Created September 4, 2018 10:19
Show Gist options
  • Save maestrow/bee10a175d58c59e1ebf956c92445f12 to your computer and use it in GitHub Desktop.
Save maestrow/bee10a175d58c59e1ebf956c92445f12 to your computer and use it in GitHub Desktop.
npx: how it acts?
$ .\node_modules\.bin\babel --version
7.0.0 (@babel/core 7.0.0)
$ babel --version
6.26.0 (babel-core 6.26.3)
$ npx babel --version
7.0.0 (@babel/core 7.0.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment