Ejemplo 1: npm ERR! enoent ENOENT: no existe tal archivo o directorio, abra
rm -rf node_modules
npm install
git commit package-lock.json
git push
Ejemplo 2: ENOENT, no existe tal archivo o directorio
Have you created a package.json file? Maybe run this command first again.
C:UsersNuwanstDocumentsNodeJS3.chat>npm init
It creates a package.json file in your folder.
Then run,
C:UsersNuwanstDocumentsNodeJS3.chat>npm install socket.io --save
The --save ensures your module is saved as a dependency in your package.json file.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)