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
10 replies
Workspaces issue: Error running deno run dev command while starting Oak server
Error running an Oak backend server which imports shared packages server lib I've created.
When running deno run dev in my backend app in my monorepo deno workspaces project.
I have shared a packages folder using workspaces (again workspaces being plugged as working on Syntax) But keep running into this error when trying to run my backend in the apps folder which imports the shared backend lib.
I can't seem to use my backend shared packages because of the error above. Any ideas on how to solve it?
48 replies