Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.68k stars 234 forks source link

Build .exe Does Not Open [Bug]: #437

Closed hadupa closed 1 month ago

hadupa commented 1 month ago

What happened?

I successfully build a Linux and a Widnows version of Rivet. When running yarn dev in the cli it opens successfully. However, when I try to click on the Rivet.exe file in the folder, it displays an error message:

"Hmmm... Can't Reach This Page

localhost refused to connect."

What was the expected functionality?

I expected it to open normally like when I run "yarn dev" from my cli.

Describe your environment

Node, Rust v1.79

Relevant log output

No response

Relevant screenshots

No response

Code of Conduct

abrenneke commented 1 month ago

Which Rivet.exe file are you talking about? Did you run yarn build to generate it?

hadupa commented 1 month ago

Oh! No, I simply was running yarn dev. Do I need to run yarn build after or in place of yarn dev?

abrenneke commented 1 month ago

Yeah if you want an executable, you need to run yarn build and use the executable generated by that

hadupa commented 1 month ago

I believe I was mistaken. I was able to get it to run when using "yarn dev" and wrongfully assumed it had successfully built. Looking back on my output when running "yarn dev", I get the following warnings:

pkg@5.8.1 Warning Cannot resolve 'config.extends' path\rivet-build\rivet_4\packages\app-executor\bin\executor-bundle.cjs Dynamic require may fail at run time, because the requested file is unknown at compilation time and not included into executable. Use a string literal as an argument for 'require', or leave it as is and specify the resolved file name in 'scripts' option. Warning Cannot resolve 'path2' path\rivet-build\rivet_4\packages\app-executor\bin\executor-bundle.cjs Dynamic require may fail at run time, because the requested file is unknown at compilation time and not included into executable. Use a string literal as an argument for 'require', or leave it as is and specify the resolved file name in 'scripts' option.

abrenneke commented 1 month ago

Dunno what causes those, but they can be ignored

abrenneke commented 1 month ago

not sure - I think the linting setup needs a bit of love. I've just been using VS Code's eslint plugin the whole time so maybe something's not configured right. Feel free to join the discord if you want faster answers!

hadupa commented 1 month ago

I also noticed some warnings related to eslint. I navigated to the directory and issued the command "yarn lint" and got these results:

