-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Can not install packages and run project #50
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
Comments
@reza-salemi what node version you are using? |
I find it strange that node_modules/esbuild would be erroring, since that isn't a dependency of this project. |
@mattpocock isn't it an indirect dependency of a package you use? |
@darklight9811 |
@darklight9811 You're correct actually, it is part of vitest. @reza-salemi Could you try installing again with latest, which now uses npm. |
I'm also going to close this issue - the primary purpose of this repo is to facilitate https://www.totaltypescript.com/tutorials/beginners-typescript, so I don't necessarily want to have open issues about installation problems. |
@reza-salemi try to open or create a repo that uses vitest, if the issue persists, create an issue on their repo or esbuild's |
I have cloned the project and tried to install packages. But I got the following error:
error F:\code\beginners-typescript-tutorial\node_modules\esbuild: Command failed.
Exit code: 1
Command: node install.js
Arguments:
Directory: F:\code\beginners-typescript-tutorial\node_modules\esbuild
Output:
node:internal/errors:841
const err = new Error(message);
The text was updated successfully, but these errors were encountered: