-
Notifications
You must be signed in to change notification settings - Fork 758
Getting setup on Linux #1082
Comments
OS X Sierra, Node 6.3.1, NPM 3.10.9, debugger.html 0.0.6 However, when I ran preinstall manually and then ran install a second time, it worked. |
Thanks! We've seen some similar reports with |
For what it's worth, I just tried a fresh clone + install with node 6.3.1 and couldn't reproduce. I'll take a look later. Others (@shlomif) have seen this w/ linux, so it's real. |
If it helps, I've run into something similiar: I started with a 6.x version of node, got the same error as below, upgraded to node 7. Same error. `MacBook-Pro:debugger.html $ npm start
Listening for WS on *:9000 Error: Cannot find module '../../devtools-local-toolbox/public/js/test/test-flag' npm ERR! Darwin 16.1.0 npm ERR! Please include the following file with any support request: |
Interestingly, I followed @jameswomack ( thanks, @jameswomack !!) example, and ran: $ ./bin/preinstall All errors gone, and it starts properly! `MacBook-Pro:debugger.html-master $ npm start
Listening for WS on *:9000 |
Neat @nsardo. Out of curiosity, does |
@jasonLaster As I said, I followed the @jameswomack prescription to get a running instance. I just stopped it and ran `MacBook-Pro:debugger.html-master nsardo$ npm run test
breakpoints sources ui sources reducer sources-tree 26 passing (122ms)` |
@nsardo that looks pretty good to me :) |
@nsardo, mind doing a fresh |
@jasonLaster Me too! Sure, I'll give it a shot. |
@jasonLaster Sorry for the delay, I had some permission issues to massage before
`MacBook-Pro:debugger.html-master nsardo$ npm start
Listening for WS on *:9000
breakpoints sources ui sources reducer sources-tree 26 passing (153ms)` |
Thanks. It sounds like we've got two good approaches. yarn or just running the |
@jasonLaster Yes Sir, both work! =) |
We're going to switch to yarn install soon |
I don't know what depends on recent nodejs version but it is frustrating to depend on something not shipped in current ubuntu release:
This page doesn't help. I have nodejs 6.6.0 on Ubuntu 16.04.1. |
This is a requirement coming from devtools-launchpad package.json and the development-server but I'm not sure why. Can you file an issue with the launchpad? Feels like the versions should at least be in sync and if we don't need anything from 6.9 we could drop that down to 6.6 to simplify things. In general staying with the latest node release seems like a good plan. |
Hey there! Super compelling project.
After following the instructions in the README, I was still not able to start the app. Error:
The text was updated successfully, but these errors were encountered: