Lock current node version

This commit is contained in:
Marcus Blättermann 2022-09-10 15:06:01 +02:00
parent c3bcadec59
commit f9961b55fd
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D
3 changed files with 7 additions and 4 deletions

1
website/.nvmrc Normal file
View File

@ -0,0 +1 @@
10

View File

@ -527,15 +527,14 @@ sit amet dignissim justo congue.
## Setup and installation {#setup}
Before running the setup, make sure your versions of
[Node](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) are up to date.
Node v10.15 or later is required.
```bash
# Clone the repository
git clone https://github.com/explosion/spaCy
cd spaCy/website
# Switch to the correct Node version
nvm use
# Install Gatsby's command-line tool
npm install --global gatsby-cli

View File

@ -79,5 +79,8 @@
},
"bugs": {
"url": "https://github.com/explosion/spaCy/issues"
},
"engines": {
"node": "10"
}
}