I am trying to run the astra ui of week4 microservice - locally .the npm start run commands fails to compile and launch the ui
following error
ERROR in Entry module not found: Error: Can't resolve 'run' in 'C:\Vinaya\cloned_repo\cassandra-workshop-series\week4-AppDev-api\getting-started-with-astra-ui' ERROR in multi (webpack)-dev-server/client?http://localhost:3000 (webpack)/hot/dev-server.js run Module not found: Error: Can't resolve 'run' in 'C:\Vinaya\cloned_repo\cassandra-workshop-series\week4-AppDev-api\getting-started-with-astra-ui' @ multi (webpack)-dev-server/client?http://localhost:3000 (webpack)/hot/dev-server.js run main[2] Child html-webpack-plugin for "index.html": 1 asset Entrypoint undefined = index.html [./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html] 520 bytes {0} [built] [./node_modules/lodash/lodash.js] 528 KiB {0} [built] [./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {0} [built] [./node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {0} [built] i 「wdm」: Failed to compile.
[UPDATE]
Hi Erick, I tried npm run start and this is the response -UI is not getting launched
C:\Vinaya\cloned_repo\cassandra-workshop-series\week4-AppDev-api\getting-started-with-astra-ui>npm run start > getting-started-with-apollo-ui@1.0.0 start C:\Vinaya\cloned_repo\cassandra-workshop-series\week4-AppDev-api\getting-started-with-astra-ui > cross-env NODE_ENV=development webpack-dev-server -d 'cross-env' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! getting-started-with-apollo-ui@1.0.0 start: `cross-env NODE_ENV=development webpack-dev-server -d` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the getting-started-with-apollo-ui@1.0.0 start 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! C:\Users\vinnu\AppData\Roaming\npm-cache\_logs\2020-07-29T20_29_32_367Z-debug.log C:\Vinaya\cloned_repo\cassandra-workshop-series\week4-AppDev-api\getting-started-with-astra-ui>