lilnasy / gratelets

A collection of purpose-built, small, third-party integrations for Astro.
The Unlicense
105 stars 6 forks source link

Could not resolve "./node_modules/astro/dist/content/consts.js" #101

Open chaegumi opened 2 weeks ago

chaegumi commented 2 weeks ago

run pnpm run preview

  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro check && astro build",
    "preview": "astro build && wrangler pages dev",
    "astro": "astro",
    "deploy": "astro build && wrangler pages deploy",
    "cf-typegen": "wrangler types"
  },

Could not resolve "./node_modules/astro/dist/content/consts.js" from "node_modules/.pnpm/astro-dynamic-import@1.1.1_astro@4.16.5/node_modules/astro-dynamic-import/integration.ts"

lilnasy commented 1 week ago

Could you show the error in a stackblitz project or a small git repo?