nodejs?
Discussion
Yes
Wasn't installed, I just installed it. Version: v12.22.9
That might have been the problem. Let us know if it works now.
~/snort$ yarn start
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'start'
It must be something with the config. Or I don't know why is this error message?
Try to use `npx yarn start`
For this command I needed to install npm, then this weird happened:
~/snort$ npx yarn start
Need to install the following packages:
yarn
Ok to proceed? (y) y
yarn run v1.22.19
$ react-scripts start
/bin/sh: 1: react-scripts: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.