Skip to content

Commit

Permalink
Try npm config again
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 25, 2024
1 parent 3c84c60 commit c494fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
emsdk/emsdk install 2.0.23
emsdk/emsdk activate 2.0.23
- run: . emsdk/emsdk_env.sh && echo $(which node)
- run: . emsdk/emsdk_env.sh && echo $(which npm)
- run: . emsdk/emsdk_env.sh && npm config set user 0
- run: . emsdk/emsdk_env.sh && npm config set unsafe-perm true
- run: . emsdk/emsdk_env.sh && sudo chmod +rx $(which node)
- run: . emsdk/emsdk_env.sh && emcc -v && node --version

Expand Down
1 change: 0 additions & 1 deletion make-it/EmMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ $(OBJS):
@$(MKDIR) -p $(OBJS)

$(PREJS) $(POSTJS): $(CORESOURCEDIR)/vireo.wrapper.js
echo $(which node)
node --version
node splitVireoWrapper.js $(CORESOURCEDIR)/vireo.wrapper.js $(PREJS) $(POSTJS)

Expand Down

0 comments on commit c494fe1

Please sign in to comment.