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

Sources archive fails to build with a custom name #89

Open
gobbob opened this issue Mar 11, 2021 · 0 comments · May be fixed by #107
Open

Sources archive fails to build with a custom name #89

gobbob opened this issue Mar 11, 2021 · 0 comments · May be fixed by #107

Comments

@gobbob
Copy link

gobbob commented Mar 11, 2021

Hi there

I'm currently trying to generate a service with a custom name, but it is failing when it gets to creating the archive with the following message:

Error: ENOENT: no such file or directory, lstat '/Users/alcocr52/Projects/podcasts-ingestor/podcasts-ingestor.service'

I'm passing a custom name of podcast-stats-dashboard, so the service created is called podcast-stats-dashboard.service.
I can see that the issue is here:

const archiveWhitelist = getArchiveWhitelist(pkg);

The raw package details are being passed rather than the custom ones generated on line 52.

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 a pull request may close this issue.

1 participant