I have this problem, every time I try to install express in windows 10 with the command npm install express
or npm install express-generator
I get this error:
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\PC\Documents\proyectos_practica\node_practice\package.json'
npm WARN node_practice No description
npm WARN node_practice No repository field.
npm WARN node_practice No README data
npm WARN node_practice No license field.
I have already added the variables to the path, does anyone know what it can be? thanks in advance