como ele não contém um arquivo package.json. reagir

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