Skip to content

Commit 9aede9d

Browse files
NarineKfacebook-github-bot
authored andcommitted
Fix failing nodejs (#675)
Summary: Creating separate PR so that we can merge it quicker and don't have to wait for #672 to be reviewed. Pull Request resolved: #675 Reviewed By: bilalsal Differential Revision: D28713735 Pulled By: NarineK fbshipit-source-id: 100694e691d98f3107e89f89e556dad5d0eabd73
1 parent 1a0dc2c commit 9aede9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_via_conda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ conda install -y -c conda-forge black matplotlib pytest-cov sphinx-autodoc-typeh
4040
# install node/yarn for insights build
4141
conda install -y -c conda-forge yarn
4242
# nodejs should be last, otherwise other conda packages will downgrade node
43-
conda update -y --no-channel-priority -c conda-forge nodejs
43+
conda install -y --no-channel-priority -c conda-forge nodejs=14
4444

4545

4646
# build insights and install captum

0 commit comments

Comments
 (0)