cotf-template
v1.0.14
Published
[![Build Status](https://dev.azure.com/Next-Generation-Data-Platform/duly.app.v1.collaboration-view/_apis/build/status/web-views?repoName=web-views&branchName=dev)](https://dev.azure.com/Next-Generation-Data-Platform/duly.app.v1.collaboration-view/_build/
Downloads
3
Readme
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 use
This 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 installed
This is totally ok behavior. Just follow instructions in terminal and install missing version. Then
nvm i 14.16.1 # for example
This command will install nodejs of specified version and use it as the main version in this project.