abstractdog commented on PR #206:
URL: https://github.com/apache/tez/pull/206#issuecomment-1112888942

   > The lowest bower version available is 1.2.0.
   > 
   > ```
   > node_modules/bower/bin/bower install file-saver#v1.20150507.2 --save
   > bower file-saver#v1.20150507.2       not-cached 
https://github.com/eligrey/FileSaver.js.git#v1.20150507.2
   > bower file-saver#v1.20150507.2          resolve 
https://github.com/eligrey/FileSaver.js.git#v1.20150507.2
   > bower file-saver#v1.20150507.2     ENORESTARGET No version found that was 
able to satisfy v1.20150507.2
   > 
   > Additional error details:
   > Available versions: 1.2.0, 1.2.1, 1.2.2, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 
1.3.4, 1.3.6, 1.3.7, 1.3.8, 2.0.0, 2.0.4, 2.0.2, 2.0.4
   > ```
   > 
   > @Deependra-Patel @abstractdog Should we go with 1.2.0?
   
   I cannot tell honestly, I've just uploaded the one on my laptop to: 
https://issues.apache.org/jira/secure/attachment/13043100/FileSaver.js
   so this is used to be downloaded most probably by bower from Teleborder, but 
there are couple of diffs with the current 1.2.0 too
   
   instead of manually looking for changes, please do the following:
   ```
   #download the latest 1.x from FileSaver.js
   #go to master branch without this patch
   #remove your current one in your local tez
   cd tez-ui
   rm ./src/main/webapp/bower_components/file-saver.js/FileSaver.js
   mvn test #should fail as FileSaver.js is not present
   #download a target FileSaver.js version and copy it destination
   cp the_FileSaver_you_just_downloaded.js 
./src/main/webapp/bower_components/file-saver.js/FileSaver.js
   mvn test #should pass
   ```
   
   if all tests pass, I'm fine with the version, no matter which 1.x
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to