-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error: The package "@esbuild/darwin-arm64" could not be found, and is needed by esbuild. #35
Comments
Where did you see this error? TSSLint extension does not use esbuild in your project. When the extension is started for the first time, it will run Maybe you have a corrupt @esbuild/darwin-arm64 installed for some reason, please try if this solves the problem.
|
Interesting, when I do it manually in the install folder, I get this:
and no other log. It doesn't install it. Manually doing |
|
I currently have no idea about this problem. This is the extension installation package with built-in vscode-tsslint-1.4.6 (@esbuild/darwin-arm64).vsix.zip If you have any clues please let me know, thanks. |
I wonder if my node version manager breaks this mechanism or something. |
I get the "Error: The package "@esbuild/darwin-arm64" could not be found, and is needed by esbuild." error (thrown in the
tsslint.config.ts
file on the first line atimport
when trying to set up tsslint in a repo managed by Yarn.This is my package:
I can also clearly see it in my node_modules:
And I also tried running
npm -g i esbuild
, which didn't resolve the issue either. Where is tsslint trying to load esbuild from? My VSC workspace is the root (e.g. wherepackage.json
andtsslint.config.ts
are).TSSLint VSC version: 1.4.6
The text was updated successfully, but these errors were encountered: