-
Selam @shahednasser,
I am attempting to execute everything as explained in the documentation, but I've encountered an issue that I cannot resolve. It seems to be specific to Medusa version 1.20.0:
…
-
## Bug report
### Describe the bug
When installing and and using the `@medusajs/js-sdk` and write the code to setup a client, it throws an `ERR_UNSUPPORTED_DIR_IMPORT` error similar to the …
-
Hi Bill @arcdev1,
I just discovered [Awilix](https://github.com/jeffijoe/awilix).
Was interested in your opinion being that dependency injection is a big part of your `comments-api` example and …
-
Running `npm start`
I get the error : `container.registerValue is not a function` when i add a catch the Promise reject in src/index.js as below
````
mediator.on('di.ready', (container) => {
…
-
# Node 백엔드 레거시 문제 파악 및 계획
레거시 파악. ts인데 타입 선언이 안되있다. (ts파일에 js로 작성한 코드다.) DI가 두가지다 (awilix 와 typeDI) 의존성들이 너무 엉켜있다. 테스트때 여러가지 설치했던 의존성들이 지워져있지 않고, 몇군데는 잘못된 의존성들이 주입되어있다. controller...
[http://loc…
-
Add a DI container to the project. Researching npm yields multiple viable options, however [awilix](https://www.npmjs.com/package/awilix) seems the best fit for this project.
-
Hello
I filled the data
```
api_key: process.env.SHOPIFY_PASSWORD,
domain: process.env.SHOPIFY_DOMAIN,
```
But I got this issue, can you check?
Thanks
⠙ Initializing plug…
-
Implement dependency injection decorator
```ts
import { BaseInject, createInjector } from 'prismy-di'
const PRODUCTION = process.env.NODE_ENV === 'production'
const ServiceTypes = {
MailS…
-
https://github.com/jeffijoe/awilix-router-core/blob/5b6fd8875d524ae3bb5c4768f3329aefb065846b/src/state-util.ts#L322
These lines of code replace a route if the target endpoint name is a duplicate.
…
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"licen…