We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to ship these two dependencies with your package? instead of consumer having to install manually.
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'cheerio' Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'babel-plugin-add-react-displayname'
[vite-plugin-react-scan] ERROR: Failed to transform Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@babel/plugin-transform-react-jsx' imported from C:\...\Source\Projects\UI\babel-virtual-resolve-base.js
When manually installed @babel/plugin-transform-react-jsx, error pops up complaining about type which i guess needs a typescript handler.
type
[vite-plugin-react-scan] ERROR: Failed to transform C:/.../Source/Projects/UI/src/Pages/DetailPages/Postgres/OverviewPage.tsx: SyntaxError: C:\...\Source\Projects\UI\src\Pages\DetailPages\Postgres\OverviewPage.tsx: Unexpected token, expected "," (2:33) 1 | > 2 | import { useTimeControlBar, type TimeControlBar } from "../TimeControlBar"; | ^ 3 | import { useRouteParams } from "../../../components/Contexts/useParams"; 4 | import { TopQueries } from "./sections/TopQueries"; 5 |
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it possible to ship these two dependencies with your package? instead of consumer having to install manually.
When manually installed @babel/plugin-transform-react-jsx, error pops up complaining about
type
which i guess needs a typescript handler.The text was updated successfully, but these errors were encountered: