Bug 1726413 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Now we have `./mach npm` we shoulduse that rather than plain `npm` when we update node_modules.

This will give us better `package-lock.json` output that matches the npm in use by the build system, rather than the npm that happens to be installed on the system of the person updating node_modules.
Now we have `./mach npm` we should use that rather than plain `npm` when we update node_modules.

This will give us better `package-lock.json` output that matches the npm in use by the build system, rather than the npm that happens to be installed on the system of the person updating node_modules.

Back to Bug 1726413 Comment 0