car il ne contient pas de fichier package.json. réagir

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