Skip to content

Instantly share code, notes, and snippets.

@stelcheck
Created April 22, 2017 09:51
Show Gist options
  • Save stelcheck/dc73fe8d3ec721508f622fdffb153378 to your computer and use it in GitHub Desktop.
Save stelcheck/dc73fe8d3ec721508f622fdffb153378 to your computer and use it in GitHub Desktop.
Previous MAGE Bootstrap command
mkdir my-project
cd my-project
BOOTSTRAP=true npm install mage
mkdir my-project
cd my-project
&{ $env:BOOTSTRAP="true"; npm install mage }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment