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
Trying to add an integration through pnpm astro add @example/integration or pnpx astro add @example/integration throws an error Cannot read properties of null (reading 'name').
npm also shows same behaviour
Link to Minimal Reproducible Example
Will provide one if others can't reproduce
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
What version of
astro
are you using?1.0.6
Are you using an SSR adapter? If so, which one?
No
What package manager are you using?
pnpm
What operating system are you using?
Windows, MacOS
Describe the Bug
Trying to add an integration through
pnpm astro add @example/integration
orpnpx astro add @example/integration
throws an errorCannot read properties of null (reading 'name')
.npm also shows same behaviour
Link to Minimal Reproducible Example
Will provide one if others can't reproduce
Participation
The text was updated successfully, but these errors were encountered: