-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem starting monitor-dashboard #18
Comments
Not sure why it's not starting for you. Try this:
That's essentially what |
That works. I can even run it from the local directory:
Very strange. |
strange. is there an npm error file output in your local directory when you run |
Hi. I have faced with the same problem with launching tool on Windows : npm start monitor-dashboard Output:0 info it worked if it ends with ok 13 verbose exit [ 1, true ]Running from directory ..\node_modules\monitor-dashboard -> successfully |
This sounds like a difference in npm start behavior, either a windows difference or an npm version difference. It seems to say it's missing the start script, but if you examine the package.json it should be there. |
I've added monitor to my app file:
... and that seems to be working correctly, in that I can connect from the REPL:
I've also installed monitor-dashboard, which seems to have worked, but with warnings:
... but when I try to actually start it up, I get nuthin', zilch, nada:
What have I done wrong? I'm on OSX, 10.9.2.
The text was updated successfully, but these errors were encountered: