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
There is a bug in Node version 9 that means one has to use the bundled
npm version, as it includes some compatibility patch to keep it working
with Node version 9. Node version 8 and 9 come with a reasonable version
of npm bundled (8.9.0 now has npm 5.5.1 bundled), while versions 7 and
below have older npms, as such this change ensures that when running
node 8 or 9, to use the bundled npm, and for older versions manually
install npm@5 before executing
0 commit comments