Gulp build not working after pulling latest changes
See original GitHub issueThe build which used to work before pulling the latest changes is not working anymore. I’m getting below error message:
events.js:183 throw er; // Unhandled 'error' event ^ Error: Failed to load plugin react: Cannot find module 'eslint-plugin-react' at Function.Module._resolveFilename (module.js:547:15) at Function.resolve (internal/module.js:18:19) at Plugins.load (C:\ASALHANI\ELM_PROJECTS\ESP_NEW\ESP Component\formio.js\node_modules\eslint\lib\config\plugins.js:106:29) at Array.forEach (<anonymous>) at Plugins.loadAll (C:\ASALHANI\ELM_PROJECTS\ESP_NEW\ESP Component\formio.js\node_modules\eslint\lib\config\plugins.js:166:21) at loadFromDisk (C:\ASALHANI\ELM_PROJECTS\ESP_NEW\ESP Component\formio.js\node_modules\eslint\lib\config\config-file.js:501:35) at Object.load (C:\ASALHANI\ELM_PROJECTS\ESP_NEW\ESP Component\formio.js\node_modules\eslint\lib\config\config-file.js:559:20) at Config.getPersonalConfig (C:\ASALHANI\ELM_PROJECTS\ESP_NEW\ESP Component\formio.js\node_modules\eslint\lib\config.js:154:37) at Config.getLocalConfigHierarchy (C:\ASALHANI\ELM_PROJECTS\ESP_NEW\ESP Component\formio.js\node_modules\eslint\lib\config.js:248:41) at Config.getConfigHierarchy (C:\ASALHANI\ELM_PROJECTS\ESP_NEW\ESP Component\formio.js\node_modules\eslint\lib\config.js:179:43)
Command I’m trying to run
gulp build
even running gulp
throw the same error.
Node version: 8.11.1 NPM version: 5.8.0
Please advicse
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top GitHub Comments
solved
How you solve it ?