feat: nostr service #49
Annotations
4 errors and 1 warning
error: Nest can't resolve dependencies of the NostrService (?). Please make sure that the argument ConfigService at index [0] is available in the RootTestModule context.:
node_modules/@nestjs/core/errors/exceptions/runtime.exception.js#L6
Potential solutions:
- Is RootTestModule a valid NestJS module?
- If ConfigService is a provider, is it part of the current RootTestModule?
- If ConfigService is exported from a separate @module, is that module imported within RootTestModule?
@module({
imports: [ /* the Module containing ConfigService */ ]
})
at new RuntimeException (/home/runner/work/os/os/node_modules/@nestjs/core/errors/exceptions/runtime.exception.js:6:9)
at new UnknownDependenciesException (/home/runner/work/os/os/node_modules/@nestjs/core/errors/exceptions/unknown-dependencies.exception.js:8:9)
at /home/runner/work/os/os/node_modules/@nestjs/core/injector/injector.js:254:19
|
error: Nest can't resolve dependencies of the NostrService (?). Please make sure that the argument "NostrService" at index [0] is available in the RootTestModule context.:
node_modules/@nestjs/core/errors/exceptions/runtime.exception.js#L6
Potential solutions:
- Is RootTestModule a valid NestJS module?
- If "NostrService" is a provider, is it part of the current RootTestModule?
- If "NostrService" is exported from a separate @module, is that module imported within RootTestModule?
@module({
imports: [ /* the Module containing "NostrService" */ ]
})
at new RuntimeException (/home/runner/work/os/os/node_modules/@nestjs/core/errors/exceptions/runtime.exception.js:6:9)
at new UnknownDependenciesException (/home/runner/work/os/os/node_modules/@nestjs/core/errors/exceptions/unknown-dependencies.exception.js:8:9)
at /home/runner/work/os/os/node_modules/@nestjs/core/injector/injector.js:254:19
|
error: Nest can't resolve dependencies of the NostrController (?:
node_modules/@nestjs/core/errors/exceptions/runtime.exception.js#L6
Potential solutions:
- Is RootTestModule a valid NestJS module?
- If NostrService is a provider, is it part of the current RootTestModule?
- If NostrService is exported from a separate @module, is that module imported within RootTestModule?
@module({
imports: [ /* the Module containing NostrService */ ]
})
at new RuntimeException (/home/runner/work/os/os/node_modules/@nestjs/core/errors/exceptions/runtime.exception.js:6:9)
at new UnknownDependenciesException (/home/runner/work/os/os/node_modules/@nestjs/core/errors/exceptions/unknown-dependencies.exception.js:8:9)
at /home/runner/work/os/os/node_modules/@nestjs/core/injector/injector.js:254:19
|
test
Process completed with exit code 1.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|