diff --git a/.changeset/tender-paws-smash.md b/.changeset/tender-paws-smash.md new file mode 100644 index 0000000000..17777da67a --- /dev/null +++ b/.changeset/tender-paws-smash.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Correcting typo in ReadMe diff --git a/packages/astro/README.md b/packages/astro/README.md index df7a337124..04ee1ef0fc 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -35,7 +35,7 @@ shamefully-hoist = true ### Yarn -[Yarn](https://yarnpkg.com/) works as a package manager in Astro apps. However, __Yarn 2__'s Plug'n'Play feature, aka 'pnp', changes how module resolution works in Node apps and doesn't support modules written in ESM at the moment. Since Astro is written entirely in ESM, you can't use the pnp feature. in Astro apps. We'll continue to track this feature as they fix these core bugs. However, you can disable pnp by adding `nodeLinker: 'node-modules'` to your `.yarnrc.yml`, which will make Yarn 2 compatible with Astro. +[Yarn](https://yarnpkg.com/) works as a package manager in Astro apps. However, __Yarn 2__'s Plug'n'Play feature, aka 'pnp', changes how module resolution works in Node apps and doesn't support modules written in ESM at the moment. Since Astro is written entirely in ESM, you can't use the pnp feature in Astro apps. We'll continue to track this feature as they fix these core bugs. However, you can disable pnp by adding `nodeLinker: 'node-modules'` to your `.yarnrc.yml`, which will make Yarn 2 compatible with Astro. ### 🚀 Build & Deployment