Closed chikh closed 8 years ago
My startup js has following line:
injection.installModulesFromPackageJson("package.json");
And also I have following package.json part:
package.json
. . . "dependencies": { . . . "allcountjs-loopback": "^1.0.1", . . . }
I got following error while running:
./allcountjs/services/injection.js:45 throw new Error('Cycle dependency detected: ' + cycleDependencyGuardStack.join(', ') + ', >>> ' + serviceName); ^ Error: Cycle dependency detected: allcountServerStartup, appService, compileServices, referentialIntegrity, entityReferencedService, crudService, securityService, oldSecurityService, >>> oldSecurityService
My startup js has following line:
And also I have following
package.json
part:I got following error while running: