firefox-devtools / devtools-core

:rocket: Packages for Firefox DevTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Launchpad] Can't start local server because of an error

brunoscopelliti opened this issue · comments

I wanted to start the "Debug the debugger" activity, but I had some problems getting the local server up.
I'm using node 10.2.1; I've installed it through nvm-windows.

This is a screenshot of the error.

error

I've debugged, and found that the problem is caused by the fact that check-node-version treats some npm's warnings as errors.

npm-v

err-launchpad

While searching a work around for this problem I've also found that currently the way checkNode is called is not correct, because we're passing a string there.

wrong-call

wrong-call-2

I could try to fix this issue during this weekend.

If you're ok with that, I would also like to update check-node-version to its latest version, because I don't replicate the initial issue I had (I've checked in devtools-launchpad, and it's used only once).

Thoughts?

commented

Thanks for claiming the issue! 👋

!!! Please check your email and confirm the invitation

Here are some links for getting setup, contributing, and developing. We're always happy to answer questions in slack! If you become busy, feel free to /unclaim it.

🦊 Debugger team!