-
Take a deep breath.
-
Run npm cache clean --force
-
Uninstall from Programs & Features with the uninstaller.
-
Reboot (or you probably can get away with killing all node-related processes from Task Manager).
-
Look for these folders and remove them (and their contents) if any still exist. Depending on the version you installed, UAC settings, and CPU architecture, these may or may not exist:
- C:\Program Files (x86)\Nodejs
- C:\Program Files\Nodejs
- C:\Users\{User}\AppData\Roaming\npm (or %appdata%\npm)
- C:\Users\{User}\AppData\Roaming\npm-cache (or %appdata%\npm-cache)
- C:\Users\{User}\.npmrc (and possibly check for that without the . prefix too)
- C:\Users\{User}\AppData\Local\Temp\npm-*
-
Check your %PATH% environment variable to ensure no references to Nodejs or npm exist.
-
If it's still not uninstalled, type where node at the command prompt and you'll see where it resides -- delete that (and probably the parent directory) too.
-
Reboot, for good measure.
reference
stackoverflow.com/questions/20711240/how-to-completely-remove-node-js-from-windows
How to completely remove node.js from Windows
I uninstalled my previous version of node.js (0.8.11) and downloaded the latest, 0.10.24 from the node.js website and installed it. However, after running node --version, it still indicates that I'm
stackoverflow.com
'Etc ( 기타 ) > Etc' 카테고리의 다른 글
VMware port forwarding (0) | 2021.01.09 |
---|---|
VMware Workstation Pro Setup (0) | 2021.01.09 |
Apache Cordova 설치 방법 및 App 생성하기 for Windows (0) | 2020.09.23 |
AWS(Apache Web Services) (0) | 2020.04.06 |
[토스 행운퀴즈] 뉴발란스 런온서울 정답 (0) | 2019.08.05 |