prashantpalikhe / nuxt-ssr-lit

SSR support for Lit elements in Nuxt3
Other
42 stars 7 forks source link

Getting `[nuxt] [request error] [unhandled] [500] Package import specifier "#imports" is not defined in package node_modules/nuxt-ssr-lit/package.json` after bumping to 1.5.2 from 1.1.1 #78

Closed eliasmohsengrenvald closed 1 year ago

eliasmohsengrenvald commented 1 year ago

Describe the bug Getting [nuxt] [request error] [unhandled] [500] Package import specifier "#imports" is not defined in package node_modules/nuxt-ssr-lit/package.json after bumping to 1.5.2 from 1.1.1.

To Reproduce Steps to reproduce the behavior:

  1. Installed the latest version 1.5.2 (previous working version: 1.1.1)
  2. Getting attached error when running the app

Expected behavior The app to show the front page.

Screenshots Extra details on the error:

Screenshot 2023-06-12 at 14 11 53
prashantpalikhe commented 1 year ago

Hi @mohsenasfiamaersk

Are you able to reproduce in a barebone Nuxt application on Stackblitz e.g.?

prashantpalikhe commented 1 year ago

@mohsenasfiamaersk Looks like it was the issue on Nuxt side that you were experiencing? https://github.com/nuxt/nuxt/pull/21796

Can you please check with the latest Nuxt version and nuxt-ssr-lit version and see if you still have the issue?

prashantpalikhe commented 1 year ago

Closing this issue due to inactivity. Let me know if you experience this issue still.