Error - Can't resolve heatmap.js
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
- OS: windows7
- [email protected]
Hi,
I guess it because we moved to angular-cli new build, we will check it.