A progressive Node.js framework for building efficient and scalable server-side applications.
$ npm run i$ npm run app$ npm run debug:circular$ npm run debug:depgraphIn case of one of the following errors:
Error: Graphviz could not be found. Ensure that "gvpr" is in your $PATH. Error: spawn gvpr ENOENT
Try installing graphviz:
$ brew install graphvizError: dyld[18281]: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicui18n.73.dylib
Try reinstalling icu4c:
$ brew reinstall icu4c