pkg-install icon indicating copy to clipboard operation
pkg-install copied to clipboard

Getting typescript compiling error in my project

Open kymppi opened this issue 4 years ago • 0 comments

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

kymppi avatar Jan 09 '21 15:01 kymppi