Relative Content

Tag Archive for javascripttypescriptnpm

Dependencies inside package.json not being installed

I am trying to publish an npm package, my first ever, in typescript.
Everything works fine, i just upload the transpiled code. This package uses undici internally
However, when installing the package (from local source for now), and running it, i get the error ‘Cannot find module ‘undici’, even though it is listed as a dependency inside the package.json