miaowing / nest-schedule

A cron-like and not-cron-like job distributed scheduler for Nest.js by decorators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to nestjs 6.0.0

maricn opened this issue · comments

npm WARN nest-schedule@0.4.5 requires a peer of @nestjs/common@^5.0.0 but none is installed. You must install peer dependencies yourself.

Please update to the newest version of nestjs. Thank you

commented

Please upgrade to 0.1.1, thks

Thanks. I was a bit confused with the change in the package distribution as well.

commented

Didn't get the solution?
the latest release of this library is 0.4.6...
I'm getting this:

npm WARN nest-schedule@0.4.5 requires a peer of @nestjs/common@^5.0.0 but none is installed. You must install peer dependencies yourself.

Didn't get the solution?
the latest release of this library is 0.4.6...
I'm getting this:

npm WARN nest-schedule@0.4.5 requires a peer of @nestjs/common@^5.0.0 but none is installed. You must install peer dependencies yourself.

They changed the distribution at

but it seems it was reverted back to nest-schedule with

two days ago. Anyways, 0.4.6 still retains the changes in dependencies, so should be good to use.

Although, a bit of transparency with the package name and licensing would be appreciated. @miaowing

commented

I'm so sorry. This package is one of nestcloud's component, You can use '@nestcloud/schedule' and also you can use the standalone version 'nest-schedule' too. If you not use nestcloud, I recommend you to use nest-schedule, Thanks. @maricn

commented

Future, this two packages will be maintenance standalone in two repositories:

https://github.com/miaowing/nest-schedule

https://github.com/nest-cloud/nestcloud/tree/master/packages/schedule

nest-schedule@0.6.4 requires a peer of @nestjs/core@^6.1.1

"@nestjs/core": "7.6.5",
"nest-schedule": "0.6.4",

Module stoped to work.