A while back I upgraded npm to version 5 using

[code lang=text]
npm install -g npm@latest
[/code]

or

[code lang=text]
npm install -g npm@5
[/code]

not really realising that SPFx doesn’t support version 5 of npm (yet). I had to downgrade npm.

running npm install -g npm@3 seemed to be to obvious but that didn’t work:
Office 365 - SPFx - downgrade your npm

I tried uninstalling node.js and I tried removing the npm.cmd command mentioned, but all didn’t work.

then I came across the folder C:\Users\myusername\AppData\Roaming with a folder npm and npm-cache

Office 365 - SPFx - downgrade your npm

I removed these two folders and then reinstalled node.js. and now npm -v returns the correct version:

Office 365 - SPFx - downgrade your npm


Discover more from SharePains

Subscribe to get the latest posts sent to your email.

Related Posts

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from SharePains

Subscribe now to keep reading and get access to the full archive.

Continue reading