Saltar al contenido

ejemplo de código de desinstalación de node-red windows 10

Nuestro team redactor ha estado largas horas investigando la resolución a tus dudas, te dejamos la resolución por eso esperamos que sea de mucha ayuda.

Ejemplo: cómo desinstalar node.JS

How to remove/uninstall Node.js from Windows:
1. Run npm cache clean --force
2. Uninstall from Programs & Features with the uninstaller.
3. Reboot (or you probably can get away with killing all node-related processes from Task Manager).
4. 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 FilesNodejs
    C:UsersUserAppDataRoamingnpm (or %appdata%npm)
    C:UsersUserAppDataRoamingnpm-cache (or %appdata%npm-cache)
    C:UsersUser.npmrc (and possibly check for that without the . prefix too)
    C:UsersUserAppDataLocalTempnpm-*
5. Check your %PATH% environment variable to ensure no references to Nodejs or npm exist.
6. 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.
7. Reboot, for good measure.

valoraciones y reseñas

Si para ti ha sido de ayuda este artículo, sería de mucha ayuda si lo compartieras con más desarrolladores de esta forma contrubuyes a extender este contenido.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *