Bug 1498604 - Update the message to use mach npm now.r=dmose

Differential Revision: https://phabricator.services.mozilla.com/D83418
This commit is contained in:
championshuttler 2020-07-13 23:12:38 +00:00
parent 6d8ecf188f
commit 7670b95ed4

View File

@ -32,7 +32,7 @@ JSDOC_NOT_FOUND = """\
JSDoc==3.5.5 is required to build the docs but was not found on your system.
Please install it globally by running:
$ npm install -g jsdoc@3.5.5
$ mach npm install -g jsdoc@3.5.5
Bug 1498604 tracks bootstrapping jsdoc properly.
Bug 1556460 tracks supporting newer versions of jsdoc.