Skip to content
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

yarn build: ERROR types/vscode ^1.56.0 greater than engines.vscode ^1.48.0 #10

Open
eacousineau opened this issue Nov 24, 2021 · 1 comment · May be fixed by #13
Open

yarn build: ERROR types/vscode ^1.56.0 greater than engines.vscode ^1.48.0 #10

eacousineau opened this issue Nov 24, 2021 · 1 comment · May be fixed by #13
Assignees
Labels
bug Something isn't working

Comments

@eacousineau
Copy link
Contributor

eacousineau commented Nov 24, 2021

Steps to reproduce

$ cd vscode-as-git-mergetool

$ git log -n 1 --oneline --no-decorate
de60bc0 update dependencies

$ node --version
v16.13.0

$ yarn --version
1.22.17

$ yarn
# Nothing out of ordinary.

$ yarn build
...
warning [email protected]: The engine "vscode" appears to be invalid.
$ webpack --mode production
...
$ mkdir packages && vsce package --out=packages/${npm_package_name}-${npm_package_version}.vsix --githubBranch=master --yarn
 ERROR  @types/vscode ^1.56.0 greater than engines.vscode ^1.48.0. Consider upgrade engines.vscode or use an older @types/vscode version

Expected behavior

It works?

[Optional] screenshots

Environment

  • Version of the extension: de60bc0
  • Operating system: Ubuntu 20.04
  • VS Code version [use Code command “Help: About”]: 1.62.3
  • Other installed extensions (if applicable):

Additional context

@eacousineau eacousineau added the bug Something isn't working label Nov 24, 2021
@eacousineau
Copy link
Contributor Author

Similar to influxdata/vsflux#109 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants