Ameer Khan Ashraf
Ameer Khan Ashraf

Reputation: 43

How do you move the nodejstmpcache folder to its original location?

I recently ran some npm cache code on the terminal which started making the nodejstmpcache folder on my root project directory whenever I run an npm command. It comes back even if I delete it when I run npm command next time on the console. How do reset this back to its normal location?

I tried the verified Answer from this but now the folder name just changed to "USERPCNAME".

Please help and thanks in advance.

Upvotes: 0

Views: 34

Answers (1)

bob baker
bob baker

Reputation: 1

Yeah just uninstall and reinstall nodejs that will work.

  • Go to the control panel
  • click on programs
  • find nodejs and uninstall it
  • Then you can just install the latest version of nodejs from the internet and It will work as good as new

Upvotes: 0

Related Questions