Skip to content

Perform npm install after setting up emsdk#10254

Merged
sbc100 merged 2 commits intomasterfrom
npm_install
Jan 22, 2020
Merged

Perform npm install after setting up emsdk#10254
sbc100 merged 2 commits intomasterfrom
npm_install

Conversation

@sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jan 21, 2020

emsdk will run npm install in the version of emscripten that it
downloads, but we override with our own version from git and we need
to run npm install locally.

Previously we only did this for the socket tests which are currently
the only parts of emscripten that actually depend on npm install
having been run. However we have plans to extend that. See #9989.

@sbc100 sbc100 requested a review from juj January 21, 2020 22:06
@sbc100 sbc100 force-pushed the npm_install branch 2 times, most recently from 71c8f42 to 1e0c6dd Compare January 22, 2020 01:41
emsdk will run npm install in the version of emscripten that it
downloads, but we override with our own version from git and we need
to run `npm install` locally.

Previously we only did this for the socket tests which are currently
the only parts of emscripten that actually depend on `npm install`
having been run.  However we have plans to extend that.  See #9989.
@sbc100 sbc100 requested a review from kripken January 22, 2020 06:52
Copy link
Collaborator

@juj juj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@sbc100 sbc100 merged commit 9ff258c into master Jan 22, 2020
@delete-merged-branch delete-merged-branch bot deleted the npm_install branch January 22, 2020 18:35
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.

3 participants