Skip to content

docs: document marketing build dependency install#171

Merged
BunsDev merged 3 commits into
mainfrom
okcode/fix-marketing-build-errors
Apr 1, 2026
Merged

docs: document marketing build dependency install#171
BunsDev merged 3 commits into
mainfrom
okcode/fix-marketing-build-errors

Conversation

@BunsDev

@BunsDev BunsDev commented Apr 1, 2026

Copy link
Copy Markdown
Member

Summary

  • Added a short "Build marketing directly" section to root docs with required bun install v1.2.15 (df017990)
    [05:59:16.070] INFO (Add onboarding tour and default new threads to worktrees #22): /Users/buns/.okcode/worktrees/okcode/okcode-0598fe66/node_modules/typescript/lib/typescript.js is already patched with version 0.75.1, skipped.
    [05:59:16.078] INFO (Add onboarding tour and default new threads to worktrees #22): /Users/buns/.okcode/worktrees/okcode/okcode-0598fe66/node_modules/typescript/lib/_tsc.js is already patched with version 0.75.1, skipped.
    [05:59:16.078] INFO (Add onboarding tour and default new threads to worktrees #22): If your project uses incremental builds, delete the .tsbuildinfo files and perform a full build.
    patched nested effect install: node_modules/@effect/vitest/node_modules/effect
    patched nested effect install: node_modules/@effect/platform-node/node_modules/effect
    patched nested effect install: node_modules/@effect/sql-sqlite-bun/node_modules/effect
    patched nested effect install: node_modules/@effect/platform-node-shared/node_modules/effect

5 packages installed [609.00ms] and
• Packages in scope: @okcode/marketing
• Running build in 1 packages
• Remote caching disabled, using shared worktree cache

@okcode/marketing:build: cache hit, replaying logs 7d68480450959707
@okcode/marketing:build: $ next build
@okcode/marketing:build: ▲ Next.js 16.2.0 (Turbopack)
@okcode/marketing:build:
@okcode/marketing:build: Creating an optimized production build ...
@okcode/marketing:build: ✓ Compiled successfully in 1695ms
@okcode/marketing:build: Skipping validation of types
@okcode/marketing:build: Finished TypeScript config validation in 4ms ...
@okcode/marketing:build: Collecting page data using 5 workers ...
@okcode/marketing:build: Generating static pages using 5 workers (0/4) ...
@okcode/marketing:build: Generating static pages using 5 workers (1/4)
@okcode/marketing:build: Generating static pages using 5 workers (2/4)
@okcode/marketing:build: Generating static pages using 5 workers (3/4)
@okcode/marketing:build: ✓ Generating static pages using 5 workers (4/4) in 205ms
@okcode/marketing:build: Finalizing page optimization ...
@okcode/marketing:build:
@okcode/marketing:build: Route (app)
@okcode/marketing:build: ┌ ○ /
@okcode/marketing:build: ├ ○ /_not-found
@okcode/marketing:build: └ ○ /dashboard
@okcode/marketing:build:
@okcode/marketing:build:
@okcode/marketing:build: ○ (Static) prerendered as static content
@okcode/marketing:build:

Tasks: 1 successful, 1 total
Cached: 1 cached, 1 total
Time: 42ms >>> FULL TURBO commands.

  • Documented explicit remediation for by re-running dependency installation.

Why

Fresh workspaces can fail with (exit 127) when dependencies are not installed in the environment. This clarifies setup steps and reduces retry loops.

Validation

  • Ran bun install v1.2.15 (df017990)
    [05:59:16.821] INFO (Add onboarding tour and default new threads to worktrees #22): /Users/buns/.okcode/worktrees/okcode/okcode-0598fe66/node_modules/typescript/lib/typescript.js is already patched with version 0.75.1, skipped.
    [05:59:16.829] INFO (Add onboarding tour and default new threads to worktrees #22): /Users/buns/.okcode/worktrees/okcode/okcode-0598fe66/node_modules/typescript/lib/_tsc.js is already patched with version 0.75.1, skipped.
    [05:59:16.829] INFO (Add onboarding tour and default new threads to worktrees #22): If your project uses incremental builds, delete the .tsbuildinfo files and perform a full build.
    patched nested effect install: node_modules/@effect/platform-node/node_modules/effect
    patched nested effect install: node_modules/@effect/platform-node-shared/node_modules/effect
    patched nested effect install: node_modules/@effect/vitest/node_modules/effect
    patched nested effect install: node_modules/@effect/sql-sqlite-bun/node_modules/effect

5 packages installed [499.00ms] and
• Packages in scope: @okcode/marketing
• Running build in 1 packages
• Remote caching disabled, using shared worktree cache

@okcode/marketing:build: cache hit, replaying logs 7d68480450959707
@okcode/marketing:build: $ next build
@okcode/marketing:build: ▲ Next.js 16.2.0 (Turbopack)
@okcode/marketing:build:
@okcode/marketing:build: Creating an optimized production build ...
@okcode/marketing:build: ✓ Compiled successfully in 1695ms
@okcode/marketing:build: Skipping validation of types
@okcode/marketing:build: Finished TypeScript config validation in 4ms ...
@okcode/marketing:build: Collecting page data using 5 workers ...
@okcode/marketing:build: Generating static pages using 5 workers (0/4) ...
@okcode/marketing:build: Generating static pages using 5 workers (1/4)
@okcode/marketing:build: Generating static pages using 5 workers (2/4)
@okcode/marketing:build: Generating static pages using 5 workers (3/4)
@okcode/marketing:build: ✓ Generating static pages using 5 workers (4/4) in 205ms
@okcode/marketing:build: Finalizing page optimization ...
@okcode/marketing:build:
@okcode/marketing:build: Route (app)
@okcode/marketing:build: ┌ ○ /
@okcode/marketing:build: ├ ○ /_not-found
@okcode/marketing:build: └ ○ /dashboard
@okcode/marketing:build:
@okcode/marketing:build:
@okcode/marketing:build: ○ (Static) prerendered as static content
@okcode/marketing:build:

Tasks: 1 successful, 1 total
Cached: 1 cached, 1 total
Time: 41ms >>> FULL TURBO in repo.

  • Marketing build completed successfully after installing dependencies.

@vercel

vercel Bot commented Apr 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
okcode-marketing Error Error Apr 1, 2026 11:00am
v0-compute-the-platform-to-build Error Error Apr 1, 2026 11:00am

@BunsDev BunsDev merged commit 0711c0b into main Apr 1, 2026
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant