You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
I'm passing a custom name of
podcast-stats-dashboard
, so the service created is calledpodcast-stats-dashboard.service
.I can see that the issue is here:
speculate/lib/generate.js
Line 62 in 82e712f
The raw package details are being passed rather than the custom ones generated on line 52.
The text was updated successfully, but these errors were encountered: