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

Problem installing #27

Open
slaykeur4 opened this issue Oct 17, 2019 · 2 comments
Open

Problem installing #27

slaykeur4 opened this issue Oct 17, 2019 · 2 comments

Comments

@slaykeur4
Copy link

Hello,

in the package.json the typed.js dependency is written with the direct link to github instead of the version number.

"typed.js": "git+https://github.com/mattboldt/typed.js.git"

This creates a problem when using the library in CI or when using it as a dependency.

What do you think?

@archie20
Copy link

archie20 commented Jun 5, 2021

Hello,

in the package.json the typed.js dependency is written with the direct link to github instead of the version number.

"typed.js": "git+https://github.com/mattboldt/typed.js.git"

This creates a problem when using the library in CI or when using it as a dependency.

What do you think?

@slaykeur4 Were you able to fix this

@LeCoupa
Copy link

LeCoupa commented Jul 23, 2021

Install git. Here is how you can install it in your Dockerfile.

RUN apk update
RUN apk add git

https://dockerlabs.collabnix.com/beginners/dockerfile/lab1_dockerfile_git.html

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

No branches or pull requests

3 participants