Linking of ngx-launcher with fabric8-ui is not working
vikram-raj opened this issue · 0 comments
vikram-raj commented
For local development, we need to link ngx-launcher with fabric8-ui to see the changes that we made in ngx-launcher and it is broken now. There is one workaround
Steps:
After making any change I have to do
- npm run build
- In dist folder run npm pack. After npm pack .tgz file will be created
- In fabric8-ui run npm install <path of .tgz file>
- npm start
And it takes 4 to 5 mins.
Issue logged in openshiftio - openshiftio/openshift.io#4078