TOSIT-IO / tez-old

Tez TDP repository
Apache License 2.0
0 stars 1 forks source link

tez-ui compilation failed #1

Closed taabich closed 2 years ago

taabich commented 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

rpignolet commented 2 years ago

tez-ui is not used for TDP deployment, we will disable it to avoid build errors, see #2.

rpignolet commented 2 years ago

I'm closing this issue, we do not build tez-ui anymore, see my previous comment.