vue-typed-js icon indicating copy to clipboard operation
vue-typed-js copied to clipboard

Problem installing

Open slaykeur4 opened this issue 5 years ago • 2 comments

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 avatar Oct 17 '19 09:10 slaykeur4

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

archie20 avatar Jun 05 '21 12:06 archie20

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

LeCoupa avatar Jul 23 '21 09:07 LeCoupa