Switching Node Version
-
Nvm Quick Start Guide.
-
Then to Install Node.js release
E.g. to Install Node 10:nvm install 10
-
Finally, to Switch Node.js Version
For instance:nvm use 10
And now to List Installed versions:
nvm ls
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Nvm Quick Start Guide.
Then to Install Node.js release
E.g. to Install Node 10:
nvm install 10
Finally, to Switch Node.js Version
For instance:
nvm use 10
And now to List Installed versions:
nvm ls