-
Notifications
You must be signed in to change notification settings - Fork 405
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
uikit-polyfill not found #1104
Comments
@jensgro could you take a peek at your
Let me know — we’ll get to the bottom of what’s going on here! |
PS. we just released the latest version of UIKit (v5.4.0) so you should also try updating to see if you're still seeing this particular issue! |
Hi @sghoweri thanks for your answer.
I updated the project, Now I do have UIKit 5.4.0 but nothing changed. The page is empty in Edge. |
Hmmm. What version of Edge are you using? |
I’m assuming this Windows 10, correct? |
Actually, scratch that. Was able to replicate the issue locally — will try to get a fix in ASAP! |
@jensgro try pulling down the latest UIKit version (v5.4.1) when you get a chance — this should be all set with that patch release! |
@sghoweri Perfect! It works in Edge and in IE11, too. Thanks a lot for your fast reaction! |
Hi, it doesn´t works for me: UiKit: 5.5.0 Error:
|
I get the same error on compile |
the warning seen here is different than the original OP - this internal package uikit-polyfills is tripping some logic built into so looking at the code in question - this only emits a warning when using node directly. https://github.com/pattern-lab/patternlab-node/blob/dev/packages/core/src/lib/loaduikits.js#L56
I see that in a gulp environment, this errors. I don't know what assert.js or undertaker do 🤷♂ do all warnings cause errors that stop gulp? or just this one? In the new version of core there will be no inferring of modules from node_modules, only from config this could be fixed by (in order of preference)
|
Posting this for other users using Yarn. I bumped into this error using Yarn v1 (Classic) in a repository with workspaces. To get this working, I had to configure the Here is how the
|
I am using the newest Pattern Lab Node on
Windows
, with Nodev12.13.0
, installed today via command line.I installed starterkit-handlebars-vanilla with the uikit-workshop and in another folder the starterkit-mustache-demo with the uikit-workshop. Both installed without warnings and were fired up with pl:serve.
Expected Behavior
Show the patternlab in every modern browser.
Actual Behavior
I cannot see anything in Edge. Error message is:
I cannot find where the polyfill should be noted in the config. The project can be found in node_modules.
How can I activate the polyfills so that I can see the patterns in Edge, too?
The text was updated successfully, but these errors were encountered: