Skip to content
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

Install fails badly under debian #5

Open
mcondarelli opened this issue Aug 7, 2016 · 3 comments
Open

Install fails badly under debian #5

mcondarelli opened this issue Aug 7, 2016 · 3 comments

Comments

@mcondarelli
Copy link

I tried installing this, but npm install fails badly:

mcon@emotiq:~$ git clone https://github.com/pandada8/zt-panel.git
Cloning into 'zt-panel'...
remote: Counting objects: 194, done.
remote: Total 194 (delta 0), reused 0 (delta 0), pack-reused 194
Receiving objects: 100% (194/194), 31.79 KiB | 0 bytes/s, done.
Resolving deltas: 100% (128/128), done.
Checking connectivity... done.
mcon@emotiq:~$ cd zt-panel/
mcon@emotiq:~/zt-panel$ npm install
npm WARN package.json zerotier-fe@ No repository field.
npm WARN engine [email protected]: wanted: {"node":">=0.12"} (current: {"node":"0.10.29","npm":"1.4.21"})
npm WARN engine [email protected]: wanted: {"node":">=0.12"} (current: {"node":"0.10.29","npm":"1.4.21"})
npm WARN engine [email protected]: wanted: {"node":">=0.12"} (current: {"node":"0.10.29","npm":"1.4.21"})
npm WARN optional dep failed, continuing [email protected]
npm ERR! peerinvalid The package babel-runtime does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants babel-runtime@^6.0.0

npm ERR! System Linux 3.16.0-4-amd64
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/mcon/zt-panel
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /home/mcon/zt-panel/npm-debug.log
npm ERR! not ok code 0
mcon@emotiq:~/zt-panel$ uname -a
Linux emotiq 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux

What am I missing?

@pandada8
Copy link
Owner

pandada8 commented Aug 8, 2016

This project is far from complete and unfortunately I have little time working on this.
Anyway could I ask what purpose do you use this for ?

@mcondarelli
Copy link
Author

@pandada8 Hi, thanks.
I was trying to find an alternative to Tier2 which got broken by API changes 1.1.5 -> 1.1.6.
My aim is to have a private controller able to manage several private networks and to authorize/deauthorize members.

@pandada8
Copy link
Owner

pandada8 commented Aug 8, 2016

I probably will have enough time to work on this on Sept.
And now I just use the official panel. The limitation is quite fair (100 devices).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants