-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I'm using the package like
checkNpmVersions(
{
'react-meteor-method-hooks': '0.0.2-beta.8',
'modern-normalize': '2.x.x',
'react-hook-form': '7.53.0',
'react-paginate': '8.x.x',
'react-s-alert': '1.x.x',
'use-query-params': '2.x.x',
'simpl-schema': '3.x.x',
},
'package-name'
)And it gives me an error for first 5 packages even if they have correctly installed versions and the app works as it should.
I can't find a reason.
All node_modules contain package.json file with proper version like this:
I tried to wipe and reinstall node_modules → didn't help.
Metadata
Metadata
Assignees
Labels
No labels