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
This looks like test-npm/bin/npm is incorrectly resolving npm-cli.js -- I think test-npm/bin/npm is written for an installed Node (i.e. expecting npm to live under a node_modules directory) and not the copy made for the test.
make test-npmappears to be broken in LTS (v4.4.3):I saw #6150 contains a patch to remove the call to
test-legacy, so I've applied that patch and now get a different error:This looks like the test is looking for
npm-- Presumably themakefileortools/test-npm.shshould be addingnpmto the path?I've tried adding
test-npm/binto myPATH, which results in yet another error:This looks like
test-npm/bin/npmis incorrectly resolvingnpm-cli.js-- I thinktest-npm/bin/npmis written for an installed Node (i.e. expecting npm to live under anode_modulesdirectory) and not the copy made for the test.