-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
No transformers found for [package] with pipeline: 'types'. #8014
Comments
Very strange, especially that it says But why are you declaring that |
The following issue was encountered, so .parcelrc was removed: parcel-bundler/parcel#8014
The following issue was encountered, so .parcelrc was removed: parcel-bundler/parcel#8014
The following issue was encountered, so .parcelrc was removed: parcel-bundler/parcel#8014
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. |
🐛 bug report
When following the steps at https://parceljs.org/languages/typescript/ I get the error below when trying to generate typings.
🎛 Configuration (.babelrc, package.json, cli command)
This is a forked repo from
emoji-mart
that I am attempting to convert to TS. Their repo uses yarn workspaceshttps://github.com/Scalahansolo/emoji-mart
https://github.com/Scalahansolo/emoji-mart/blob/main/package.json
https://github.com/Scalahansolo/emoji-mart/blob/main/packages/emoji-mart/package.json
https://github.com/Scalahansolo/emoji-mart/blob/main/packages/emoji-mart/tsconfig.json
🤔 Expected Behavior
Expect that
yarn build
at the top level of the repo builds fine.😯 Current Behavior
🌍 Your Environment
The text was updated successfully, but these errors were encountered: