Merge pull request #9 from nkoder/nvm

Configure nvm to help choose proper Node/npm version
This commit is contained in:
Nicola 2021-04-26 23:18:46 +02:00 committed by GitHub
commit d9ae5dd21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8286 additions and 2090 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v15.14.0

View File

@ -40,7 +40,13 @@ Suggestions / Planned features:
## How to Contribute
Requirements: you must have node.js and git installed.
### Requirements
You must have node.js and git installed.
You also need `npm` in version 7 (because of 2nd version of lockfile which was introduced there) which comes with Node.js 15 or newer. To simplify installation of proper versions you can make use of [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) and run `nvm install` it will activate proper Node.js version in your current command prompt session.
### Contribution Workflow
1. Click **Fork** above. It will automatically create a copy of this repository and add it to your account.
2. Clone the repository to your computer.

10367
package-lock.json generated

File diff suppressed because it is too large Load Diff