pkg-install
pkg-install copied to clipboard
Getting typescript compiling error in my project
I'm rewriting my dev tools, but i'm using this package to install dependencies in it. When i'm compiling using tsc i get this error Namespace 'execa' has no exported member 'ExecaReturns'.. And i googled the issue so i found out that i that error even when in my tsconfig.json file i have excluded node_modules folder, but because i'm using installProject() function tsconfig.json isn't actually excluding that, because i'm using something from this package