omermecitoglu / example-user-service

MIT License
1 stars 1 forks source link

cannot find module @/auth #1

Closed antonind72 closed 3 months ago

antonind72 commented 3 months ago

Hello, I tried to use your module because I thought it would go well with my nextjs api, but I encounter an error:

⨯ Error: Cannot find module '@/auth' Require stack:

omermecitoglu commented 3 months ago

In my next-openapi-json-generator module, I need to delete all the irrelevant imports as you can see here. So I think @/auth was ignored by that regexp somehow. I'll do some tests and get back to you asap.

omermecitoglu commented 3 months ago
npm i @omer-x/next-openapi-json-generator@0.2.5

this will fix your problem

antonind72 commented 3 months ago

Thanks for your help and resolving the issue quickly!