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

Missing packages/sarif-builder/tsconfig.json #5

Closed
rwjblue opened this issue Mar 24, 2021 · 0 comments · Fixed by #6
Closed

Missing packages/sarif-builder/tsconfig.json #5

rwjblue opened this issue Mar 24, 2021 · 0 comments · Fixed by #6
Labels
bug Something isn't working

Comments

@rwjblue
Copy link
Collaborator

rwjblue commented Mar 24, 2021

Looks like landing #1 was missing a tsconfig.json file that was needed for building (discovered in #4).

> npm run build


> sarif-js-sdk@0.0.1 build
> tsc --build

error TS5083: Cannot read file '/home/runner/work/sarif-js-sdk/sarif-js-sdk/packages/sarif-builder/tsconfig.json'.
npm ERR! code 1
npm ERR! path /home/runner/work/sarif-js-sdk/sarif-js-sdk
npm ERR! command failed
npm ERR! command sh -c tsc --build
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.

6 participants