I am using Gatsby v1.1.52 running Node v8.11.3.
When I run gatsby serve
I am prompted with with message mentioning that there is an UPDATE AVAILABLE: The latest version of
serveis 9.1.0
. I've tried running npm update -g gatsby' and 'npm update -g gatsby-cli
.
I can't find any documentation: the manual entry does not exist, the options (gatsby ?
) doesn't include an update command and gatsby serve ?
only serves the website again.
I found a global npm package called serve but it is on version 5.6.0 and I don't think it is the same package that is being referred to in this instance but I am grasping at straws here.
Any ideas what command I need to run in order to update serve
?
npm update -g serve
– Hairpiece