-
Notifications
You must be signed in to change notification settings - Fork 616
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
Error: failed to read "[email protected]"'s file "index.js" #700
Comments
Did you properly set up your github token? |
Yes 2015-03-11 3:33 GMT+01:00 Guido Vilariño [email protected]:
|
This seem like a particular error for your environment and not a bug per-se. Please describe where and how you're building and running |
It runs on a synology DS415+ bash-3.2# mongod & bash-3.2# Then I launch my webbrowser to access the http://192.168.1.15:3000/ And I get a blanck page with DemocracyOS as a title and the following logs. 2015-03-12T19:15:25.255+0100 [clientcursormon] mem (MB) res:51 virt:524 /volume1/manual_install/democracyos_app/lib/build/index.js:53 2015-03-11 23:30 GMT+01:00 Guido Vilariño [email protected]:
|
Hi Mate, I also tried to install democracyos on a brand new Ubuntu hosted on the The make did a lot of download anf finiched with an error about the node So tried to upgrade it but it seems I have the latest installed. Check this : ubuntu@ip-172-31-32-5:/tmp/app$ sudo apt-get upgrade node
npm ERR! weird error 1 npm ERR! not ok code 0 ubuntu@ip-172-31-32-5:/tmp/app$ Any idea ? Cheers
|
I tried sud make to go arrount the "weird error" but no luck : ubuntu@ip-172-31-32-5:/tmp/app$ sudo make |
@fulldanad For Ubuntu please install Node from the Chris Lea's PPA. Installing Node from the default Ubuntu repositories is really weird. |
Please let's keep this conversation going in our support channels. A github issue isn't the place for this. |
Hi,
I'm trying to get it working on a synology and everything goes fine until I get the following logs when I reach the web interface on port 3000:
/volume1/manual_install/democracyos_app/lib/build/index.js:53
if (err) throw err;
^
Error: failed to read "[email protected]"'s file "index.js"
at /volume1/manual_install/democracyos_app/node_modules/component-builder/node_modules/component-manifest/build/index.js:440:21
at fs.js:207:20
at OpenReq.Req.done (/volume1/manual_install/democracyos_app/node_modules/component-resolver/node_modules/graceful-fs/graceful-fs.js:143:5)
at OpenReq.done (/volume1/manual_install/democracyos_app/node_modules/component-resolver/node_modules/graceful-fs/graceful-fs.js:63:22)
at OpenReq.Req.done (/volume1/manual_install/democracyos_app/node_modules/component-builder/node_modules/graceful-fs/graceful-fs.js:143:5)
at OpenReq.done (/volume1/manual_install/democracyos_app/node_modules/component-builder/node_modules/graceful-fs/graceful-fs.js:63:22)
at Object.oncomplete (fs.js:107:15)
2015-03-11T00:44:08.241+0100 [conn13] end connection 127.0.0.1:53964 (9 connections now open)
2015-03-11T00:44:08.241+0100 [conn12] end connection 127.0.0.1:53963 (9 connections now open)
2015-03-11T00:44:08.241+0100 [conn15] end connection 127.0.0.1:53966 (9 connections now open)
2015-03-11T00:44:08.241+0100 [conn14] end connection 127.0.0.1:53965 (9 connections now open)
2015-03-11T00:44:08.241+0100 [conn16] end connection 127.0.0.1:53967 (7 connections now open)
2015-03-11T00:44:08.241+0100 [conn17] end connection 127.0.0.1:53968 (5 connections now open)
2015-03-11T00:44:08.241+0100 [conn18] end connection 127.0.0.1:53969 (4 connections now open)
2015-03-11T00:44:08.241+0100 [conn19] end connection 127.0.0.1:53970 (3 connections now open)
2015-03-11T00:44:08.242+0100 [conn20] end connection 127.0.0.1:53971 (1 connection now open)
2015-03-11T00:44:08.242+0100 [conn21] end connection 127.0.0.1:53972 (0 connections now open)
make: *** [run] Error 8
Could please advice how to address this ?
Regards
Motivated citizen
The text was updated successfully, but these errors were encountered: