While creating visualization-app as mentioned in https://developer.here.com/olp/documentation/data-visualization-library/dev_guide/pages/install-generator.html, get a warning that "requires a peer of three@^0.104.0 but none is installed."
.
However in the package.json
, we already have dependency on three
but at version 0.99.0
.
Also the source versions mentioned in the warning e.g. @here/harp-lines@0.2.3
, are at lower version in package.json
, i.e. "@here/harp-lines": "^0.2.1"
When I run the web server, I do get the basemap and userAuthorize form. However am unable to see anything in the perhaps "load file" (since the page fragment is blank) widget.
Steps provided at: https://developer.here.com/olp/documentation/data-visualization-library/dev_guide/pages/install-generator.html This generates the application, but with warnings. Selected "from geojson file" (option 5) while creating project. On running the application, and then filling in the authentication information, it does display a basemap. However nothing else could be done.
Here is the warning that is seen on the console:
npm WARN @here/harp-lines@0.2.3 requires a peer of three@^0.104.0 but none is installed. You must install peer dependencies yourself.
npm WARN @here/harp-datasource-protocol@0.3.3 requires a peer of three@^0.104.0 but none is installed. You must install peer dependencies yourself.
npm WARN @here/harp-mapview@0.8.3 requires a peer of three@^0.104.0 but none is installed. You must install peer dependencies yourself.
npm WARN @here/harp-map-controls@0.2.3 requires a peer of three@^0.104.0 but none is installed. You must install peer dependencies yourself.
npm WARN @here/harp-materials@0.2.3 requires a peer of three@^0.104.0 but none is installed. You must install peer dependencies yourself.
npm WARN @here/harp-text-canvas@0.2.3 requires a peer of three@^0.104.0 but none is installed. You must install peer dependencies yourself.
npm WARN @here/harp-geometry@0.1.2 requires a peer of three@^0.104.0 but none is installed. You must install peer dependencies yourself.