Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I love the concept of this and how to call it but sadly it doesnt work #13

Open
hidjou opened this issue Nov 24, 2020 · 2 comments
Open
Labels

Comments

@hidjou
Copy link

hidjou commented Nov 24, 2020

I wanted to install cookie and jsonwebtoken and ran typac cookie jsonwebtoken with typac install globally but it just prints:

installing 2 packages with npm
running npm install --save cookie jsonwebtoken
running npm install --save-dev @types/cookie @types/jsonwebtoken

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!!

@ewgenius
Copy link
Owner

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

@ewgenius ewgenius added the bug label Apr 22, 2021
@rattrayalex
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants