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

refactor(ui): split rive-canvas and asciinema from ui package as standalone packages #229

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

nekomeowww
Copy link
Member

@nekomeowww nekomeowww commented Jun 3, 2024

Also fixed the build error Error [ERR_MODULE_NOT_FOUND] .vitepress/.temp/style.l0sNRNKZ.js

build error:
Cannot find module '/Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/style.l0sNRNKZ.js' imported from /Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/app.js
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/style.l0sNRNKZ.js' imported from /Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/app.js
    at finalizeResolution (node:internal/modules/esm/resolve:263:11)
    at moduleResolve (node:internal/modules/esm/resolve:908:10)
    at defaultResolve (node:internal/modules/esm/resolve:1131:11)
    at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:390:12)
    at ModuleLoader.resolve (node:internal/modules/esm/loader:359:25)
    at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:234:38)
    at ModuleLoader.import (node:internal/modules/esm/loader:322:34)
    at importModuleDynamically (node:internal/modules/esm/translators:159:35)
    at importModuleDynamicallyCallback (node:internal/modules/esm/utils:207:14)
    at Object.enhanceApp (file:///Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/app.js?t=1717398475912:47660:9)
    at Object.enhanceApp (file:///Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/app.js?t=1717398475912:4729:29)
    at Object.enhanceApp (file:///Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/app.js?t=1717398475912:48650:24)
    at async createApp (file:///Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/app.js?t=1717398475912:48699:5)
    at async render (file:///Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/app.js?t=1717398475912:48748:27)
    at async renderPage (file:///Users/neko/Git/nolebase/integrations/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected][email protected][email protected]__5af2fgdbfibmxl7cbenlddv4dy/node_modules/vitepress/dist/node/serve-BwR5EPUJ.js:46527:19)
    at async pMap.concurrency (file:///Users/neko/Git/nolebase/integrations/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected][email protected][email protected]__5af2fgdbfibmxl7cbenlddv4dy/node_modules/vitepress/dist/node/serve-BwR5EPUJ.js:46770:11)
    at async file:///Users/neko/Git/nolebase/integrations/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected][email protected][email protected]__5af2fgdbfibmxl7cbenlddv4dy/node_modules/vitepress/dist/node/serve-BwR5EPUJ.js:2618:20

Upstream related, and already fixing:

[Bug Report] 5.2.12 regression - dynamic css import will cause MODULE_NOT_FOUND in SSR build · Issue #17366 · vitejs/vite

Copy link

github-actions bot commented Jun 3, 2024

✅ Successfully deployed to Netlify

Platform Status URL
Ubuntu Success https://665d756b4edce3b5caf27c0e--nolebase-integrations.netlify.app
Windows Success https://665d7574979a3e80e4b1f0f0--nolebase-integrations.netlify.app

@nekomeowww nekomeowww added bug Something isn't working pkg/ui Related to @nolebase/ui labels Jun 3, 2024
@nekomeowww nekomeowww force-pushed the dev/ui-split branch 2 times, most recently from 2e94da1 to 84d90a2 Compare June 3, 2024 07:32
…l0sNRNKZ.js

Cannot find module '/Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/style.l0sNRNKZ.js' imported from /Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/app.js
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/style.l0sNRNKZ.js' imported from /Users/neko/Git/nolebase/integrations/docs/.vitepress/.temp/app.js

Already fixing:

[Bug Report] 5.2.12 regression - dynamic css import will cause MODULE_NOT_FOUND in SSR build · Issue #17366 · vitejs/vite
vitejs/vite#17366

Signed-off-by: Neko Ayaka <[email protected]>
Signed-off-by: Neko Ayaka <[email protected]>
@nekomeowww nekomeowww added the upstream Blocked by or related to upstream dependencies label Jun 3, 2024
@nekomeowww nekomeowww merged commit a9cf2cd into main Jun 5, 2024
6 checks passed
@nekomeowww nekomeowww deleted the dev/ui-split branch June 5, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pkg/ui Related to @nolebase/ui upstream Blocked by or related to upstream dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant