hslayers / hslayers-ng

User interface and map building extensions for OpenLayers
https://ng.hslayers.org/
MIT License
37 stars 20 forks source link

'angular-material-bottom-sheet-collapsible' Module not found #937

Closed jmacura closed 3 years ago

jmacura commented 4 years ago

image

Do you encounter this as well? It happens to me with the latest develop version.

jmacura commented 4 years ago

Very curious. When I run npm i more times in a row, then it installs some more packages on the second/third run 😵 Which eventually solves the problem.

Second npm i: image

Third npm i: image ..which was the missing 'angular-material-bottom-sheet-collapsible'. I have no idea where it has moved it from....

raitisbe commented 4 years ago

Yes i had this too. Package got installed in node_modules/hslayers-ng/node_modules. The only way how i could get around it was install hslayers through git url instead of npm registry. https://github.com/hslayers/project-rostenice/blob/upgrade-hslayers-2/package.json#L26

On Thu, Aug 20, 2020, 12:49 jmacura notifications@github.com wrote:

Very curious. When I run npm i more times in a row, then it installs some more packages on the second/third run 😵

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hslayers/hslayers-ng/issues/937#issuecomment-677497769, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADAR6UET6HYBBEPUIX3PUTSBTWT3ANCNFSM4QF3FRKQ .

raitisbe commented 4 years ago

Not sure this can be classified as bug. Its probably just a npm quirck which will go away when we publish new version of hslayers