You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of around nodejs/node#3599, make test-npm works even without node or npm in the PATH.
npm's legacy tests still require internet, but as a first step, I suggest we disable those and run the tests that don't require internet. (The tap tests I believe.)
The windows tests are apparently in pretty bad shape last I heard, so I recommend we start with OS X and then Linux.
As of around nodejs/node#3599,
make test-npm
works even withoutnode
ornpm
in thePATH
.npm's legacy tests still require internet, but as a first step, I suggest we disable those and run the tests that don't require internet. (The
tap
tests I believe.)The windows tests are apparently in pretty bad shape last I heard, so I recommend we start with OS X and then Linux.
cc @othiym23, @zkat, @iarna, @jasnell?
The text was updated successfully, but these errors were encountered: