karena tidak berisi file package.json. reaksi

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