-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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
Labels
No labels