See chapter. I searched everything on the Internet and did not find a solid answer.
The reason I want to use npm3 is because I work in a Windows environment and I end up with a path name that is too long. Migrating from Windows is not currently viable.
Also, I cannot upgrade to node 5.x because I am using a karma test drive that is not yet supported on node 5.x
So I want to use node 4.x with npm 3.x.
I successfully upgraded my machine using the npm-windows-upgrade package to use npm 3 with node 4.
After the update, I saw a couple of problems with karma, not realizing that jasmine / phantomjs is available. The workaround was to simply install both of these packages locally.
Mr. Ant
source share