Closed krawuzikapuzi closed 6 years ago
I tried it from ng new
and didn't get that error. I did get another one, though, a strange set of unknown characters in a definition file, and I have realised that I should publish the dist
directory instead. Watch out for 1.0.1.
Update: still coming, it's just that lerna monorepos are only slightly less of a nightmare than publishing manually.
Ok, had to unpublish 1.0.1 and 1.0.2, but try npm i angular-skyhook
again to pick up 1.0.3.
I updated to 1.0.3 and I am able to successfully build my project now, great! Thanks for your support!
FYI, as the only known user of angular-skyhook
, you get special news delivered in GH issues: there's a convenient multi-backend now. Check out the docs at https://cormacrelf.github.io/angular-skyhook/angular-skyhook-multi-backend/
Hey,
I am trying to use this library in my Angular6 app as shown on the Quickstart page by using:
and in my app.module.ts like so:
Just when running
ng build
I right away get the message"angular-skyhook": "^1.0.0",
is part of package.json, I can see the folder and files innode_modules
. I also updated my package-lock.json... am I missing something here?!I stumbled upon this repo while struggling with dragula and trying to find a solution in the github issues of the dragula repo. It looks promising and I'd like to give it a try.
Thanks!