angular-cesium icon indicating copy to clipboard operation
angular-cesium copied to clipboard

Error - Can't resolve heatmap.js

Open hodbauer opened this issue 7 years ago • 1 comments

Intended outcome:

ng serve -o

Actual outcome:

ERROR in ./node_modules/angular-cesium/fesm5/angular-cesium.js Module not found: Error can't resolve 'heatmap.js/build/heatmap.js' in '(path to project)\node_modules\angular-cesium\fesm5'

How to reproduce the issue:

yarn install --ignore-optional or npm i --no-optional I'm running it with --no-optional according to issue of fsevents package that trying to be installed with other packages and actually not needed in Windows (and make other trebles). So, if heatmap.js is optional I should be able to use angular-cesium without it, otherwise I think that it shouldn't be optional. another issue that I do not sure about it is what is the fesm5 compilation version, maybe it just not optimal enough.

Version

hodbauer avatar Mar 04 '19 09:03 hodbauer

Hi, I guess it because we moved to angular-cli new build, we will check it.

tomermoshe avatar Apr 07 '19 14:04 tomermoshe