This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 544
Beaker failing #266
Comments
Hi @mariokamenjak! Sorry for the trouble. This looks like it might be a problem with the way Ubuntu installs nodejs. Could you try the steps in this stackoverflow and let me know if it solves your problem? https://stackoverflow.com/questions/18130164/nodejs-vs-node-on-ubuntu-12-04 |
It's Debian, not Ubuntu... Well let me try... |
Oh, hmm. Yeah it looks like `node` is not installed, at least under the
name "node"
…On Sun, Jan 22, 2017 at 4:22 PM, mariokamenjak ***@***.***> wrote:
It's Debian, not Ubuntu... Well let me try...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#266 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNhU6bat_8AzC8myuKrxfxwm6W9rE5pks5rU9aWgaJpZM4LqfcD>
.
|
The first solution worked. Thank you. This will aid my paper about IPFS. |
Good deal. Make sure you have the ipfs daemon running to use it.
Cheers
…On Sun, Jan 22, 2017 at 4:40 PM, mariokamenjak ***@***.***> wrote:
The first solution worked. Thank you. This will aid my paper about IPFS.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#266 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNhU4O2RBT9ajFm5c25I0YlORrUWBXPks5rU9rpgaJpZM4LqfcD>
.
|
I know. I also need to make sure that my university doesn't block the default IPFS ports. Something that I learned after several hours of troubleshooting :) |
This was referenced Jul 8, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Operation System: Linux, Debian testing
Beaker Version: 0.6.0
Beaker fails to launch with the following errors:
/usr/bin/env: „node”: Nema takve datoteke ili direktorija
npm ERR! @ start:
gulp start
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the @ start script.
npm ERR! This is most likely a problem with the package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp start
npm ERR! You can get their info via:
npm ERR! npm owner ls
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.8.0-2-amd64
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! cwd /home/zmaj/Preuzimanja/beaker-master
npm ERR! node -v v4.7.2
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/zmaj/Preuzimanja/beaker-master/npm-debug.log
npm ERR! not ok code 0
I hope you make an appimage.
The text was updated successfully, but these errors were encountered: