afs commented on pull request #1153:
URL: https://github.com/apache/jena/pull/1153#issuecomment-1011504448


   I had to add a license line as the second line of theSVG file to keep RAT 
happy.
   
   ```
   <?xml ... >
   <!-- Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 
-->
   ```
   
   then the build worked and a quick use of the UI (with cntl-F5 to get the 
latest!!) was fine.
   
   In the build, there are some deprecation warnings such as:
   ```
   [INFO] More info and automated migrator: https://sass-lang.com/d/slash-div
   [INFO] 
   [INFO]     ╷
   [INFO] 302 │ $headings-margin-bottom:      $spacer / 2 !default;
   [INFO]     │                               ^^^^^^^^^^^
   [INFO]     ╵
   [INFO]     
node_modules/bootstrap-vue/node_modules/bootstrap/scss/_variables.scss 302:31  
@import
   [INFO]     
node_modules/bootstrap-vue/node_modules/bootstrap/scss/bootstrap.scss 9:9      
@import
   [INFO]     src/styles/index.scss 18:9                                        
             @import
   [INFO]     src/App.vue 41:9                                                  
             root stylesheet
   [INFO] 
   [INFO] DEPRECATION WARNING: Using / for division outside of calc() is 
deprecated and will be removed in Dart Sass 2.0.0.
   [INFO] 
   ```
   
   and also this:
   
   ```
   [INFO] Browserslist: caniuse-lite is outdated. Please run:
   [INFO] npx browserslist@latest --update-db
   ```
   I tried `npx browserslist@latest --update-db` but it failed:
   ```
   node:child_process:903
       throw err;
       ^
   
   Error: Command failed: yarn info caniuse-lite --json
   ```
   (some kind of version thing?)
   
   but I did get a useable `fuseki-server`.


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to