gluon icon indicating copy to clipboard operation
gluon copied to clipboard

Documentation shows a command that doesn't exist

Open glaqss opened this issue 1 year ago • 1 comments

Within the Branding your browser section of the guide, the invalid command "set" is shown. image

glaqss avatar Aug 21 '23 17:08 glaqss

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.

mauro-balades avatar Mar 28 '24 20:03 mauro-balades