Closed matcho closed 4 years ago
The issue is that the NPM author published from the root of the project and not from the dist
directory. The fix is for the NPM author to CD
into the dist
directory then publish.
Thanks folks, I will do this now.
I've just deprecated 1.7.0 version and published 1.7.1 version on NPM. Thanks for reporting this.
Hi @lauthieb
Thanks for merging PR #5
However, now that I updated to 1.7.0 I cannot import KonamiModule anymore.
gives a
while
as mentioned in #2 gives a
When importing from
/dist
, the app is built but fails at startup with an empty page "Cannot GET /".Any idea ? I tried completely removing the module and reinstalling it, with no success.
Thanks a lot