mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
removed --ignore-engines parameter from documentation
This commit is contained in:
parent
39ebbd3216
commit
5728e243b9
@ -7,11 +7,10 @@
|
||||
|
||||
### Install
|
||||
``` bash
|
||||
# NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions
|
||||
# install all dependencies
|
||||
$ cd styleguide && yarn install --ignore-engines && cd ..
|
||||
$ cd styleguide && yarn install && cd ..
|
||||
$ yarn run styleguide:build
|
||||
$ yarn install --ignore-engines
|
||||
$ yarn install
|
||||
```
|
||||
|
||||
### Development
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user