Closed Tzikas closed 6 years ago
strange, I just did the following:
git clone https://github.com/nmaro/staart
cd staart/examples/staart
cp settings.dist.js settings.js
cp public-settings.dist.js public-settings.js
yarn
yarn dev
It started without problems.
I am using node v10.9.0
That was it.
error ooth@2.3.0: The engine "node" is incompatible with this module. Expected version ">= 10.9.0". error Found incompatible module
I needed to update my node
Thanks for reporting back.
Great project! When I try to run
yarn dev
in the samples folder I getI've tried
yarn install
in both the examples/staart folder and the root folder of the project.