Thanks for the help! But I had to run the following series of commands to start the server up
cd ngsi-server && yarn install && yarn start
For the Sifis-Home project, I'm trying to build Ratatosk on my Ubuntu 20.04 system.
I've installed npm 8.0, Node 14.18.1 and yarn 1.22.15 and I tried to install the needed dependencies with yarn install, but I get the following error:
➤ YN0065: Yarn will periodically gather anonymous telemetry: https://yarnpkg.com/advanced/telemetry
➤ YN0065: Run yarn config set --home enableTelemetry 0 to disable
➤ YN0000: ┌ Resolution step
➤ YN0060: │ @ratatosk/ngsi-linter@workspace:ngsi-linter provides eslint (p5702b) with version 7.27.0, which doesn't satisfy what eslint-config-airbnb-base requests
➤ YN0060: │ @ratatosk/ngsi-linter@workspace:ngsi-linter provides eslint (p8cba6) with version 7.27.0, which doesn't satisfy what eslint-plugin-import requests
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0062: │ fsevents@patch:fsevents@npm%3A1.2.13#builtin<compat/fsevents>::version=1.2.13&hash=11e9ea The platform linux is incompatible with this module, build skipped.
➤ YN0000: └ Completed
➤ YN0000: Done with warnings in 0s 445ms
Could you please provide a list of the commands that should be run in order to build the project? Adding them in the README would be optimal. Otherwise, please tell me what I'm doing wrong. Thanks in advance!
Luni-4 (52e11e65) at 13 Jan 23:12
misc: run black and isort
Luni-4 (efd484ef) at 22 Jul 13:24
docs: Update README and and LICENSE