поскольку он не содержит файла package.json. реагировать

This error occurs usually when name of the PC contains a space.
To solve fix it, redefine your npm cache root:
npm config set cache "C:\Users\mycomputer~1name\AppData\Roaming\npm-cache" --global
Obnoxious Ox