Hello, i am trying to create a nestjs app, but getting the following error:
deno run -A npm:nest@latest
error: Failed resolving binary export. '/Users/[username]/Library/Caches/deno/npm/registry.npmjs.org/nest/0.1.6/package.json' did not have a bin property
deno run -A npm:nest@latest
error: Failed resolving binary export. '/Users/[username]/Library/Caches/deno/npm/registry.npmjs.org/nest/0.1.6/package.json' did not have a bin property
hello, I am trying to set up the fmt & linting using nvim-lspconfig with neovim
Anyone know how i set it so that I format using the deno.json file?
here is a link to my dotfiles