Skip to content

Error trying to execute dev task #1

@iperdomo

Description

@iperdomo

Overview

Issue trying to setup a development environment due to missing dependency?

Environment

  • Linux
  • deno 2.7.14 (stable, release, x86_64-unknown-linux-gnu) v8 14.7.173.20-rusty typescript 5.9.2

Steps to reproduce

  • Clone the repo
  • Run deno task dev
deno task dev
Task dev deno task build && deno run --allow-net --allow-read --allow-env --watch main.tsx
Task build deno task build:css && deno task build:client
Task build:css deno run -A npm:@tailwindcss/cli@^4.2.2 -i client/styles.css -o static/styles.css --minify
≈ tailwindcss v4.3.0

Done in 56ms
Task build:client deno bundle --config deno-client.json --platform browser --minify --code-splitting --sourcemap=linked --outdir static client/admin.tsx client/chat.tsx
⚠️  deno bundle is experimental and subject to changes
error: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:////tmp/mtchat/node_modules/.deno/react-remove-scroll-bar@2.3.8/node_modules/react-remove-scroll-bar/dist/es2015/constants.js' imported from 'file:///tmp/mtchat/node_modules/.deno/react-remove-scroll@2.7.2/node_modules/react-remove-scroll/dist/es2015/UI.js'
    at file:///tmp/mtchat/node_modules/.deno/react-remove-scroll@2.7.2/node_modules/react-remove-scroll/dist/es2015/UI.js:3:55
error: bundling failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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