Hope I am not too late for this post but recently even I too got hit by this issue. And also I had no admin rights on my laptop.
Here is the simplest way I fixed the bug.
.npmrc
(it will be in C:\Users\<user name>\.npmrc
)prefix=
to prefix=C:\Users\<user name>\AppData\Roaming\npm
hope it will be helpful..