Sean KnowlesS
Denoβ€’17mo agoβ€’
9 replies
Sean Knowles

Deno install not working for any of our frontend projects - deno 2.0.0-rc.0+072bf5d

Node modules is not created when using Deno Install for my Sveltekit projects. They were working fine in prior releases but Deno Install has stopped working. After running
deno install
locally when I run deno run dev I get packages not found errors in all frontend projects. Blocked across all our development at the moment.

Here's a link to our monorepo:
https://github.com/zemili-group/moonrepoV3

You can find frontend projects here:
apps/opsap/clients/frontend (sveltekit app)
apps/opsap/clients/mobile (svelte app)
apps/zemilli/frontend (sveltekit app)

Steps to reproduce:
- Clone the monorepo
-
deno install
in workspace root (also ran with deno install --allow-scripts)
- cd apps/zemili/frontend
- deno task dev
GitHub
Deno monorepo on deno deploy all things zemil-group - zemili-group/moonrepoV3
Was this page helpful?