Closed klkim closed 9 years ago
are you on the dev branch?
the readme does not specify dev I would just move all the work to master, since there isnt really a notion of stability yet once all required functionality is in place, the two branch system makes sense
@klkim sorry for the confusion!
updated the readme a bit. Maybe we should put a unstable use at own risk
type of thing on in the readme? wdyt?
@klkim closing for now, let us know if you have any other problems
When I clone from http://github.com/wanderer/node-ethereum guided in README.md, I met an error
_info app problem with settings.json: Error: Cannot find module '/Users/xxx/.ethereum-node/settings.json' Assertion failed: (obj->HasIndexedPropertiesInExternalArrayData()), function Data, file ../src/nodebuffer.cc, line 103. Abort trap: 6
after typing $ ./bin/ethereum. In this case, settings.json in bin folder says, {"logging":3}.
However, cloning from https://github.com/ethereum/node-ethereum, I met an error too
_Assertion failed: (obj->HasIndexedPropertiesInExternalArrayData()), function Data, file ../src/nodebuffer.cc, line 103. Abort trap: 6
In this case settings.json in bin folder says,
{ "logging": 3, "plugins": [ "../plugins/ws/ws.js", "../plugins/webUI/" ], "network": { "port": 30303, "host": "0.0.0.0" }, "upnp": true }
I am using node v0.12.0, npm 2.5.1 on mac osx 10.10.2.