Issue Summary
Frontend server is not getting built for frontend server using npm run build
A summary of the issue and the browser/OS environment in which it occurs.
Currently we have planned to test redash beta version internally since we are facing major issues with previous version. While doing npm start
we are getting following issues :
{ Error: Cannot find module 'babel-plugin-module-resolver' from '/home/ubuntu/redash-v9/redash/viz-lib' at Function.module.exports [as sync] (/home/ubuntu/redash-v9/redash/node_modules/resolve/lib/sync.js:58:15) at resolveStandardizedName (/home/ubuntu/redash-v9/redash/node_modules/@babel/core/lib/config/files/plugins.js:101:31) at resolvePlugin (/home/ubuntu/redash-v9/redash/node_modules/@babel/core/lib/config/files/plugins.js:54:10) at loadPlugin (/home/ubuntu/redash-v9/redash/node_modules/@babel/core/lib/config/files/plugins.js:62:20) at createDescriptor (/home/ubuntu/redash-v9/redash/node_modules/@babel/core/lib/config/config-descriptors.js:154:9) at items.map (/home/ubuntu/redash-v9/redash/node_modules/@babel/core/lib/config/config-descriptors.js:109:50) at Array.map (<anonymous>) at createDescriptors (/home/ubuntu/redash-v9/redash/node_modules/@babel/core/lib/config/config-descriptors.js:109:29) at createPluginDescriptors (/home/ubuntu/redash-v9/redash/node_modules/@babel/core/lib/config/config-descriptors.js:105:10) at plugins (/home/ubuntu/redash-v9/redash/node_modules/@babel/core/lib/config/config-descriptors.js:40:19) code: 'MODULE_NOT_FOUND' }
Technical details:
- Redash Version: v9.0
- Browser/OS: Ubuntu 16.04
- How did you install Redash: Using latest github repo