1.0.14 • Published 4 years ago
cotf-template v1.0.14
Start
To start developing this project you need to have nodejs installed. The easiest way to deal with it install nvm (node version manager). Instructions are here.
After installing nvm, just run:
nvm useThis command will pick up the version which is used in this project and specified in .nvmrc file. It may throws error like
N/A: version "14.16.1 -> N/A" is not yet installedThis is totally ok behavior. Just follow instructions in terminal and install missing version. Then
nvm i 14.16.1 # for exampleThis command will install nodejs of specified version and use it as the main version in this project.
1.0.14
4 years ago