make it easy to run the exact Node/NPM binaries used by the build system
Categories
(Firefox Build System :: General, enhancement, P1)
Tracking
(firefox80 fixed)
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: dmosedale, Assigned: dmosedale)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It's currently hard to figure out (and therefore invoke) the exact versions of node/npm used by the build, because they can come from various places.
We already have mach python
which allows a user to invoke either the REPL or a python script from the command-line; I've got a patch that adds the analogous mach node
and mach npm
.
Comment 1•5 years ago
|
||
(In reply to Dan Mosedale (:dmose, :dmosedale) from comment #0)
It's currently hard to figure out (and therefore invoke) the exact versions of node/npm used by the build, because they can come from various places.
We already have
mach python
which allows a user to invoke either the REPL or a python script from the command-line; I've got a patch that adds the analogousmach node
andmach npm
.
Yes please! I feel like I built this locally at some point.
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
bugherder |
Description
•