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

jsPdf not installing on Alpine os as container used in docker #2569

Closed
vishal-kayosys123 opened this issue Aug 31, 2019 · 2 comments
Closed
Assignees

Comments

@vishal-kayosys123
Copy link

When I am trying to install, it throws this error

Error while executing:
undefined ls-remote -h -t ssh://[email protected]/eligrey/FileSaver.js.git
This is related to npm not being able to find a file.

please help me with that.

@vishal-kayosys123 vishal-kayosys123 changed the title jsPdf not install on Alpine os as container used in docker jsPdf not installing on Alpine os as container used in docker Aug 31, 2019
@eullerpereira94
Copy link

Assuming that you wrote your Dockerfile correctly, then you need to do this

FROM node:lts-alpine as build-stage

RUN apk add --no-cache ca-certificates git

# Rest of your Dockerfile

This will solve your problem.

@github-actions
Copy link

github-actions bot commented Jul 8, 2020

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.

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

No branches or pull requests

3 participants