TypeError: this.app.model is not a function #9262
Answered
by
nflaig
damianlofi
asked this question in
Q&A
|
Hello, i am trying to create a REST API but when try to npm start i get this error: I am using node v18.13.0 |
Answered by
nflaig
Feb 1, 2023
Replies: 1 comment 2 replies
|
Hey 👋, you need to add |
2 replies
Answer selected by
damianlofi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋, you need to add
RepositoryMixinto your application class inapplication.tsfile.