Closed atikenny closed 5 months ago
@babel/core
depends on this package, but this could lead to breaking in the future if that package decides to drop it as a dependency.
This is incredibly stable and a non-issue (beyond your package manager, whichever it is, being needlessly strict).
You can submit a PR if you really want though
Description
When using the command
vite
, I get the following error message:Notes
Seems like there is a dependency on the
@babel/code-frame
package, but it is not declared in the package.json. The reason that it doesn't cause issues in most cases is because@babel/core
depends on this package, but this could lead to breaking in the future if that package decides to drop it as a dependency.