DEV Community

Krrish Dhaneja
Krrish Dhaneja

Posted on

trying to implement Firefox send again!

Hi there 🙋‍♂️, hope so y'all are well and awesome, so i am writing this post cuz i was encountering some issues in Firefox send, i heard of that service but never got a chance to use it but somehow i got GitHub recommendation of firefox send so i was trying to make it alive again and try it but after following the docs, i was getting errors, would anyone help me resolve these, I ran the commands(though i used yarn instead of npm cuz npm was giving me errors)->
yarn install
yarn run start

but I got this as an output->


$ npm run clean && cross-env NODE_ENV=development L10N_DEV=true FXA_CLIENT_ID=fced6b5e3f4c66b9 BASE_URL=http://localhost:1337 webpack-dev-server --port=1337 --mode=development

> firefox-send@3.0.22 clean E:\send\send
> rimraf dist

E:\send\send\node_modules\convict\src\main.js:268
      throw new Error("'" + fullName + "' uses an unknown format type: " +
      ^

Error: 'listen_address' uses an unknown format type: ipaddress
    at normalizeSchema (E:\send\send\node_modules\convict\src\main.js:268:13)
    at E:\send\send\node_modules\convict\src\main.js:694:5
    at Array.forEach (<anonymous>)
    at convict (E:\send\send\node_modules\convict\src\main.js:693:24)
    at Object.<anonymous> (E:\send\send\server\config.js:6:14)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Module.require (internal/modules/cjs/loader.js:1025:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (E:\send\send\server\storage\index.js:1:16)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
error Command failed with exit code 1.
Enter fullscreen mode Exit fullscreen mode

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (1)

Collapse
 
krrishdhaneja profile image
Krrish Dhaneja

can anyone help me on this?

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay