Replies: 2 comments
-
What do your Specifically, what dependencies do you have listed in Have you made any changes to the |
Beta Was this translation helpful? Give feedback.
-
@nathanwhit |
Beta Was this translation helpful? Give feedback.
-
I would like to add deno inside a react typescript monorepo. The directory roughly looks like this:
With this as root
package.json
contents:This is
apps/deno-react/deno.json
contents, generated usingdeno init --npm vite-extra
(repository):Without doing
npm install
in the root project directory,deno task dev
runs just fine. But after doingnpm install
, I got this error:It'd work again after removing
node_modules
directory on root project. I've also played aroundnodeModulesDir
with no success.Beta Was this translation helpful? Give feedback.
All reactions