We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ae894 commit 3bcd9d0Copy full SHA for 3bcd9d0
src/javascript-node/.devcontainer/library-scripts/add-patch.sh
@@ -27,4 +27,7 @@ if [[ "${IMAGE_VARIANT}" =~ "14" ]] ; then
27
28
cd /usr/local/lib/node_modules/npm/node_modules/yargs
29
npm install ansi-regex --save
30
+
31
+ cd /usr/local/lib/node_modules/npm/node_modules/latest-version
32
+ npm install got --save
33
fi
0 commit comments