docs(npm-shrinkwrap.readme.md): add info about from
property changes
Closes #1834
This commit is contained in:
parent
718d2ae2ee
commit
0efd89ae5d
@ -10,7 +10,7 @@ All of our npm dependencies are locked via the `npm-shrinkwrap.json` file for th
|
|||||||
However npm's shrinkwrap is known to be buggy, so we need to take some extra steps to deal with this.
|
However npm's shrinkwrap is known to be buggy, so we need to take some extra steps to deal with this.
|
||||||
The most important step is generating the npm-shrinkwrap.clean.js which is used during code reviews
|
The most important step is generating the npm-shrinkwrap.clean.js which is used during code reviews
|
||||||
or debugging to easily review what has actually changed.
|
or debugging to easily review what has actually changed.
|
||||||
See https://github.com/npm/npm/issues/3581 for related npm issue.
|
See https://github.com/npm/npm/issues/3581 for related npm issue. A common symptom is that the `from` property of various dependencies in `npm-shrinkwrap.json` "arbitrarily" changes depending on when and where the shrinkwrap command was run.
|
||||||
|
|
||||||
To add a new dependency do the following:
|
To add a new dependency do the following:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user