Yarn seems to be attempting an additional install step after everything is done, and passing an empty list. Running the same create-static-site command when yarn is not present on the system will complete without any errors.
Everything is fully operational in spite of this, but I'm worried that new users will face this error message and think something is wrong.
command:
It seems when yarn is present on the system, the following output occurs after packages are installed:
Full console output
Yarn seems to be attempting an additional install step after everything is done, and passing an empty list. Running the same
create-static-site
command when yarn is not present on the system will complete without any errors.Everything is fully operational in spite of this, but I'm worried that new users will face this error message and think something is wrong.