Skip to content

cdfornari/nestjs-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Installation

$ npm run i

Running the apps

$ npm run app

Debugging

Look for circular dependencies

$ npm run debug:circular

Generate dependency graph

$ npm run debug:depgraph

In 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 graphviz

Error: dyld[18281]: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicui18n.73.dylib

Try reinstalling icu4c:

$ brew reinstall icu4c

About

NestJS experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published