#npm
Вопрос:
При запуске npm install
я получаю следующие сообщения об ошибках
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:UsersJOVANNE DELA ROSAzippelin-merchant-web/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:UsersJOVANNE DELA ROSAzippelin-merchant-webpackage.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:UsersJOVANNE DELA ROSAAppDataLocalnpm-cache_logs2021-07-21T02_30_17_434Z-debug.log
Комментарии:
1. Это очень информативно. Это
package.json
отсутствует на пути, по которому вы бежитеnpm install
.