Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Nodejs works correctly, but not Typescript #46

Open
mikycol opened this issue Jul 29, 2019 · 1 comment · May be fixed by #47
Open

Nodejs works correctly, but not Typescript #46

mikycol opened this issue Jul 29, 2019 · 1 comment · May be fixed by #47

Comments

@mikycol
Copy link

mikycol commented Jul 29, 2019

For the correct analysis of the projects where Typescript is used, it is necessary to add the command for the installation of npm and typescript.

It would be nice to add this:

RUN \
        apk add --no-cache npm && \
        npm install -g typescript
@mikycol mikycol linked a pull request Jul 29, 2019 that will close this issue
@saily
Copy link
Contributor

saily commented Feb 15, 2020

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants