npm WARN [email protected] requires a peer of material-ui@<1.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react@^15.5.4 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of material-ui@^1.0.0-beta.16 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/react-scripts/node_modules/fsevents):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Error: EACCES: permission denied, rename '/home/alokkumar/my-app/node_modules/.staging/fsevents-d3f3daa6/node_modules/ajv' -> '/home/alokkumar/my-app/node_modules/.staging/ajv-2efe4df7' . npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Error: EACCES: permission denied, rename '/home/alokkumar/my-app/node_modules/.staging/fsevents-9912eb8e/node_modules/ajv' -> '/home/alokkumar/my-app/node_modules/.staging/ajv-4e89f7bf'npm ERR! path /home/alokkumar/my-app/node_modules/change-emitter
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/home/alokkumar/my-app/node_modules/change-emitter' -> '/home/alokkumar/my-app/node_modules/.change-emitter.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoentnpm ERR! A complete log of this run can be found in:
npm ERR! /home/alokkumar/.npm/_logs/2018-01-05T17_27_55_766Z-debug.log
1
votes
sudo npm i -S
– sudo bangbang