-
Notifications
You must be signed in to change notification settings - Fork 122
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
npm run playground - problems with RxJs #255
Comments
I'm not getting the error with your repro steps. Did you try saving some file inside the |
@caroso1222
Can you please give me your steps to the build a library? |
I just tried those steps again. I'm not getting the RxJS error yet, but I do get this error:
After that, if I kill the process and run |
Might be a duplicate of #244 |
@caroso1222 — Thank you for the reproduction attempt 👍 @izifortune — Would you be able to have a look at this? Thanks in advance! |
@jvandemo @izifortune Hey, any update on this issue? |
Sorry I had a quick look and didn't found anything will keep digging during
the weekend
…On Tue, Jan 23, 2018, 12:29 PM Taras Kovalenko ***@***.***> wrote:
@jvandemo <https://github.com/jvandemo> @caroso1222
<https://github.com/caroso1222> Hey, any update on this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#255 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADPMLkrluxnx4xynrdtjNwbXSdObHAfZks5tNcJtgaJpZM4RM6Tn>
.
|
@izifortune Thank you for your feedback. Please update this issue if you catch something new. |
Hi @TarasKovalenko can you please try to pull this PR #274 and see if that's still an issue? |
Thank you, @izifortune 🏆 |
@izifortune Hey, for now, all work perfect, thank you! |
@TarasKovalenko — Thank you for the confirmation. @izifortune — Thank you for the follow-up 🏆 |
Same here. Not fixed |
I found a poor workaround:
|
Actual Fix: In playground/index.html, make the following changes: In playground/index.ts, make the following changes": |
@DesertFoxNV — Thank you for sharing 👍 |
I have created empty library following the official guideline.
After that trying to run
npm run playground
to check if it's work.After automatically opening new browser window I have catch next exception:
Any idea how to resolve this issue?
The text was updated successfully, but these errors were encountered: