Missing sap-ui-version.json in Bower installation
See original GitHub issueInspired 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:
- Created 8 years ago
- Comments:10 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My guess would be
myFirstApp/WebContent/resources/sap-ui-version.json
@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 thesap-ui-core.js
file.