Open phls opened 7 years ago
Hi @phls, I'm afraid that GitHub version of Connfa Web App is bit outdated. We're about to release new version, with fixes, Connfa! UI and a few new features. We'll let you know as soon as new version is available on GitHub.
Hi @NataliyaOprysko thanks.
By the way, we are using connfa to other event: "FLISOL Curitiba". It will be this saturday, april 8th.
@phls That's great! Hope Connfa! app will be handy for this event.
@phls Hello, just wanted to let you know, that you can find new version of Connfa Web App on GitHub. Let us know if there are any questions with installation.
Hi, I'm trying to install connfa-webapp but I had some issues.
When I executed: npm install
npm WARN package.json angular2-webpack@1.0.0 No repository field. npm ERR! 404 Not Found npm ERR! 404 npm ERR! 404 'angular/common' is not in the npm registry. npm ERR! 404 You should bug the author to publish it npm ERR! 404 It was specified as a dependency of 'angular2-webpack' npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, or http url, or git url.
npm ERR! System Linux 4.9.7-x86_64-linode80 npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! cwd /srv/curitiba.flisol.org.br/www/connfa-webapp npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.21 npm ERR! code E404 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /srv/curitiba.flisol.org.br/www/connfa-webapp/npm-debug.log npm ERR! not ok code 0
After some research, I add this line private: "name": "angular2-webpack", "version": "1.0.0", "private": true
Now I have:
npm ERR! install Couldn't read dependencies npm ERR! Failed to parse json npm ERR! Unexpected string npm ERR! File: /srv/curitiba.flisol.org.br/www/connfa-webapp/package.json npm ERR! Failed to parse package.json data. npm ERR! package.json must be actual JSON, not just JavaScript. npm ERR! npm ERR! This is not a bug in npm. npm ERR! Tell the package author to fix their package.json file. JSON.parse
npm ERR! System Linux 4.9.7-x86_64-linode80 npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! cwd /srv/curitiba.flisol.org.br/www/connfa-webapp npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.21 npm ERR! file /srv/curitiba.flisol.org.br/www/connfa-webapp/package.json npm ERR! code EJSONPARSE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /srv/curitiba.flisol.org.br/www/connfa-webapp/npm-debug.log npm ERR! not ok code 0
Thanks.