-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grunt install throws Error #14
Comments
WebGnomeClient issue while Installing npm uisng npm install npm WARN package.json WebGnomeClient@ No repository field.
options.entry is deprecated, use options.input
Running "bower:install" (bower) task
npm ERR! Linux 4.4.0-98-generic npm ERR! Please include the following file with any support request: also attached the log file. |
I've just troubleshooted this - the Cesium install location no longer exists (with no redirect) and is causing --- /tmp/VkiXdW_bower.json 2018-05-14 17:28:25.658601187 -0400
+++ bower.json 2018-05-14 17:21:06.090979637 -0400
@@ -15,7 +15,7 @@
"bootstrap": "3.*.*",
"datetimepicker": "2.*.*",
"openlayers": "git://github.com/NOAA-ORR-ERD/ol3.git#3.15.1",
- "cesium": "https://cesiumjs.org/releases/Cesium-1.28.zip",
+ "cesium": "https://github.com/AnalyticalGraphicsInc/cesium/releases/download/1.28/Cesium-1.28.zip",
"jquery-file-upload": "9.10.1",
"respond": "1.4.2",
"compass-rose-ui": "1.1.*", |
Which Version of Node , npm & grunt-cli should I use
Running "bower:install" (bower) task
In WebGnomeClient There is no lib folder is found under js directory
Please Help
The text was updated successfully, but these errors were encountered: