You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 packageThe text was updated successfully, but these errors were encountered: