Skip to content
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

🛠 Tooling: build:release failure in konami-emoji-blast-nuxt on inferred type of 'default' #835

Open
3 tasks done
JoshuaKGoldberg opened this issue Dec 10, 2024 · 0 comments
Labels
area: tooling Managing the repository's maintenance 🛠️ status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛

Comments

@JoshuaKGoldberg
Copy link
Owner

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Overview

Running pnpm build:release in packages/konami-emoji-blast-nuxt:

joshgoldberg ~/repos/emoji-blast/packages/konami-emoji-blast-nuxt $ pnpm build:rel
ease

> @konami-emoji-blast/[email protected] build:release /Users/josh/repos/emoji-blast/packages/konami-emoji-blast-nuxt
> nuxt-module-build build

ℹ Building nuxt                                                      3:15:19 PM
ℹ Cleaning dist directory: ./dist                                    3:15:19 PM
.nuxt/components.plugin.mjs(3,1): error TS2742: The inferred type of 'default' cannot be named without a reference to '~/node_modules/nuxt/dist/app/nuxt.js'. This is likely not portable. A type annotation is necessary.


 ERROR  Failed to compile. Check the logs above.                      3:15:21 PM

  at error (/Users/josh/repos/emoji-blast/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:2287:30)
  at Object.error (/Users/josh/repos/emoji-blast/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:25351:20)
  at Object.error (/Users/josh/repos/emoji-blast/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:24472:42)
  at generateDtsFromTs (/Users/josh/repos/emoji-blast/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/rollup-plugin-dts/dist/rollup-plugin-dts.mjs:1834:30)
  at Object.transform (/Users/josh/repos/emoji-blast/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/rollup-plugin-dts/dist/rollup-plugin-dts.mjs:1843:38)
  at /Users/josh/repos/emoji-blast/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:25544:40
  at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 



 ERROR  Failed to compile. Check the logs above.                      3:15:21 PM

 ELIFECYCLE  Command failed with exit code 1.
joshgoldberg ~/repos/emoji-blast/packages/konami-emoji-blast-nuxt $ 

Additional Info

This doesn't seem to be impacting anything: the code still runs as expected.

Followup to #833.

💖

@JoshuaKGoldberg JoshuaKGoldberg added area: tooling Managing the repository's maintenance 🛠️ status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛 labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tooling Managing the repository's maintenance 🛠️ status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
Projects
None yet
Development

No branches or pull requests

1 participant