Oops! Something went wrong! :(

ESLint: 8.52.0

ESLint couldn't find the plugin "eslint-plugin-react".

(The package "eslint-plugin-react" was not found when loaded as a Node module from the directory "C:\SFile\rivet-build\rivet_4\packages\core".)

It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:

npm install eslint-plugin-react@latest --save-dev

The plugin "eslint-plugin-react" was referenced from the config file in ".eslintrc.cjs » ../../.eslintrc.cjs".

If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.

However, when I send the command "npm install eslint-plugin-react@latest --save-dev" and then attempt the build again, it builds with the same error in the .exe file. I get this when building, is this relevant?:

➤ YN0000: pd583f → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @swc/helpers to @swc/core ➤ YN0000: p59986 → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/esbuild to esbuild-plugin-copy ➤ YN0000: p0c87f → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/eslint to @typescript-eslint/eslint-plugin and 3 descendants ➤ YN0000: p6721c → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/eslint to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: pe7548 → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/eslint to eslint-plugin-i and 1 descendant ➤ YN0000: pb29be → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/eslint to eslint-plugin-n and 1 descendant ➤ YN0000: p695da → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/eslint to eslint-plugin-promise ➤ YN0000: p13243 → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/eslint-plugin-import to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p42d77 → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/eslint-plugin-n to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pa576c → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/eslint-plugin-promise to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p5335a → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/node-notifier to pkg ➤ YN0000: p92984 → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/swchelpers to @swc/core ➤ YN0000: p597f5 → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/typescript to @typescript-eslint/eslint-plugin and 1 descendant ➤ YN0000: pdc2dc → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/typescript to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pdd5dd → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/typescript-eslinteslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: p2f3ae → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @types/typescript-eslintparser to @typescript-eslint/eslint-plugin ➤ YN0000: p5aa27 → @ironclad/rivet-app-executor@workspace:packages/app-executor provides @typescript-eslint/eslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: p16b3b → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide @typescript-eslint/parser to @typescript-eslint/eslint-plugin ➤ YN0000: p9bca4 → @ironclad/rivet-app-executor@workspace:packages/app-executor provides esbuild to esbuild-plugin-copy ➤ YN0000: pc60af → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide eslint to @typescript-eslint/eslint-plugin and 3 descendants ➤ YN0000: p2500e → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide eslint to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: p7ffc8 → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide eslint to eslint-plugin-i and 1 descendant ➤ YN0000: p5dbad → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide eslint to eslint-plugin-n and 1 descendant ➤ YN0000: p63487 → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide eslint to eslint-plugin-promise ➤ YN0000: p00577 → @ironclad/rivet-app-executor@workspace:packages/app-executor provides eslint-plugin-import to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p63ec9 → @ironclad/rivet-app-executor@workspace:packages/app-executor provides eslint-plugin-n to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pa86e9 → @ironclad/rivet-app-executor@workspace:packages/app-executor provides eslint-plugin-promise to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p0ea64 → @ironclad/rivet-app-executor@workspace:packages/app-executor doesn't provide node-notifier to pkg ➤ YN0000: p57adb → @ironclad/rivet-app-executor@workspace:packages/app-executor provides typescript to @typescript-eslint/eslint-plugin and 1 descendant ➤ YN0000: p7a129 → @ironclad/rivet-app-executor@workspace:packages/app-executor provides typescript to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pe9ac2 → @ironclad/rivet-app@workspace:packages/app provides @dnd-kit/core to @dnd-kit/sortable ➤ YN0000: p89581 → @ironclad/rivet-app@workspace:packages/app provides @emotion/react to @emotion/styled ➤ YN0000: p5c739 → @ironclad/rivet-app@workspace:packages/app provides @swc/core to ts-node ➤ YN0000: p62139 → @ironclad/rivet-app@workspace:packages/app doesn't provide @swc/helpers to @swc/core ➤ YN0000: pe4503 → @ironclad/rivet-app@workspace:packages/app doesn't provide @swc/wasm to ts-node ➤ YN0000: pd586d → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/bufferutil to ws ➤ YN0000: p27c1c → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/dnd-kitcore to @dnd-kit/sortable ➤ YN0000: p53a44 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/emotion__react to @emotion/styled ➤ YN0000: p39271 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint to eslint-plugin-react-hooks ➤ YN0000: pcfbcc → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint to @emotion/eslint-plugin ➤ YN0000: paccc2 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint to @typescript-eslint/eslint-plugin and 2 descendants ➤ YN0000: p5f97f → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint to eslint-config-react-app and 14 descendants ➤ YN0000: pa68fa → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: p51567 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint to eslint-plugin-import and 1 descendant ➤ YN0000: p62ad9 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint to eslint-plugin-n and 1 descendant ➤ YN0000: p9076e → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint to eslint-plugin-promise ➤ YN0000: p7d7a1 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint to eslint-plugin-react ➤ YN0000: pfbe39 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint-plugin-import to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pacc98 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint-plugin-n to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pda765 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/eslint-plugin-promise to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p60bd3 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/hoist-non-react-statics to react-dnd ➤ YN0000: p3c4a1 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/less to vite ➤ YN0000: p21de8 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/lightningcss to vite ➤ YN0000: p798ac → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/monaco-editor to vite-plugin-monaco-editor ➤ YN0000: p270fe → @ironclad/rivet-app@workspace:packages/app provides @types/node to ts-node ➤ YN0000: pbd2c3 → @ironclad/rivet-app@workspace:packages/app provides @types/node to react-dnd ➤ YN0000: pb1299 → @ironclad/rivet-app@workspace:packages/app provides @types/node to vite ➤ YN0000: p07196 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/node-notifier to pkg ➤ YN0000: pcc0c3 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/tokens ➤ YN0000: pbef6e → @ironclad/rivet-app@workspace:packages/app provides @types/react to @emotion/react and 1 descendant ➤ YN0000: pee720 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/icon ➤ YN0000: p77a11 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/button and 7 descendants ➤ YN0000: p60e5b → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/menu ➤ YN0000: pa911a → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/popup and 1 descendant ➤ YN0000: pced1b → @ironclad/rivet-app@workspace:packages/app provides @types/react to react-transition-group ➤ YN0000: pff82d → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/banner and 4 descendants ➤ YN0000: p45ab6 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/checkbox ➤ YN0000: pa4faa → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/css-reset ➤ YN0000: p3565f → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/dropdown-menu and 1 descendant ➤ YN0000: pbbc17 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/form and 1 descendant ➤ YN0000: pe88c4 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/inline-edit and 5 descendants ➤ YN0000: p12266 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/modal-dialog and 8 descendants ➤ YN0000: p08d40 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/portal ➤ YN0000: pc419b → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/range ➤ YN0000: p9a3fd → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/select and 4 descendants ➤ YN0000: p99959 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/side-navigation and 2 descendants ➤ YN0000: p171a5 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/tabs ➤ YN0000: pfdfb6 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/textarea ➤ YN0000: p536b5 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/textfield ➤ YN0000: pb2544 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/theme ➤ YN0000: p12040 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @atlaskit/toggle ➤ YN0000: p50d39 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @dnd-kit/core and 2 descendants ➤ YN0000: p3361a → @ironclad/rivet-app@workspace:packages/app provides @types/react to @dnd-kit/sortable ➤ YN0000: p6d1d2 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @emotion/styled ➤ YN0000: p88ff9 → @ironclad/rivet-app@workspace:packages/app provides @types/react to @floating-ui/react and 1 descendant ➤ YN0000: pe2b7f → @ironclad/rivet-app@workspace:packages/app provides @types/react to @tanstack/react-query ➤ YN0000: pbb324 → @ironclad/rivet-app@workspace:packages/app provides @types/react to ahooks ➤ YN0000: p21402 → @ironclad/rivet-app@workspace:packages/app provides @types/react to react-collapsible ➤ YN0000: p332eb → @ironclad/rivet-app@workspace:packages/app provides @types/react to react-color and 2 descendants ➤ YN0000: p5c255 → @ironclad/rivet-app@workspace:packages/app provides @types/react to react-dnd ➤ YN0000: p5f402 → @ironclad/rivet-app@workspace:packages/app provides @types/react to react-dom ➤ YN0000: pad651 → @ironclad/rivet-app@workspace:packages/app provides @types/react to react-error-boundary ➤ YN0000: pdee44 → @ironclad/rivet-app@workspace:packages/app provides @types/react to react-hotkeys-hook ➤ YN0000: p970d4 → @ironclad/rivet-app@workspace:packages/app provides @types/react to react-select ➤ YN0000: p57fc1 → @ironclad/rivet-app@workspace:packages/app provides @types/react to react-toastify ➤ YN0000: p5e85c → @ironclad/rivet-app@workspace:packages/app provides @types/react to react-window ➤ YN0000: p2661e → @ironclad/rivet-app@workspace:packages/app provides @types/react to recoil ➤ YN0000: pb9d76 → @ironclad/rivet-app@workspace:packages/app provides @types/react to use-async-effect ➤ YN0000: p48043 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to @atlaskit/menu ➤ YN0000: p58fe4 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to @atlaskit/popup and 1 descendant ➤ YN0000: pd90f0 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to react-transition-group ➤ YN0000: pa8646 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to @atlaskit/dropdown-menu ➤ YN0000: p1e2c6 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to @atlaskit/portal ➤ YN0000: p2215f → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to @atlaskit/select and 2 descendants ➤ YN0000: pa7d92 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to @dnd-kit/core ➤ YN0000: pbc675 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to @floating-ui/react and 1 descendant ➤ YN0000: pfabb0 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to @tanstack/react-query ➤ YN0000: p5d091 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to react-collapsible ➤ YN0000: pfd9af → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to react-hotkeys-hook ➤ YN0000: p8b244 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to react-select ➤ YN0000: p4df0a → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to react-toastify ➤ YN0000: p8fd3e → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to react-window ➤ YN0000: pe6258 → @ironclad/rivet-app@workspace:packages/app provides @types/react-dom to recoil ➤ YN0000: pff4cb → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/react-native to @tanstack/react-query ➤ YN0000: pfec6e → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/react-native to recoil ➤ YN0000: pa0aab → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/recoil to recoil-persist ➤ YN0000: p342f2 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/rollup to rollup-plugin-visualizer ➤ YN0000: p98082 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/sass to vite ➤ YN0000: p8e94a → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/stylus to vite ➤ YN0000: p9da10 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/sugarss to vite ➤ YN0000: ped6f4 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/swccore to ts-node ➤ YN0000: pb4c0a → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/swchelpers to @swc/core ➤ YN0000: p511a0 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/swcwasm to ts-node ➤ YN0000: p8da63 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/terser to vite ➤ YN0000: p830cf → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/typescript to ts-node ➤ YN0000: p0970b → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/typescript to @typescript-eslint/eslint-plugin and 1 descendant ➤ YN0000: p50e0e → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/typescript to eslint-config-react-app and 5 descendants ➤ YN0000: p440d3 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/typescript to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pf240f → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/typescript-eslinteslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: pe75f3 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/typescript-eslintparser to @typescript-eslint/eslint-plugin ➤ YN0000: p345c2 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/typescript-eslintparser to eslint-plugin-import and 1 descendant ➤ YN0000: p40ed2 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/utf-8-validate to ws ➤ YN0000: p44157 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/vite to @vitejs/plugin-react ➤ YN0000: pd5f3f → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/vite to vite-plugin-svgr ➤ YN0000: pa83a9 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/vite to vite-plugin-top-level-await ➤ YN0000: pc4e11 → @ironclad/rivet-app@workspace:packages/app doesn't provide @types/vite to vite-tsconfig-paths ➤ YN0000: pab136 → @ironclad/rivet-app@workspace:packages/app provides @typescript-eslint/eslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: pb6e7b → @ironclad/rivet-app@workspace:packages/app doesn't provide @typescript-eslint/parser to @typescript-eslint/eslint-plugin ➤ YN0000: p60dd7 → @ironclad/rivet-app@workspace:packages/app doesn't provide @typescript-eslint/parser to eslint-plugin-import and 1 descendant ➤ YN0000: p61a53 → @ironclad/rivet-app@workspace:packages/app doesn't provide bufferutil to ws ➤ YN0000: p9f59f → @ironclad/rivet-app@workspace:packages/app provides eslint to eslint-plugin-react-hooks ➤ YN0000: p8063f → @ironclad/rivet-app@workspace:packages/app provides eslint to @emotion/eslint-plugin ➤ YN0000: pfb294 → @ironclad/rivet-app@workspace:packages/app provides eslint to @typescript-eslint/eslint-plugin and 2 descendants ➤ YN0000: p22a0b → @ironclad/rivet-app@workspace:packages/app provides eslint to eslint-config-react-app and 14 descendants ➤ YN0000: p01be7 → @ironclad/rivet-app@workspace:packages/app provides eslint to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: p2523c → @ironclad/rivet-app@workspace:packages/app provides eslint to eslint-plugin-import and 1 descendant ➤ YN0000: p17743 → @ironclad/rivet-app@workspace:packages/app provides eslint to eslint-plugin-n and 1 descendant ➤ YN0000: p4fa5f → @ironclad/rivet-app@workspace:packages/app provides eslint to eslint-plugin-promise ➤ YN0000: pad599 → @ironclad/rivet-app@workspace:packages/app provides eslint to eslint-plugin-react ➤ YN0000: pe32b4 → @ironclad/rivet-app@workspace:packages/app provides eslint-plugin-import to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p016ac → @ironclad/rivet-app@workspace:packages/app provides eslint-plugin-n to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p65cdc → @ironclad/rivet-app@workspace:packages/app provides eslint-plugin-promise to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: paed51 → @ironclad/rivet-app@workspace:packages/app doesn't provide less to vite ➤ YN0000: p7060b → @ironclad/rivet-app@workspace:packages/app doesn't provide lightningcss to vite ➤ YN0000: p59b9b → @ironclad/rivet-app@workspace:packages/app provides monaco-editor to vite-plugin-monaco-editor ➤ YN0000: pfbde7 → @ironclad/rivet-app@workspace:packages/app doesn't provide node-notifier to pkg ➤ YN0000: p843ce → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/tokens ➤ YN0000: pb1069 → @ironclad/rivet-app@workspace:packages/app provides react to @emotion/react and 1 descendant ➤ YN0000: p47042 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/icon ➤ YN0000: p65420 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/button and 7 descendants ➤ YN0000: p097f1 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/menu ➤ YN0000: p07f92 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/popup and 1 descendant ➤ YN0000: p93ac6 → @ironclad/rivet-app@workspace:packages/app provides react to react-transition-group ➤ YN0000: pb84a3 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/banner and 4 descendants ➤ YN0000: p9cf70 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/checkbox ➤ YN0000: p365a4 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/css-reset ➤ YN0000: pbd384 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/dropdown-menu and 1 descendant ➤ YN0000: p6a852 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/form and 1 descendant ➤ YN0000: p68e50 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/inline-edit and 5 descendants ➤ YN0000: pe82aa → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/modal-dialog and 8 descendants ➤ YN0000: pbeed5 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/portal ➤ YN0000: pd4bc7 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/range ➤ YN0000: p56798 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/select and 4 descendants ➤ YN0000: p33e97 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/side-navigation and 2 descendants ➤ YN0000: pc927e → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/tabs ➤ YN0000: p5c2ae → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/textarea ➤ YN0000: p899a5 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/textfield ➤ YN0000: p261fd → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/theme ➤ YN0000: p23a63 → @ironclad/rivet-app@workspace:packages/app provides react to @atlaskit/toggle ➤ YN0000: pd6a0c → @ironclad/rivet-app@workspace:packages/app provides react to @dnd-kit/core and 2 descendants ➤ YN0000: p9a9d5 → @ironclad/rivet-app@workspace:packages/app provides react to @dnd-kit/sortable ➤ YN0000: p36b58 → @ironclad/rivet-app@workspace:packages/app provides react to @emotion/styled ➤ YN0000: p31b7e → @ironclad/rivet-app@workspace:packages/app provides react to @floating-ui/react and 1 descendant ➤ YN0000: p0589b → @ironclad/rivet-app@workspace:packages/app provides react to @tanstack/react-query ➤ YN0000: p85bbe → @ironclad/rivet-app@workspace:packages/app provides react to ahooks ➤ YN0000: p9f906 → @ironclad/rivet-app@workspace:packages/app provides react to react-collapsible ➤ YN0000: p09f7a → @ironclad/rivet-app@workspace:packages/app provides react to react-color and 2 descendants ➤ YN0000: p3acc5 → @ironclad/rivet-app@workspace:packages/app provides react to react-dnd ➤ YN0000: p39257 → @ironclad/rivet-app@workspace:packages/app provides react to react-dom ➤ YN0000: p6b823 → @ironclad/rivet-app@workspace:packages/app provides react to react-error-boundary ➤ YN0000: pe303a → @ironclad/rivet-app@workspace:packages/app provides react to react-hotkeys-hook ➤ YN0000: p3017c → @ironclad/rivet-app@workspace:packages/app provides react to react-select ➤ YN0000: p14a37 → @ironclad/rivet-app@workspace:packages/app provides react to react-toastify ➤ YN0000: p754c7 → @ironclad/rivet-app@workspace:packages/app provides react to react-window ➤ YN0000: pa319c → @ironclad/rivet-app@workspace:packages/app provides react to recoil ➤ YN0000: pcf82e → @ironclad/rivet-app@workspace:packages/app provides react to use-async-effect ➤ YN0000: p15f86 → @ironclad/rivet-app@workspace:packages/app provides react-dom to @atlaskit/menu ➤ YN0000: p7f631 → @ironclad/rivet-app@workspace:packages/app provides react-dom to @atlaskit/popup and 1 descendant ➤ YN0000: p1b80b → @ironclad/rivet-app@workspace:packages/app provides react-dom to react-transition-group ➤ YN0000: pba2f4 → @ironclad/rivet-app@workspace:packages/app provides react-dom to @atlaskit/dropdown-menu ➤ YN0000: p39d52 → @ironclad/rivet-app@workspace:packages/app provides react-dom to @atlaskit/portal ➤ YN0000: p7ee38 → @ironclad/rivet-app@workspace:packages/app provides react-dom to @atlaskit/select and 2 descendants ➤ YN0000: p5b51b → @ironclad/rivet-app@workspace:packages/app provides react-dom to @dnd-kit/core ➤ YN0000: pa9864 → @ironclad/rivet-app@workspace:packages/app provides react-dom to @floating-ui/react and 1 descendant ➤ YN0000: p32349 → @ironclad/rivet-app@workspace:packages/app provides react-dom to @tanstack/react-query ➤ YN0000: pc509a → @ironclad/rivet-app@workspace:packages/app provides react-dom to react-collapsible ➤ YN0000: pf9f7d → @ironclad/rivet-app@workspace:packages/app provides react-dom to react-hotkeys-hook ➤ YN0000: p2cef0 → @ironclad/rivet-app@workspace:packages/app provides react-dom to react-select ➤ YN0000: pf3714 → @ironclad/rivet-app@workspace:packages/app provides react-dom to react-toastify ➤ YN0000: p9decc → @ironclad/rivet-app@workspace:packages/app provides react-dom to react-window ➤ YN0000: p1959e → @ironclad/rivet-app@workspace:packages/app provides react-dom to recoil ➤ YN0000: p0f1c6 → @ironclad/rivet-app@workspace:packages/app doesn't provide react-native to @tanstack/react-query ➤ YN0000: p5779a → @ironclad/rivet-app@workspace:packages/app doesn't provide react-native to recoil ➤ YN0000: p7ad36 → @ironclad/rivet-app@workspace:packages/app provides recoil to recoil-persist ➤ YN0000: pe0c2f → @ironclad/rivet-app@workspace:packages/app provides rollup to rollup-plugin-visualizer ➤ YN0000: p42814 → @ironclad/rivet-app@workspace:packages/app doesn't provide sass to vite ➤ YN0000: p302f7 → @ironclad/rivet-app@workspace:packages/app doesn't provide stylus to vite ➤ YN0000: pee3c9 → @ironclad/rivet-app@workspace:packages/app doesn't provide sugarss to vite ➤ YN0000: pbfb60 → @ironclad/rivet-app@workspace:packages/app doesn't provide terser to vite ➤ YN0000: p1c237 → @ironclad/rivet-app@workspace:packages/app provides typescript to ts-node ➤ YN0000: p4eb83 → @ironclad/rivet-app@workspace:packages/app provides typescript to @typescript-eslint/eslint-plugin and 1 descendant ➤ YN0000: pa13de → @ironclad/rivet-app@workspace:packages/app provides typescript to eslint-config-react-app and 5 descendants ➤ YN0000: pff41d → @ironclad/rivet-app@workspace:packages/app provides typescript to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pc6a68 → @ironclad/rivet-app@workspace:packages/app doesn't provide utf-8-validate to ws ➤ YN0000: p9e29f → @ironclad/rivet-app@workspace:packages/app provides vite to @vitejs/plugin-react ➤ YN0000: p877a0 → @ironclad/rivet-app@workspace:packages/app provides vite to vite-plugin-svgr ➤ YN0000: pce5ce → @ironclad/rivet-app@workspace:packages/app provides vite to vite-plugin-top-level-await ➤ YN0000: p47a92 → @ironclad/rivet-app@workspace:packages/app provides vite to vite-tsconfig-paths ➤ YN0000: pca263 → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @types/eslint to eslint-plugin-import and 1 descendant ➤ YN0000: p18019 → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @types/eslint to eslint-plugin-n and 1 descendant ➤ YN0000: pf153e → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @types/eslint to eslint-plugin-promise ➤ YN0000: pf7c39 → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @types/eslint to eslint-config-standard-with-typescript ➤ YN0000: p2d7a1 → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @types/eslint-plugin-import to eslint-config-standard-with-typescript ➤ YN0000: p6270e → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @types/eslint-plugin-n to eslint-config-standard-with-typescript ➤ YN0000: pc909d → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @types/eslint-plugin-promise to eslint-config-standard-with-typescript ➤ YN0000: p92d5f → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @types/typescript to eslint-config-standard-with-typescript ➤ YN0000: pc5248 → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @types/typescript-eslinteslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: p1fe79 → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @types/typescript-eslintparser to eslint-plugin-import and 1 descendant ➤ YN0000: p1b1f1 → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @typescript-eslint/eslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: pf216f → @ironclad/rivet-cli@workspace:packages/cli doesn't provide @typescript-eslint/parser to eslint-plugin-import and 1 descendant ➤ YN0000: p9cb74 → @ironclad/rivet-cli@workspace:packages/cli provides eslint to eslint-plugin-import and 1 descendant ➤ YN0000: pc6bbc → @ironclad/rivet-cli@workspace:packages/cli provides eslint to eslint-plugin-n and 1 descendant ➤ YN0000: p4b8f7 → @ironclad/rivet-cli@workspace:packages/cli provides eslint to eslint-plugin-promise ➤ YN0000: p9eaab → @ironclad/rivet-cli@workspace:packages/cli provides eslint to eslint-config-standard-with-typescript ➤ YN0000: pe90fa → @ironclad/rivet-cli@workspace:packages/cli provides eslint-plugin-import to eslint-config-standard-with-typescript ➤ YN0000: pa6b03 → @ironclad/rivet-cli@workspace:packages/cli provides eslint-plugin-n to eslint-config-standard-with-typescript ➤ YN0000: p21cbe → @ironclad/rivet-cli@workspace:packages/cli provides eslint-plugin-promise to eslint-config-standard-with-typescript ➤ YN0000: p4478d → @ironclad/rivet-cli@workspace:packages/cli provides typescript to eslint-config-standard-with-typescript ➤ YN0000: pb9cc4 → @ironclad/rivet-community@workspace:packages/community doesn't provide @opentelemetry/api to next ➤ YN0000: p0e0b2 → @ironclad/rivet-community@workspace:packages/community doesn't provide @types/eslint to eslint-config-next and 7 descendants ➤ YN0000: p9eda6 → @ironclad/rivet-community@workspace:packages/community doesn't provide @types/next to next-auth ➤ YN0000: p9be9d → @ironclad/rivet-community@workspace:packages/community doesn't provide @types/nodemailer to @auth/core ➤ YN0000: pec9ed → @ironclad/rivet-community@workspace:packages/community doesn't provide @types/nodemailer to next-auth and 1 descendant ➤ YN0000: p57712 → @ironclad/rivet-community@workspace:packages/community doesn't provide @types/opentelemetryapi to next ➤ YN0000: pee143 → @ironclad/rivet-community@workspace:packages/community provides @types/react to react-dom ➤ YN0000: p535fb → @ironclad/rivet-community@workspace:packages/community provides @types/react to next-auth ➤ YN0000: pf8de0 → @ironclad/rivet-community@workspace:packages/community provides @types/react to next and 1 descendant ➤ YN0000: pd2333 → @ironclad/rivet-community@workspace:packages/community provides @types/react-dom to next ➤ YN0000: p651fd → @ironclad/rivet-community@workspace:packages/community doesn't provide @types/sass to next ➤ YN0000: pfd958 → @ironclad/rivet-community@workspace:packages/community doesn't provide @types/typescript to eslint-config-next and 2 descendants ➤ YN0000: pf745c → @ironclad/rivet-community@workspace:packages/community provides eslint to eslint-config-next and 7 descendants ➤ YN0000: pe430e → @ironclad/rivet-community@workspace:packages/community provides next to next-auth ➤ YN0000: p63ec0 → @ironclad/rivet-community@workspace:packages/community doesn't provide nodemailer to @auth/core ➤ YN0000: p11e06 → @ironclad/rivet-community@workspace:packages/community doesn't provide nodemailer to next-auth and 1 descendant ➤ YN0000: pad0e7 → @ironclad/rivet-community@workspace:packages/community provides react to react-dom ➤ YN0000: p36c17 → @ironclad/rivet-community@workspace:packages/community provides react to next-auth ➤ YN0000: p1b518 → @ironclad/rivet-community@workspace:packages/community provides react to next and 1 descendant ➤ YN0000: p93ca5 → @ironclad/rivet-community@workspace:packages/community provides react-dom to next ➤ YN0000: pf7129 → @ironclad/rivet-community@workspace:packages/community doesn't provide sass to next ➤ YN0000: p16a3f → @ironclad/rivet-community@workspace:packages/community provides typescript to eslint-config-next and 2 descendants ➤ YN0000: p3018e → @ironclad/rivet-core@workspace:packages/core provides @swc/core to ts-node ➤ YN0000: p5edf0 → @ironclad/rivet-core@workspace:packages/core doesn't provide @swc/helpers to @swc/core ➤ YN0000: p1b898 → @ironclad/rivet-core@workspace:packages/core doesn't provide @swc/wasm to ts-node ➤ YN0000: p5fc0a → @ironclad/rivet-core@workspace:packages/core provides @types/eslint to @typescript-eslint/eslint-plugin and 3 descendants ➤ YN0000: pce28f → @ironclad/rivet-core@workspace:packages/core provides @types/eslint to @typescript-eslint/parser ➤ YN0000: p8ad8e → @ironclad/rivet-core@workspace:packages/core provides @types/eslint to eslint-import-resolver-typescript and 1 descendant ➤ YN0000: p64ac7 → @ironclad/rivet-core@workspace:packages/core provides @types/eslint to eslint-plugin-i and 1 descendant ➤ YN0000: pa8aa7 → @ironclad/rivet-core@workspace:packages/core provides @types/eslint to eslint-plugin-n and 1 descendant ➤ YN0000: p78a12 → @ironclad/rivet-core@workspace:packages/core provides @types/eslint to eslint-plugin-promise ➤ YN0000: p82408 → @ironclad/rivet-core@workspace:packages/core doesn't provide @types/eslint-plugin-import to eslint-import-resolver-typescript ➤ YN0000: p2a077 → @ironclad/rivet-core@workspace:packages/core doesn't provide @types/node to ts-node ➤ YN0000: pacd6b → @ironclad/rivet-core@workspace:packages/core doesn't provide @types/swccore to ts-node ➤ YN0000: p3a9d6 → @ironclad/rivet-core@workspace:packages/core doesn't provide @types/swchelpers to @swc/core ➤ YN0000: p0926b → @ironclad/rivet-core@workspace:packages/core doesn't provide @types/swcwasm to ts-node ➤ YN0000: p29ccf → @ironclad/rivet-core@workspace:packages/core doesn't provide @types/typescript to @typescript-eslint/eslint-plugin and 3 descendants ➤ YN0000: pa7687 → @ironclad/rivet-core@workspace:packages/core doesn't provide @types/typescript to @typescript-eslint/parser ➤ YN0000: pb9e6f → @ironclad/rivet-core@workspace:packages/core doesn't provide @types/typescript to ts-node ➤ YN0000: p03487 → @ironclad/rivet-core@workspace:packages/core doesn't provide @types/typescript-eslintparser to @typescript-eslint/eslint-plugin ➤ YN0000: p3f367 → @ironclad/rivet-core@workspace:packages/core provides @typescript-eslint/parser to @typescript-eslint/eslint-plugin ➤ YN0000: p7a795 → @ironclad/rivet-core@workspace:packages/core provides eslint to @typescript-eslint/eslint-plugin and 3 descendants ➤ YN0000: p23a67 → @ironclad/rivet-core@workspace:packages/core provides eslint to @typescript-eslint/parser ➤ YN0000: pc1771 → @ironclad/rivet-core@workspace:packages/core provides eslint to eslint-import-resolver-typescript and 1 descendant ➤ YN0000: p3b3d3 → @ironclad/rivet-core@workspace:packages/core provides eslint to eslint-plugin-i and 1 descendant ➤ YN0000: p71a55 → @ironclad/rivet-core@workspace:packages/core provides eslint to eslint-plugin-n and 1 descendant ➤ YN0000: p0c271 → @ironclad/rivet-core@workspace:packages/core provides eslint to eslint-plugin-promise ➤ YN0000: pa8484 → @ironclad/rivet-core@workspace:packages/core provides eslint-plugin-import to eslint-import-resolver-typescript ➤ YN0000: pb83ed → @ironclad/rivet-core@workspace:packages/core provides typescript to @typescript-eslint/eslint-plugin and 3 descendants ➤ YN0000: p2afec → @ironclad/rivet-core@workspace:packages/core provides typescript to @typescript-eslint/parser ➤ YN0000: pd0404 → @ironclad/rivet-core@workspace:packages/core provides typescript to ts-node ➤ YN0000: p5e80c → @ironclad/rivet-node@workspace:packages/node provides @swc/core to ts-node ➤ YN0000: pa114c → @ironclad/rivet-node@workspace:packages/node doesn't provide @swc/helpers to @swc/core ➤ YN0000: p4db2a → @ironclad/rivet-node@workspace:packages/node doesn't provide @swc/wasm to ts-node ➤ YN0000: pcdd6f → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/bufferutil to ws ➤ YN0000: pe1c22 → @ironclad/rivet-node@workspace:packages/node provides @types/eslint to eslint-plugin-n and 1 descendant ➤ YN0000: p6e67c → @ironclad/rivet-node@workspace:packages/node provides @types/eslint to eslint-plugin-promise ➤ YN0000: pb0016 → @ironclad/rivet-node@workspace:packages/node provides @types/eslint to @typescript-eslint/eslint-plugin ➤ YN0000: pa5668 → @ironclad/rivet-node@workspace:packages/node provides @types/eslint to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: p953d0 → @ironclad/rivet-node@workspace:packages/node provides @types/eslint to eslint-plugin-import and 1 descendant ➤ YN0000: p6fa65 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/eslint-plugin-import to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pb93df → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/eslint-plugin-n to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p8f810 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/eslint-plugin-promise to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p852ff → @ironclad/rivet-node@workspace:packages/node provides @types/node to ts-node ➤ YN0000: pb7457 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/swccore to ts-node ➤ YN0000: pe4b03 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/swchelpers to @swc/core ➤ YN0000: pec7ab → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/swcwasm to ts-node ➤ YN0000: p3f7a9 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/typescript to @typescript-eslint/eslint-plugin ➤ YN0000: pc59e8 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/typescript to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: p9dcc1 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/typescript to ts-node ➤ YN0000: pb23c1 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/typescript-eslinteslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: pae7a9 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/typescript-eslintparser to @typescript-eslint/eslint-plugin ➤ YN0000: pdbbe7 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/typescript-eslintparser to eslint-plugin-import and 1 descendant ➤ YN0000: pf6698 → @ironclad/rivet-node@workspace:packages/node doesn't provide @types/utf-8-validate to ws ➤ YN0000: pfc7c7 → @ironclad/rivet-node@workspace:packages/node provides @typescript-eslint/eslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: p1a4b9 → @ironclad/rivet-node@workspace:packages/node doesn't provide @typescript-eslint/parser to @typescript-eslint/eslint-plugin ➤ YN0000: p9d410 → @ironclad/rivet-node@workspace:packages/node doesn't provide @typescript-eslint/parser to eslint-plugin-import and 1 descendant ➤ YN0000: pc2eab → @ironclad/rivet-node@workspace:packages/node doesn't provide bufferutil to ws ➤ YN0000: p5dc40 → @ironclad/rivet-node@workspace:packages/node provides eslint to eslint-plugin-n and 1 descendant ➤ YN0000: pe3db7 → @ironclad/rivet-node@workspace:packages/node provides eslint to eslint-plugin-promise ➤ YN0000: pb0ba3 → @ironclad/rivet-node@workspace:packages/node provides eslint to @typescript-eslint/eslint-plugin ➤ YN0000: p35639 → @ironclad/rivet-node@workspace:packages/node provides eslint to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: pde3a3 → @ironclad/rivet-node@workspace:packages/node provides eslint to eslint-plugin-import and 1 descendant ➤ YN0000: p07b15 → @ironclad/rivet-node@workspace:packages/node provides eslint-plugin-import to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p3e529 → @ironclad/rivet-node@workspace:packages/node provides eslint-plugin-n to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pd1c5b → @ironclad/rivet-node@workspace:packages/node provides eslint-plugin-promise to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p784cf → @ironclad/rivet-node@workspace:packages/node provides typescript to @typescript-eslint/eslint-plugin ➤ YN0000: p3bb19 → @ironclad/rivet-node@workspace:packages/node provides typescript to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: p5b53d → @ironclad/rivet-node@workspace:packages/node provides typescript to ts-node ➤ YN0000: p34708 → @ironclad/rivet-node@workspace:packages/node doesn't provide utf-8-validate to ws ➤ YN0000: pfe20e → @ironclad/rivet@workspace:. provides @swc/core to ts-node ➤ YN0000: p7d2cb → @ironclad/rivet@workspace:. doesn't provide @swc/helpers to @swc/core ➤ YN0000: p5a6d3 → @ironclad/rivet@workspace:. doesn't provide @swc/wasm to ts-node ➤ YN0000: p079d5 → @ironclad/rivet@workspace:. provides @types/eslint to @typescript-eslint/eslint-plugin and 3 descendants ➤ YN0000: p64350 → @ironclad/rivet@workspace:. provides @types/eslint to @typescript-eslint/parser ➤ YN0000: p25860 → @ironclad/rivet@workspace:. provides @types/eslint to eslint-import-resolver-typescript and 1 descendant ➤ YN0000: pe31d3 → @ironclad/rivet@workspace:. provides @types/eslint to eslint-plugin-i and 1 descendant ➤ YN0000: p3ad09 → @ironclad/rivet@workspace:. provides @types/eslint to eslint-plugin-n and 1 descendant ➤ YN0000: pe15ae → @ironclad/rivet@workspace:. provides @types/eslint to eslint-plugin-promise ➤ YN0000: p81418 → @ironclad/rivet@workspace:. provides @types/eslint to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p6247f → @ironclad/rivet@workspace:. provides @types/eslint to eslint-plugin-react-hooks ➤ YN0000: pdd052 → @ironclad/rivet@workspace:. doesn't provide @types/eslint-plugin-import to eslint-import-resolver-typescript ➤ YN0000: p37680 → @ironclad/rivet@workspace:. doesn't provide @types/eslint-plugin-import to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p93b5d → @ironclad/rivet@workspace:. doesn't provide @types/eslint-plugin-n to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p67991 → @ironclad/rivet@workspace:. doesn't provide @types/eslint-plugin-promise to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pe98d5 → @ironclad/rivet@workspace:. provides @types/node to ts-node ➤ YN0000: pbdd27 → @ironclad/rivet@workspace:. doesn't provide @types/swccore to ts-node ➤ YN0000: pa04d0 → @ironclad/rivet@workspace:. doesn't provide @types/swchelpers to @swc/core ➤ YN0000: pbd0cb → @ironclad/rivet@workspace:. doesn't provide @types/swcwasm to ts-node ➤ YN0000: p0eacd → @ironclad/rivet@workspace:. doesn't provide @types/typescript to @typescript-eslint/eslint-plugin and 3 descendants ➤ YN0000: p997e0 → @ironclad/rivet@workspace:. doesn't provide @types/typescript to @typescript-eslint/parser ➤ YN0000: p7d143 → @ironclad/rivet@workspace:. doesn't provide @types/typescript to ts-node ➤ YN0000: pb7c4a → @ironclad/rivet@workspace:. doesn't provide @types/typescript to eslint-config-standard-with-typescript ➤ YN0000: p1f3b0 → @ironclad/rivet@workspace:. doesn't provide @types/typescript-eslinteslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: pa995f → @ironclad/rivet@workspace:. doesn't provide @types/typescript-eslintparser to @typescript-eslint/eslint-plugin ➤ YN0000: p46d50 → @ironclad/rivet@workspace:. provides @typescript-eslint/eslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: pafa7f → @ironclad/rivet@workspace:. provides @typescript-eslint/parser to @typescript-eslint/eslint-plugin ➤ YN0000: pb1a02 → @ironclad/rivet@workspace:. provides eslint to @typescript-eslint/eslint-plugin and 3 descendants ➤ YN0000: pdbe40 → @ironclad/rivet@workspace:. provides eslint to @typescript-eslint/parser ➤ YN0000: pe541f → @ironclad/rivet@workspace:. provides eslint to eslint-import-resolver-typescript and 1 descendant ➤ YN0000: p58550 → @ironclad/rivet@workspace:. provides eslint to eslint-plugin-i and 1 descendant ➤ YN0000: pd0de3 → @ironclad/rivet@workspace:. provides eslint to eslint-plugin-n and 1 descendant ➤ YN0000: pfd0f4 → @ironclad/rivet@workspace:. provides eslint to eslint-plugin-promise ➤ YN0000: p6151d → @ironclad/rivet@workspace:. provides eslint to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p465ef → @ironclad/rivet@workspace:. provides eslint to eslint-plugin-react-hooks ➤ YN0000: p9cd53 → @ironclad/rivet@workspace:. provides eslint-plugin-import to eslint-import-resolver-typescript ➤ YN0000: pbb6d3 → @ironclad/rivet@workspace:. provides eslint-plugin-import to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pf9e09 → @ironclad/rivet@workspace:. provides eslint-plugin-n to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p0b78b → @ironclad/rivet@workspace:. provides eslint-plugin-promise to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pb0d35 → @ironclad/rivet@workspace:. provides typescript to @typescript-eslint/eslint-plugin and 3 descendants ➤ YN0000: p093a4 → @ironclad/rivet@workspace:. provides typescript to @typescript-eslint/parser ➤ YN0000: pe2e6b → @ironclad/rivet@workspace:. provides typescript to ts-node ➤ YN0000: pb8f4e → @ironclad/rivet@workspace:. provides typescript to eslint-config-standard-with-typescript ➤ YN0000: p1cf42 → @ironclad/trivet@workspace:packages/trivet doesn't provide @swc/core to ts-node ➤ YN0000: pb3b88 → @ironclad/trivet@workspace:packages/trivet doesn't provide @swc/wasm to ts-node ➤ YN0000: pad7b8 → @ironclad/trivet@workspace:packages/trivet provides @types/eslint to eslint-plugin-n and 1 descendant ➤ YN0000: p09716 → @ironclad/trivet@workspace:packages/trivet provides @types/eslint to eslint-plugin-promise ➤ YN0000: p81e5e → @ironclad/trivet@workspace:packages/trivet provides @types/eslint to @typescript-eslint/eslint-plugin ➤ YN0000: p1c047 → @ironclad/trivet@workspace:packages/trivet provides @types/eslint to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: p2408f → @ironclad/trivet@workspace:packages/trivet provides @types/eslint to eslint-plugin-import and 1 descendant ➤ YN0000: p3e2c7 → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/eslint-plugin-import to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p65b06 → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/eslint-plugin-n to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: paec2f → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/eslint-plugin-promise to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p58a9c → @ironclad/trivet@workspace:packages/trivet provides @types/node to ts-node ➤ YN0000: p9e85f → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/swccore to ts-node ➤ YN0000: p4aed3 → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/swcwasm to ts-node ➤ YN0000: pac3e7 → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/typescript to @typescript-eslint/eslint-plugin ➤ YN0000: pd2075 → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/typescript to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: p23589 → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/typescript to ts-node ➤ YN0000: p89fca → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/typescript-eslinteslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: pc8d1d → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/typescript-eslintparser to @typescript-eslint/eslint-plugin ➤ YN0000: p50f56 → @ironclad/trivet@workspace:packages/trivet doesn't provide @types/typescript-eslintparser to eslint-plugin-import and 1 descendant ➤ YN0000: p449a1 → @ironclad/trivet@workspace:packages/trivet provides @typescript-eslint/eslint-plugin to eslint-config-standard-with-typescript ➤ YN0000: p94642 → @ironclad/trivet@workspace:packages/trivet doesn't provide @typescript-eslint/parser to @typescript-eslint/eslint-plugin ➤ YN0000: pfe08a → @ironclad/trivet@workspace:packages/trivet doesn't provide @typescript-eslint/parser to eslint-plugin-import and 1 descendant ➤ YN0000: p783a1 → @ironclad/trivet@workspace:packages/trivet provides eslint to eslint-plugin-n and 1 descendant ➤ YN0000: pe5d07 → @ironclad/trivet@workspace:packages/trivet provides eslint to eslint-plugin-promise ➤ YN0000: p96935 → @ironclad/trivet@workspace:packages/trivet provides eslint to @typescript-eslint/eslint-plugin ➤ YN0000: p1b998 → @ironclad/trivet@workspace:packages/trivet provides eslint to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: pe427c → @ironclad/trivet@workspace:packages/trivet provides eslint to eslint-plugin-import and 1 descendant ➤ YN0000: p2d942 → @ironclad/trivet@workspace:packages/trivet provides eslint-plugin-import to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pfae54 → @ironclad/trivet@workspace:packages/trivet provides eslint-plugin-n to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: pe8a34 → @ironclad/trivet@workspace:packages/trivet provides eslint-plugin-promise to eslint-config-standard-with-typescript and 1 descendant ➤ YN0000: p9f550 → @ironclad/trivet@workspace:packages/trivet provides typescript to @typescript-eslint/eslint-plugin ➤ YN0000: p9dd41 → @ironclad/trivet@workspace:packages/trivet provides typescript to eslint-config-standard-with-typescript and 2 descendants ➤ YN0000: pf063c → @ironclad/trivet@workspace:packages/trivet provides typescript to ts-node ➤ YN0000: p9ba42 → docs@workspace:packages/docs provides @docusaurus/theme-classic to docusaurus-plugin-image-zoom ➤ YN0000: p32c59 → docs@workspace:packages/docs doesn't provide @types/docusaurustheme-classic to docusaurus-plugin-image-zoom ➤ YN0000: pfd52c → docs@workspace:packages/docs doesn't provide @types/react to @docusaurus/core and 5 descendants ➤ YN0000: p81e22 → docs@workspace:packages/docs doesn't provide @types/react to @docusaurus/theme-classic and 1 descendant ➤ YN0000: p93061 → docs@workspace:packages/docs doesn't provide @types/react to @mdx-js/react ➤ YN0000: pf00a3 → docs@workspace:packages/docs doesn't provide @types/react to @docusaurus/preset-classic and 16 descendants ➤ YN0000: pc889c → docs@workspace:packages/docs doesn't provide @types/react to prism-react-renderer ➤ YN0000: p714c5 → docs@workspace:packages/docs doesn't provide @types/react to react-dom ➤ YN0000: p68535 → docs@workspace:packages/docs doesn't provide @types/react-dom to @docusaurus/types ➤ YN0000: p0c289 → docs@workspace:packages/docs doesn't provide @types/react-dom to @docusaurus/core and 2 descendants ➤ YN0000: pe93c9 → docs@workspace:packages/docs doesn't provide @types/react-dom to @docusaurus/module-type-aliases and 1 descendant ➤ YN0000: pf5743 → docs@workspace:packages/docs doesn't provide @types/react-dom to @docusaurus/theme-classic ➤ YN0000: p1670b → docs@workspace:packages/docs doesn't provide @types/react-dom to @docusaurus/preset-classic and 17 descendants ➤ YN0000: p1921d → docs@workspace:packages/docs doesn't provide @types/tslib to docusaurus-plugin-image-zoom ➤ YN0000: p7e46e → docs@workspace:packages/docs provides react to @docusaurus/types ➤ YN0000: pdc807 → docs@workspace:packages/docs provides react to @docusaurus/core and 7 descendants ➤ YN0000: p90504 → docs@workspace:packages/docs provides react to @docusaurus/module-type-aliases and 1 descendant ➤ YN0000: p97575 → docs@workspace:packages/docs provides react to @docusaurus/theme-classic and 1 descendant ➤ YN0000: p1334f → docs@workspace:packages/docs provides react to @mdx-js/react ➤ YN0000: p7c521 → docs@workspace:packages/docs provides react to @docusaurus/preset-classic and 27 descendants ➤ YN0000: p9f128 → docs@workspace:packages/docs provides react to prism-react-renderer ➤ YN0000: pbdaae → docs@workspace:packages/docs provides react to react-dom ➤ YN0000: pf116e → docs@workspace:packages/docs provides react-dom to @docusaurus/types ➤ YN0000: p7b216 → docs@workspace:packages/docs provides react-dom to @docusaurus/core and 2 descendants ➤ YN0000: p1a2a8 → docs@workspace:packages/docs provides react-dom to @docusaurus/module-type-aliases and 1 descendant ➤ YN0000: pea552 → docs@workspace:packages/docs provides react-dom to @docusaurus/theme-classic ➤ YN0000: pd7d82 → docs@workspace:packages/docs provides react-dom to @docusaurus/preset-classic and 17 descendants ➤ YN0000: p93367 → docs@workspace:packages/docs provides tslib to docusaurus-plugin-image-zoom

abrenneke commented 1 month ago

Yeah like I said, eslint needs a bit of love.

(we got this building on discord)