Skip to content

[Bug?]: Building with Deno fails with error "node: command not found"Β #2044

Description

@evanleck

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

Running deno run build after deno init --npm solid@latest produces the following output:

Task build vinxi build
vinxi v0.5.10


βš™  Building your app...
dax: node: command not found
Error building router ssr: Error: Exited with code: 127
    at CommandChild.pipedStdoutBuffer (file:///home/evan/Code/socal-solid/node_modules/.deno/dax-sh@0.43.2/node_modules/dax-sh/esm/mod.js:8476:19)
    at eventLoopTick (ext:core/01_core.js:187:7)

Updating my app.config.ts like so does not fix anything either:

import { defineConfig } from "@solidjs/start/config";
import tailwindcss from "@tailwindcss/vite";

export default defineConfig({
	ssr: true, // false for client-side rendering only
	server: {
		preset: "deno_server",
		compatibilityDate: "2025-01-30",
	},
	vite: { plugins: [tailwindcss()] },
});

Expected behavior πŸ€”

Running with Deno works fine, so I'd expect building with Deno to work without error.

Steps to reproduce πŸ•Ή

Steps, with Deno installed (I'm using 2.6.4):

  1. deno init --npm solid@latest
  2. deno run build

Context πŸ”¦

Just trying to test out Solid Start :)

Your environment 🌎

Fedora Linux 43
CPU: AMD Ryzen 5 3600X (12) @ 4.41 GHz
Deno: 2.6.4 installed via Mise 2026.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions