Skip to content

Latest Deno release (1.29.0) breaks ts-morph #1372

Closed
denoland/deno
#17063
@itsdouges

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions