hegel icon indicating copy to clipboard operation
hegel copied to clipboard

NodeJS environment is incomplete

Open ericmick opened this issue 5 years ago • 1 comments

For example, the http2 module is missing:

> hegel

ENOENT: no such file or directory, open '<project directory>\node_modules\@hegel\typings\nodejs\http2.d.ts'

Perhaps since I have nodejs types installed in ./node_modules/@types and have listed that directory in .hegelrc types, Hegel should look for these types at ./node_modules/@types/node?

ericmick avatar Jul 30 '20 22:07 ericmick

Yes. Will add it soon. Thank you for the issue.

JSMonk avatar Jul 31 '20 19:07 JSMonk