We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to build the extension in order to test/submit a PR.
Cannot build master branch
master
Source should have built
node@8 and node@11, usual npm install, building inside VSC
npm install
Build exits with this error:
src/lib/serverlessOutline.ts(124,31): error TS2459: Type 'string' has no property 'http' and no string index signature.
Is there a configuration etc. that I'm missing?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a Bug Report / Question
Description
Trying to build the extension in order to test/submit a PR.
Cannot build
master
branchSource should have built
node@8 and node@11, usual
npm install
, building inside VSCBuild exits with this error:
Is there a configuration etc. that I'm missing?
The text was updated successfully, but these errors were encountered: