gluon
gluon copied to clipboard
Documentation shows a command that doesn't exist
Within the Branding your browser section of the guide, the invalid command "set" is shown.
It happened to me, you have to install the @next
version:
npm install -g gluon-build@next
# or
yarn global add gluon-build@next
as the documentation says.