I'm finding that when I attempt to install node.js v6.11.2 on my Windows 7 machine, it is installing the wrong version of npm along with it. I've downloaded the installer directly from node.js' website where it states that 6.11.2 includes npm 3.10.10. However, when I check my npm version using
npm -v
it says I have version 2.12.0 and throws the following at me:
(node:4916) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.