Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

update npm installers for 0.19.0 #1749

Merged
merged 2 commits into from Aug 21, 2018
Merged

Conversation

BrianHicks
Copy link
Contributor

Local test procedure:

  1. make a shallow clone of my fork: git clone --depth 1 --branch npm-installers-for-0.19 git@github.com:BrianHicks/compiler.git
  2. install the compiler: npm install compiler/installers/npm
  3. verify you can run the compiler: npx elm --help

AND verify that you can do the same with scripts disabled:

  1. git clone --depth 1 --branch npm-installers-for-0.19 git@github.com:BrianHicks/compiler.git
  2. install the compiler: npm install compiler/installers/npm --ignore-scripts true
  3. verify that ./node_modules/.bin/elm has a comment stanza at the top about --ignore-scripts
  4. verify you can run the compiler: npx elm --help

@rtfeldman and I have done this locally on Mac and it works fine there. 馃槃

BrianHicks and others added 2 commits August 21, 2018 08:41
Co-authored-by: Richard Feldman <richard.t.feldman@gmail.com>
@evancz evancz merged commit 3306537 into elm:master Aug 21, 2018
@BrianHicks BrianHicks deleted the npm-installers-for-0.19 branch August 21, 2018 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants