-
Notifications
You must be signed in to change notification settings - Fork 542
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
Pre-build releases #116
Comments
Hi, what is your OS, its version and is it 32- or 64-bit? Maybe we can join the list of https://github.com/mapbox/node-pre-gyp/wiki/Modules-using-node-pre-gyp and ship pre-built binaries. |
|
Would you like to try: sudo npm i ethercalc@0.20141012.0 and see if it solves the problem? It should function correctly even when webworker-threads is not installed. 0.20140902.0 is ancient, I don't know why it's still around... |
On a freshly set up wheezy VM, I verified the installation steps: sudo apt-get update
sudo apt-get install -y curl sudo
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs build-essential
# nodejs (0.10.32-1nodesource1~wheezy1)
sudo npm i -g ethercalc And everything installed fine:
Would you like to try a similar setup? |
Yessssss, it's working now. As a npm i ethercalc@0.20141012.0
> webworker-threads@0.5.3 install /home/ether/node_modules/ethercalc/node_modules/webworker-threads
> node-gyp rebuild
/
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: invalid tar file
gyp ERR! stack at Extract.Parse._startEntry (/usr/lib/node_modules/npm/node_modules/tar/lib/parse.js:145:13)
gyp ERR! stack at Extract.Parse._process (/usr/lib/node_modules/npm/node_modules/tar/lib/parse.js:127:12)
gyp ERR! stack at BlockStream.<anonymous> (/usr/lib/node_modules/npm/node_modules/tar/lib/parse.js:47:8)
gyp ERR! stack at BlockStream.emit (events.js:95:17)
gyp ERR! stack at BlockStream._emitChunk (/usr/lib/node_modules/npm/node_modules/block-stream/block-stream.js:145:10)
gyp ERR! stack at BlockStream.write (/usr/lib/node_modules/npm/node_modules/block-stream/block-stream.js:45:10)
gyp ERR! stack at Extract.Parse.write (/usr/lib/node_modules/npm/node_modules/tar/lib/parse.js:81:23)
gyp ERR! stack at write (_stream_readable.js:601:24)
gyp ERR! stack at flow (_stream_readable.js:610:7)
gyp ERR! stack at Gunzip.pipeOnReadable (_stream_readable.js:642:5)
gyp ERR! System Linux 3.2.0-4-amd64
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/ether/node_modules/ethercalc/node_modules/webworker-threads
gyp ERR! node -v v0.10.32
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok
npm WARN optional dep failed, continuing webworker-threads@0.5.3
> ws@0.4.31 install /home/ether/node_modules/ethercalc/node_modules/zappajs/node_modules/socket.io/node_modules/engine.io/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)
> ws@0.4.31 install /home/ether/node_modules/ethercalc/node_modules/zappajs/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)
ethercalc@0.20141012.0 node_modules/ethercalc
├── uuid-pure@1.0.10
├── cors@2.4.2
├── redis@0.8.2
├── optimist@0.6.1 (wordwrap@0.0.2, minimist@0.0.10)
├── LiveScript@1.3.0 (prelude-ls@1.1.1, optionator@0.4.0)
└── zappajs@0.5.0 (methods@1.1.0, node-uuid@1.4.1, coffee-css@0.0.5, uglify-js@2.4.15, express@3.16.9, coffeecup@0.3.21, socket.io@1.0.6) (Maybe the problem is this VPS is for internal usage and is hidden behind company firewall, I must install Then as a user:
And it's working now (creating new pages and accessing previous one). When I have some more time I will try to set Ethercalc as a service (like Etherpad). Previously it did not worked for me (always crash after first page access) so now I'm running it in Thank you for your time. |
Hello,
Are there anywhere pre-build releases of Ethercalc?
The one that I can simply download and run if
node
is present.I trying to install it with npm but I have problems and Ethercalc don't want to create new page.
When installing:
And when I try to create new page it's going to this page but site is trying to reload itself all the time and when I open error console:
Best regards
The text was updated successfully, but these errors were encountered: