-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Using yarn producess 'tsc-alias' is not recognized as an internal or external command, operable program or batch file. #136
Comments
Heck, well Lines 9 to 11 in bcbe113
yarn install tsc-alias
# or however you install things with yarn 😁 |
Yeah, I already tried it but it also throw the error |
Damn, Ok. I will test it out with |
So, I'm trying it out on https://github.com/Nikolarhristov/DeveloperYarn with
and it runs successfully. Also it runs when I do it from the parent turborepo task in I see that you're now using npx in https://github.com/RodrigoTomeES/astro-rename/blob/feature/v2/package.json Are you still having this issue with |
@NikolaRHristov I think you didn't have the issue because you used the v1 version instead of v4 (that I am using). I changed to npm to avoid the error |
I was able to run it with |
Hi,
I have this script
"yarn lint && yarn tsc && yarn Build 'src/**/*.ts'"
to build my package astro-rename and when I use yarn instead of npm doesn't find tsc-alias packages.Is it possible to solve it? Thanks!
The text was updated successfully, but these errors were encountered: