We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1922883 commit 4d7abf9Copy full SHA for 4d7abf9
.evergreen/install-dependencies.sh
@@ -91,6 +91,7 @@ EOT
91
nvm use "$NODE_VERSION"
92
which node || echo "node not found, PATH=$PATH"
93
which npm || echo "npm not found, PATH=$PATH"
94
+ npm cache clear --force # Fixes: Cannot read properties of null (reading 'pickAlgorithm') error on windows
95
npm config set msvs_version ${MSVS_VERSION}
96
npm config set scripts-prepend-node-path true
97
0 commit comments