Skip to content

Commit 4778a43

Browse files
committed
Remove references to node 9 errors in readme
Node 9.x seems no longer relevant since we are now directing devs to use `nvm install --latest-npm` (currently v.12.6.0)
1 parent b5f01e9 commit 4778a43

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ nvm install --latest-npm
4141
yarn install
4242
```
4343

44-
Note: using node v9.x currently produces the following error:
45-
```
46-
error sane@3.1.0: The engine "node" is incompatible with this module. Expected version "6.* || 8.* || >= 10.*".
47-
```
48-
To be revisited, as we don't need to impose a limit in version per se.
49-
5044
## Run
5145

5246
```

0 commit comments

Comments
 (0)