Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deno deploy usage #77

Open
mfulton26 opened this issue Oct 13, 2022 · 1 comment
Open

deno deploy usage #77

mfulton26 opened this issue Oct 13, 2022 · 1 comment

Comments

@mfulton26
Copy link

When trying to use in Deno Deploy I get the following:

Error: Could not set the Deno root directory

Do I need to specify a cacheRoot myself and have the caches loaded in my git repository or is there a better way to do this?

@NuroDev
Copy link

NuroDev commented Jun 2, 2023

I tried this out myself & was able to get this working by setting the cacheRoot to Deno.cwd(), which is the recommended way by the file system API docs to get a file system path.

Playground

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants