Closed Bug 1716909 Opened 3 years ago Closed 3 years ago

recommended install cmd for browser/components/newtab/node_modules doesn't work on Win10

Categories

(Firefox :: Messaging System, defect)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1716908

People

(Reporter: dmosedale, Unassigned)

References

(Blocks 1 open bug)

Details

./mach npm install --prefix=browser/components/newtab, which comes straight from https://firefox-source-docs.mozilla.org/browser/components/newtab/docs/index.html has various problems on Windows 10. Among others it doesn't want to install the dev-dependencies.

The simplest workaround is to, instead, do this:

(cd browser/components/newtab && ../../../mach npm install)

Why this is happening is unclear. Probably the simplest thing to do is to update the docs.

This may or may not be related to the Node 12 upgrade; I'm not sure.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.