Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Engines

Microsite is an ESM node package which requires a Node environment that supports ESM.

We officially support the latest version of node v12 LTS (Erbium) and node v14 LTS (Fermium).

Setup Guide

There are many different tools to manage node versions. While nvm is among the most popular, we really love the speed and simplicity of volta and highly recommend it!

The following guides assume that you have installed volta or installed nvm.

Volta Inside of your Microsite project, run the following command:

volta pin node@lts

NVM Inside of your Microsite project, run the following commands:

echo "lts/*" > .nvmrc
nvm use