Closed jmacura closed 3 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
:
Third npm i
:
..which was the missing 'angular-material-bottom-sheet-collapsible'. I have no idea where it has moved it from....
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 .
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
Do you encounter this as well? It happens to me with the latest develop version.