Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
its solve my problem const { users } = models; the models.users error me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce
npm run dev
Note:
Working fine when run script
npm run compile
$ shx rm -rf lib/ && tsc
Expected behavior
Working fine just like before
Actual behavior
Showing error
And more random error like
app.service("SOME_SERVICE") Property "patch" does not exist on the "never"
System configuration
Module versions:
@feathersjs/errors:
^4.5.8
@feathersjs/express:
^4.5.8
@feathersjs/feathers:
^4.5.8
feathers-sequelize:
^6.2.0
NodeJS version:
14.16.1
Operating System:
Debian 10 WSL
on Windows 10Module Loader:
ts-node-dev
Beta Was this translation helpful? Give feedback.
All reactions