Hello community.. Facing this issue while trying ...
# troubleshoot
b
Hello community.. Facing this issue while trying to get datahub web react up and running on localhost:3000. I have done yarn install, and then yarn start to get this error.
Copy code
Failed to compile.

./node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.js
Module not found: Can't resolve 'refractor/lang/asmatmel.js' in '/mnt/c/XXX/XXX/datahub/datahub-web-react/node_modules/react-syntax-highlighter/dist/esm/async-languages'
Can someone help me out with this please?
1
b
Frontend needs to build with :
./gradlew :datahub-frontend:dist -x yarnTest -x yarnLint
b
oh okay. Let me build frontend and see if it works. Thanks