-
-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with fresh Lyra installation #27
Comments
Ush. Thanks for firing this, I'm fixing it with the next release |
Should be fixed in v0.0.1-beta-12 🙂 |
Sorry for commenting a closed issue @micheleriva, but I wanna let you know that the error persists even with the |
i confirm. index.js keeps not getting created. |
That's alright, I'll reopen the issue and test the publication via Verdaccio |
Fixed and tested on Thanks! |
Describe the bug
I've created a new project where I wanted to implement Lyra, so I've added it as a dependency. When I've try to import
Lyra
, I get the following output error:To Reproduce
Steps to reproduce the behavior:
npm init --yes
npm install @nearform/lyra
Lyra
.Screenshots
This is the content of Lyra's directory inside
node_modules
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I've created a repository with the reproduced error hoping it could be useful.
The text was updated successfully, but these errors were encountered: