nx serve my nestjs app …

less than 1 minute read

nx serve my-nestjs-app Fails because it cannot find a package.json in my angular library. I get an no such file or directory, open '...path-to-libs/libs/shared/my-lib/package.json' Why is the nest app, complaining about an angular lib? I dont know how they got mixed. Does a lib need a package.json

Updated: