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
Oh, sorry for long wait. Yes, this is definitely a bug, thanks for report. Something is wrong with child process spawning on windows.
I'll try to take a deeper look at this problem
Personally I had better luck using the install-types package to add @types packages for everything listed in my package.json, eg npx install-types or automated with "postinstall": "install-types". (You have to add --yarn if you use yarn).
I wanted to install cookie and jsonwebtoken and ran
typac cookie jsonwebtoken
with typac install globally but it just prints:But doesnt install anything or update the package.json
Im using Windows and I tried it with all my different command line tools and it still doesnt work
Would be amazing if you fixed this, thanks bro!!
The text was updated successfully, but these errors were encountered: