Skip to content

Instantly share code, notes, and snippets.

@juanlopezdev
Last active February 11, 2021 05:01
Show Gist options
  • Save juanlopezdev/aa59074532f7e8bbc29236d418c378dd to your computer and use it in GitHub Desktop.
Save juanlopezdev/aa59074532f7e8bbc29236d418c378dd to your computer and use it in GitHub Desktop.
Mis apuntes de NodeJS #javascript #nodejs

Mis notas para Node.js

Instalar un paquete

npm i <namepackage>

Desinstalar un paquete

npm uninstall <namepackage>

Si existe un problema para instalar bcrypt en window, instalar:

npm install --global --production windows-build-tools

Si ello no funciona se recomienda instalar el paquete bcryptjs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment