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
There is an error message 'package.info: No such file ...' if running rls.sh from a folder which doesn't have a package.info file in it.
/Users/david/opt/slides-as-code-setup/rls.sh: line 8: package.info: No such file or directory
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6 100 6 0 0 8 0 --:--:-- --:--:-- --:--:-- 8
Using docker image version 1.1.8
Use one of the following arguments:
init - Creates a default presentation.md file you can use as a starting point
serve - Serves the slide deck in a browser
export - Exports the slide deck as a standalone html file (no dependencies)
pdf - Exports the slide deck as a pdf
update - Updates an existent presentation to the latest version%
The text was updated successfully, but these errors were encountered:
@nosqlgeek that message just reports there is no package.info file in the folder. The error here seems to be that there was no valid argument provided to the script. It should be one of the listed options. If you choose init (as it should be, in an empty folder without a package.info file), it will create the package info for you.
I could hide that message, but it might be kind of useful when that file is indeed expected but not found.
There is an error message 'package.info: No such file ...' if running rls.sh from a folder which doesn't have a package.info file in it.
The text was updated successfully, but these errors were encountered: