Orlandster / vue-typed-js

Typed.js integration for vue.js. Create a typing animation.
http://www.mattboldt.com/demos/typed-js/
MIT License
469 stars 37 forks source link

Problem installing #27

Open slaykeur4 opened 4 years ago

slaykeur4 commented 4 years ago

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 commented 3 years ago

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 commented 3 years ago

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