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

Add vendor/source to published npm files #23

Merged
merged 1 commit into from
Jun 30, 2020

Conversation

jonathonwalz
Copy link
Contributor

When attempting to install on a client that builds from source (e.g., alpine), the install fails with: ✖ Error: ENOENT: no such file or directory.

This is due to the tar file not being published to npm; therefore, it is not available to be used for the compile step.

This change simply adds the vendor/source directory to the files that will be published to npm.

The source tar is required when installing on clients that will be
building from source.
@1000ch 1000ch merged commit 4686364 into imagemin:master Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants