You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest version 8.1.5 i get the following error
/home/nico/Documents/projects/{project}/node_modules/.pnpm/@nuxtjs+storybook@8.1.5_@babel+preset-env@7.24.7_@babel+core@7.24.7__@types+node@20.14.9_esli_nactxph…
│ ERROR ParseError: Support for the experimental syntax 'importAttributes' isn't currently enabled (8:72):
│ Add @babel/plugin-syntax-import-attributes (https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-import-attributes) to the 'plugins' section of your Babel …
│ If you already added the plugin for this syntax to your config, it's possible that your config isn't being loaded.
│ You can re-run Babel with the BABEL_SHOW_CONFIG_FOR environment variable to show the loaded configuration:
│ npx cross-env BABEL_SHOW_CONFIG_FOR=/ <your build command>
│ See https://babeljs.io/docs/configuration#print-effective-configs for more info.
it seems nuxt can't import the module anymore because of the use of
importwith{type:json}
The text was updated successfully, but these errors were encountered:
Using the latest version 8.1.5 i get the following error
it seems nuxt can't import the module anymore because of the use of
The text was updated successfully, but these errors were encountered: