CoderLine / mocha-vscode

A Mocha test runner extension for VS Code
https://marketplace.visualstudio.com/items?itemName=coderline.mocha-vscode
MIT License
8 stars 2 forks source link

fix: Use NPM pack to manually download esbuild #167

Closed Danielku15 closed 1 month ago

Danielku15 commented 1 month ago

Seems NPM install is way to sensitive with the dependencies leading to errors. Moving to npm pack to download the tgz and extraxting it manually.

Fixes #165