question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing sap-ui-version.json in Bower installation

See original GitHub issue

Inspired by this sample app, I have installed OpenUI5 with Bower.

Everything seems to work fine, except that I get two failing requests to resources/sap-ui-version.json. While this is not critical, it does bother me to have errors while developing.

The dependencies in bower.json look like this:

  "dependencies": {
    "openui5-sap.ui.core": "openui5/packaged-sap.ui.core#~1.36.0",
    "openui5-sap.ui.layout": "openui5/packaged-sap.ui.layout#~1.36.0",
    "openui5-sap.m": "openui5/packaged-sap.m#~1.36.0",
    "openui5-themelib_sap_bluecrystal": "openui5/packaged-themelib_sap_bluecrystal#~1.36.0"
  }

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
codeworriorcommented, Mar 15, 2018

My guess would be

myFirstApp/WebContent/resources/sap-ui-version.json

1reaction
matz3commented, Mar 15, 2018

@doniaZaela the file seems to come from a downloaded OpenUI5 package (from http://openui5.org/download.html) and is expected to be top-level in the resources folder (next to the sap-ui-core.js file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jquery - bower.json: main is present but I get a "(...) is missing ...
I'm trying to register this jquery plugin to Bower. The bower.json file looks like this: { "name": "domajax", ...
Read more >
Bower — a package manager for the web
To get started, Bower works by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff...
Read more >
Visual Studio - Bower: Modern Tools for Web Development
In this article. Installing and Using Bower; The bower.json File; Managing Dependencies; Too Many Files; Build Servers and Source Control; Why ...
Read more >
Bower - npm
Installing packages and dependencies · install dependencies listed in bower.json · install a package and add it to bower.json · install specific ...
Read more >
Control how your bower packages are installed with a gulpfile ...
json file for ASP.NET 5 and make sure that your source bower_components folder is excluded from the project and any packing and publishing ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found