-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: Cannot find package "@babel/types" on the CLI #3843
Comments
Did a bit more digging, seems like Yarn/NPM isn't installing dependencies fully, in this case, Manually installing these affected packages with version numbers seems to fix it. |
Hey @jackmerrill! Thanks for opening an issue. I'm working on a fix for this, should be out in the next version. |
I do remember seeing another package that may have been causing a similar issue, let me check really quick. |
Found the package:
|
* fix(withastro#3843): move @babel/types to dependencies * chore: update lockfile Co-authored-by: Nate Moore <nate@astro.build>
What version of
astro
are you using?v1.0.0-beta.64
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
yarn
What operating system are you using?
Windows
Describe the Bug
When creating a new project via
yarn astro create
, the following error is logged on anyastro
command:This may very well be an issue with my computer, as any other instances work, however other pre-existing Astro projects work on my computer.
Link to Minimal Reproducible Example
N/A
Participation
The text was updated successfully, but these errors were encountered: