Skip to content

False results for some packages #52

@kolyasya

Description

@kolyasya

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.

image

All node_modules contain package.json file with proper version like this:

image image

I tried to wipe and reinstall node_modules → didn't help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions