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
Build from main failing after cloning for the first time:
.../rollup-plugin-bundle-manifest build$ tsc --build tsconfig.json .../rollup-plugin-bundle-manifest build: src/index.ts(49,24): error TS2339: Property 'getType' does not exist on type 'typeof import("/***/@types/mime/index")'. .../rollup-plugin-bundle-manifest build: Failed /***/projects/***/atproto-test/packages/internal/rollup-plugin-bundle-manifest: ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @atproto-labs/rollup-plugin-bundle-manifest@0.1.0 build: `tsc --build tsconfig.json` Exit status 1
Note: I replaced some of my paths with ***s, they are not the issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should build without issues
Details
Additional context
PR with the fix incoming, since it's simple.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Build from main failing after cloning for the first time:
Note: I replaced some of my paths with ***s, they are not the issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should build without issues
Details
Additional context
PR with the fix incoming, since it's simple.
The text was updated successfully, but these errors were encountered: