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

Cannot build from source #1148

Closed
3 tasks done
mattwaler opened this issue Mar 13, 2019 · 1 comment
Closed
3 tasks done

Cannot build from source #1148

mattwaler opened this issue Mar 13, 2019 · 1 comment
Labels
Milestone

Comments

@mattwaler
Copy link

mattwaler commented Mar 13, 2019

  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

When following these instructions from the docs to compile the extension locally to install, I am getting the following error when running yarn compile inside the server directory.

tsconfig.json(4,5): error TS5023: Unknown compiler option 'composite'.
node_modules/@types/unist/index.d.ts(31,20): error TS2304: Cannot find name 'unknown'.
node_modules/@types/unist/index.d.ts(40,20): error TS2304: Cannot find name 'unknown'.
node_modules/@types/unist/index.d.ts(97,12): error TS2304: Cannot find name 'unknown'.
node_modules/@types/vfile-message/index.d.ts(69,24): error TS2304: Cannot find name 'unknown'.
node_modules/@types/vfile/index.d.ts(48,15): error TS2304: Cannot find name 'unknown'.
error Command failed with exit code 2.
  • Platform: macOS
  • Vetur version: 0.16.2
  • VS Code version: 1.32.2

Problem

screenshot

Reproducible Case

  1. Clone project from master branch
  2. Follow Install from source directions from docs
  3. Error takes place when running yarn compile in the server directory
@octref
Copy link
Member

octref commented Mar 14, 2019

Thanks, fixed the FAQ and contributing guide.

@octref octref closed this as completed in b02278a Mar 14, 2019
@octref octref added the docs label Mar 14, 2019
@octref octref added this to the March 2019 milestone Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants