-
Notifications
You must be signed in to change notification settings - Fork 205
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
Support relative paths in depedencies #673
Comments
This is to work around several issues use npm 7 or 8 with vscode packaging: * microsoft/vscode-vsce#439 * microsoft/vscode-vsce#673
This is to work around several issues use npm 7 or 8 with vscode packaging: * microsoft/vscode-vsce#439 * microsoft/vscode-vsce#673
* Update to node 16.13.10 * Update to vscode 1.67 api * Update to typescript 4.6.3 * Update to prettier 2.6.2 * Update shx to 3.3.4 * Update request-light to 0.5.8 * Update glob to 8.0.3 * Update semver to 7.3.7 * Update sinon to 14.0.0 * Update chai to 4.3.6 * Update mocha to 10.0.0 * Update @vscode/test-electron to 2.1.3 * Update better-ajv-erros to 1.2.0 * Update vsce to 1.103.1 * Use npm 6 for build & packaging This is to work around several issues use npm 7 or 8 with vscode packaging: * microsoft/vscode-vsce#439 * microsoft/vscode-vsce#673 * Fix for vscode tests on windows & mac
Have you tried running It helped me to resolve a very similar issue. In my case it was caused by the presence of |
Thank you, had the same issue! |
@VitGottwald Thank you. Your answer helped me a lot. |
I have a npm package (colibri) in a local folder and a VSCode extension (vscode-teroshdl) in other folder. colibri is a dependency of vscode-teroshdl:
When I try to package the VSCode extension:
It fails with the error:
The text was updated successfully, but these errors were encountered: