We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
No branches or pull requests
Hello,
in the package.json the typed.js dependency is written with the direct link to github instead of the version number.
This creates a problem when using the library in CI or when using it as a dependency.
What do you think?
The text was updated successfully, but these errors were encountered: