mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
Lock current node version
This commit is contained in:
parent
c3bcadec59
commit
f9961b55fd
1
website/.nvmrc
Normal file
1
website/.nvmrc
Normal file
|
@ -0,0 +1 @@
|
|||
10
|
|
@ -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
|
||||
|
||||
|
|
|
@ -79,5 +79,8 @@
|
|||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/explosion/spaCy/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user