Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Wednesday, April 18, 2018

How can I upgrade Node.js and npm on Windows?

Cómo actualizar Node.js y NPM en Windows?

The most easy way to upgrade your Node.js and NPM on Windows, is go to https://nodejs.org/es/download/current/ and download the Windows Installer, run the .msi, follow the steps but make sure the path you enter is the same as the old one. That's it!

La manera más sencilla de actualizar Node.js y NPM en tu máquina Windows, es descargando el MSI más reciente, que lo encuentras en este link https://nodejs.org/es/download/current/ Sigue el wizard, pero asegurate de ingresar la misma ruta donde se encuentra tu version actual. Probablemente sea: C:\Program Files\nodejs

Let's see...



Wednesday, February 7, 2018

Solution for [eslint] Expected linebreaks to be 'LF' but found 'CRLF' issue

Hi, are you using ESLint plugin for your IDE on Windows? And do you have this problem?


Solution:

1. Find the .eslintrc file

2. Add this code snippet


3. And that's it!