I m trying to add a back…

less than 1 minute read

I’m trying to add a backend written in express in an nx monorepo.

I set everything up following the docs and had to add a custom webpack configuration due to the config library (https://github.com/lorenwest/node-config)

Although everything seems ok, when I try to launch a build I have this error:

ERROR in Entry module not found: Error: Can't resolve './src' in '/home/user/rootProjectMonoRepo' lorenwest/node-config

Updated: