vue-typed-js
vue-typed-js copied to clipboard
Problem installing
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?
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
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