diff --git a/run-tests.bat b/run-tests.bat index 5aeaa700..9a05432a 100644 --- a/run-tests.bat +++ b/run-tests.bat @@ -39,7 +39,6 @@ SET FAILED=0 for %%v in (4 6 7 8 9) do ( call nvm install %%v call nvm use %%v - call npm install -g npm @rem https://github.com/mapbox/node-pre-gyp/issues/362 call npm install -g node-gyp node -e "console.log(process.versions)"