Closed
Description
Describe the bug
Version: 17.0.1
To Reproduce
During initialization of a Project in 1.29 I get this error:
error: Uncaught (in promise) NotFound: No such file or directory (os error 2), stat '/Users/douges/projects/FAZE/node_modules/@typescript/lib-es2019'
In 1.28.3 I don't get it. I'll need to do some digging to understand what's happening, not sure why it's even looking in node modules.
import { Project } from 'https://deno.land/x/[email protected]/mod.ts';
const project = new Project();
Expected behavior
No error.
Metadata
Metadata
Assignees
Labels
No labels
Activity