-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 attempting to install from package.json and erroring in vscode even when bare specifier from package.json not referenced in code #18639
Comments
What version of Deno are you using? |
so... came across this reddit post... I ran the code If this is a known issue, please close. |
Please upgrade to the latest patch release (1.32.3). The latest patch has a fix that doesn’t install from the package.json in this scenario in the lsp. Also, if not already set, the |
deno.enablePaths
set to subfolder
hmm I just upgraded using |
Oh, that sucks. The homebrew distribution is temporarily broken apparently: #18608 Also, Anyway, I’m pretty sure this issue is fixed so I’m going to close this issue, but feel free to comment back if not and I will reopen it. |
deno.enablePaths
set to subfolder
(Opened from #17916)
I have a project that is going to be a mono-repo with deno (for supabase functions) and react (or nextjs, not sure yet).
The file structure currently looks like this:
In my deno file, I can't seem to get the
npm:openai
to cache. I've repeatly run the action in vscode, but there error will not go away.When I open the vscode deno output console I see this:
Maybe it doesn't actually have anything to do with this error?
PS: Also, I tried creating a "package.json" in the
supabase/functions
folder and I find it odd that it's resolving the one in the root instead of that one.The text was updated successfully, but these errors were encountered: