Closed taabich closed 2 years ago
Hi, Tez-ui is failed, the component bower try download https://github.com/Teleborder/FileSaver.js.git but this js is not available on github.
To resolve the problem:
Edit tez-ui/src/main/webapp/ember-cli-build.js Replace app.import('bower_components/file-saver.js/FileSaver.js'); by app.import('bower_components/file-saver/FileSaver.js');
Edit tez-ui/src/main/webapp/bower.js Replace "file-saver.js": "1.20150507.2", by "file-saver": "v1.2.0"
On tez-ui/src/main/webapp/bower-shrinkwrap.json replace
Best regards
tez-ui is not used for TDP deployment, we will disable it to avoid build errors, see #2.
tez-ui
I'm closing this issue, we do not build tez-ui anymore, see my previous comment.
Hi, Tez-ui is failed, the component bower try download https://github.com/Teleborder/FileSaver.js.git but this js is not available on github.
To resolve the problem:
Edit tez-ui/src/main/webapp/ember-cli-build.js Replace app.import('bower_components/file-saver.js/FileSaver.js'); by app.import('bower_components/file-saver/FileSaver.js');
Edit tez-ui/src/main/webapp/bower.js Replace "file-saver.js": "1.20150507.2", by "file-saver": "v1.2.0"
On tez-ui/src/main/webapp/bower-shrinkwrap.json replace
Best regards