No terminal, após inserir comandos de 'run' aparece uma mensagem de erro ...
[ricardocorrent@localhost client] $ npm run build-dev
> client@1.0.0 build-dev /home/ricardocorrent/CURSO/ALURA/CARREIRAS/ProgramadorReact/Webpack/client
> webpack --config webpack.config.js
module.js:549
throw err;
^
Error: Cannot find module 'patch'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/ricardocorrent/CURSO/ALURA/CARREIRAS/ProgramadorReact/Webpack/client/webpack.config.js:1:77)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@1.0.0 build-dev: `webpack --config webpack.config.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the client@1.0.0 build-dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/ricardocorrent/.npm/_logs/2018-08-17T13_13_56_735Z-debug.log
[ricardocorrent@localhost client] $
Alguém já passou por isso???
Detalhe, fiz os cursos de javaScript da carreira de ProgramadorReact e até agora estava funcionando!