wankunde edited a comment on issue #552: [GRIFFIN-299]Add oracle jdk8 support in travis build phase URL: https://github.com/apache/griffin/pull/552#issuecomment-553210155 After add `dist: trusty` to `.travis.yml` file, the program `npm` can not be found? ``` $ java -Xmx32m -version java version "1.8.0_161" Java(TM) SE Runtime Environment (build 1.8.0_161-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode) $ javac -J-Xmx32m -version javac 1.8.0_161 0.12s$ npm install -g bower The program 'npm' is currently not installed. To run 'npm' please ask your administrator to install the package 'npm' The command "npm install -g bower" failed and exited with 127 during . ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
