-
Notifications
You must be signed in to change notification settings - Fork 16
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: Cannot find module 'core-js/modules/es.symbol.description.js' #267
Comments
Same problem here on a new drupal 10 website.
|
@finnlewis I could get it working by forcing the installation with the version 1.2.7 of wingsuit (and node v14): npx @wingsuit-designsystem/[email protected] init -k tailwind |
Hm strange. It works for me. The package "core-js" is somehow missing. Will check it. |
Can you try npx @wingsuit-designsystem/cli init --branch master |
@christianwiedemann I just tried it but I got the same error |
Thanks @christianwiedemann, I've tried |
I released 1.2.8 with core-js included in wingsuit/core. Give it a try. |
Thank you very much @christianwiedemann ! The error is gone :) |
Just to confirm, I can now install with
Thanks @christianwiedemann ! |
However, it the error persists when not specifying a version.
Which then means the BLT route still does not work. |
So this is what worked for me in Drupal in the end, for the 1.x branch. Fresh install of Drupal 9.
This fires up Storybook on completion. ctrl C (^C) to get out of that Build the Drupal theme assets with:
In Drupal, edit the dist path at /admin/wingsuit-companion/form/config and set to:
At /admin/appearance, install wingsuit theme then set to default. Clear the cache I can now see various components on the Drupal theme, not laid out particularly well, but it's a start! |
Describe the bug
Sorry if I'm missing something obvious, but I am just trying to set up a Drupal wingsuit theme and I'm seeing the same error whichever way I go.
Error: Cannot find module 'core-js/modules/es.symbol.description.js'
To Reproduce
Looking at https://github.com/wingsuit-designsystem/wingsuit#quickstart
I've got a Drupal site installed.
And this is what I get:
To Reproduce the BLT route
Also, following the https://github.com/wingsuit-designsystem/wingsuit-kickstarter route:
When I get to:
I get a similar error:
The text was updated successfully, but these errors were encountered: