mozilla / fxa

Monorepo for Mozilla Accounts (formerly Firefox Accounts)
https://mozilla.github.io/ecosystem-platform/
Mozilla Public License 2.0
606 stars 212 forks source link

Cannot start fxa: failed with exit code 1 #14775

Closed giovi321 closed 1 year ago

giovi321 commented 1 year ago

Description

I tried to install fxa on Debian 11 but I get the following very generic error: "The script called "start.default" which runs "_dev/pm2/start.sh && _scripts/pm2-all.sh start && pm2 restart sync && echo "Use 'yarn stop' to stop all the servers"" failed with exit code 1 https://github.com/sezna/nps/blob/master/other/ERRORS_AND_WARNINGS.md#failed-with-exit-code". Any advice on how to debug?

image

Steps to reproduce

I followed this guide step by step. https://mozilla.github.io/ecosystem-platform/tutorials/development-setup

Expected result

Start of fxa.

Actual result

Start failed

Environment

Debian 11

┆Issue is synchronized with this Jira Task

Ryandotdot commented 1 year ago

As for me(macOs intel), accoding to my error msg, i successfully run the command yarn start by trying flowing steps:

  1. change node version to 16.12.0;
  2. check if port is binded by other services;
  3. fix error by https://github.com/dannycoates/pem-jwk/issues/15#issuecomment-1281503859;
clouserw commented 1 year ago

Sorry you're having trouble with this but we can't offer setup support at this point in time.