#Erro when using ScheduleModule in nest.js 10 but the code worked perfectly in 9
1 messages · Page 1 of 1 (latest)
yes
NodeJS Version : v18.15.0
NPM Version : 9.5.0
[Nest CLI]
Nest CLI Version : 10.0.3
[Nest Platform Information]
platform-express version : 10.0.2
mapped-types version : 2.0.0
schematics version : 10.0.1
passport version : 10.0.0
schedule version : 3.0.1
testing version : 10.0.2
common version : 10.0.2
config version : 3.0.0
core version : 10.0.2
jwt version : 10.1.0
cli version : 10.0.3```
what about npm ls @nestjs/core? looks like you got more than one @nestjs/core loaded in your app
yep, that's the issue
rm -rf node_modules :p
then I´d do rm package-lock.json
ah duh
lol, thanks for your help
I used the package: ```npm-check-updates
probably should have done it manually
Do you solved this issue @plucky bolt ? I face with same issue now, and try to update the package but it's still buggy Cannot find module '@nestjs/schedule' or its corresponding type declarations.