Skip to content

Breaking Changes #1

@beachcomber

Description

@beachcomber

Hi Ray,

When running npm install I initially received lots of security warnings from npm audit.

The reason for this is because you have set up your package.json to pull the latest major version of each of the project dependencies, which are now causing breaking changes.

I suggest the best way to resolve this is to change the ^ prefix to ~ this will only then pull the latest minor (non breaking changes). You could also simply remove the prefix altogether and NPM will only pull the exact version of the file you've specified.

HTH

Rob

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions