Bitcoin Forum
May 13, 2024, 05:06:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: Screenshots from epochtalk  (Read 7539 times)
redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
March 24, 2015, 05:20:35 AM
 #41

Hey, I have tried but I didn't succeed in the installation of the epochtalk orum. I don't still understand what is the problem (maybe some dependencies).
Thanks anyway, I will wait a reply from kcud_dab.

In Epochtalk Github repo, "build | failing" is mentioned. So it maybe because of the Epochtalk not wrong with your side?

I do not know but I'm still trying to understand how the OP has installed the new forum software (without any problem). Maybe I should send a PM but I don't want to disturb him (I will wait a reply here).
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715576812
Hero Member
*
Offline Offline

Posts: 1715576812

View Profile Personal Message (Offline)

Ignore
1715576812
Reply with quote  #2

1715576812
Report to moderator
1715576812
Hero Member
*
Offline Offline

Posts: 1715576812

View Profile Personal Message (Offline)

Ignore
1715576812
Reply with quote  #2

1715576812
Report to moderator
1715576812
Hero Member
*
Offline Offline

Posts: 1715576812

View Profile Personal Message (Offline)

Ignore
1715576812
Reply with quote  #2

1715576812
Report to moderator
kcud_dab (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1000


Bitcoin enthusiast!


View Profile WWW
March 24, 2015, 07:48:32 AM
Last edit: March 24, 2015, 09:57:48 AM by kcud_dab
 #42

Seems that you miss some dependancies, try cleaning up the node_modules folder and retry the "npm install" or maybe that's a npm related problem (old version, wrong configuration). I didn't remeber If I had warnings here.
There can also be some non-blocking dependancies (stuffs that are needed for some dev stuff but not require to run the software itself), if you still have some warning try to continue et you will see if your are blocked after.

Edit : I've just made a clone / npm install to verify, here's what I get, no blocking errors (only some warnings about depreciated version / on dev dependance missing) so there must be a problem with your node / npm install

Code:
arthur@artbook ~/Dev/tmp $ git clone https://github.com/epochtalk/frontend.git
Cloning into 'frontend'...
remote: Counting objects: 6014, done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 6014 (delta 6), reused 0 (delta 0), pack-reused 5981
Receiving objects: 100% (6014/6014), 1.61 MiB | 737.00 KiB/s, done.
Resolving deltas: 100% (3999/3999), done.
Checking connectivity... done.
arthur@artbook ~/Dev/tmp $ cd frontend/
arthur@artbook ~/Dev/tmp/frontend $ npm install
npm WARN deprecated node-sass@3.0.0-pre: This version is superseded in favour of 3.0.0-alpha.1
npm WARN optional dep failed, continuing fsevents@0.3.5
 
> bcrypt@0.8.1 install /home/arthur/Dev/tmp/frontend/node_modules/bcrypt
> node-gyp rebuild

child_process: customFds option is deprecated, use stdio instead.
make: Entering directory `/home/arthur/Dev/tmp/frontend/node_modules/bcrypt/build'
  CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
  CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
  CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
  SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
  SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node: Finished
  COPY Release/bcrypt_lib.node
make: Leaving directory `/home/arthur/Dev/tmp/frontend/node_modules/bcrypt/build'
 
> ws@0.4.20 install /home/arthur/Dev/tmp/frontend/node_modules/livereload/node_modules/websocket.io/node_modules/ws
> node install.js

[ws v0.4.20] Attempting to compile blazing fast native extensions.
[ws v0.4.20] Native code compile failed (but the module will still work):
[ws v0.4.20] The native extensions are faster, but not required.
[ws v0.4.20] On Windows, native extensions require Visual Studio and Python.
[ws v0.4.20] On Unix, native extensions require Python, make and a C++ compiler.
[ws v0.4.20] Start npm with --ws:verbose to show compilation output (if any).
 
> pg@3.6.3 install /home/arthur/Dev/tmp/frontend/node_modules/epochtalk-core-pg/node_modules/pg
> node-gyp rebuild || (exit 0)

child_process: customFds option is deprecated, use stdio instead.
make: Entering directory `/home/arthur/Dev/tmp/frontend/node_modules/epochtalk-core-pg/node_modules/pg/build'
  CXX(target) Release/obj.target/binding/src/binding.o
  SOLINK_MODULE(target) Release/obj.target/binding.node
  SOLINK_MODULE(target) Release/obj.target/binding.node: Finished
  COPY Release/binding.node
make: Leaving directory `/home/arthur/Dev/tmp/frontend/node_modules/epochtalk-core-pg/node_modules/pg/build'
 
> dtrace-provider@0.3.2 install /home/arthur/Dev/tmp/frontend/node_modules/epochtalk-emailer/node_modules/heckler/node_modules/restify/node_modules/dtrace-provider
> node scripts/install.js

 
> dtrace-provider@0.4.0 install /home/arthur/Dev/tmp/frontend/node_modules/epochtalk-emailer/node_modules/heckler/node_modules/restify/node_modules/bunyan/node_modules/dtrace-provider
> node scripts/install.js

npm WARN deprecated tap-consumer@0.0.1: this is merged into the 'tap' module now
 
> node-sass@3.0.0-pre install /home/arthur/Dev/tmp/frontend/node_modules/node-sass
> node scripts/install.js

Binary downloaded and installed at /home/arthur/Dev/tmp/frontend/node_modules/node-sass/vendor/linux-x64-14/binding.node
npm WARN deprecated tap-results@0.0.2: this is merged into the 'tap' module now
 
> mmmagic@0.3.13 install /home/arthur/Dev/tmp/frontend/node_modules/mmmagic
> node-gyp rebuild

child_process: customFds option is deprecated, use stdio instead.
make: Entering directory `/home/arthur/Dev/tmp/frontend/node_modules/mmmagic/build'
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/apprentice.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/apptype.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/ascmagic.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/cdf.o
../deps/libmagic/src/cdf.c: In function ‘cdf_read’:
../deps/libmagic/src/cdf.c:303:2: warning: implicit declaration of function ‘pread’ [-Wimplicit-function-declaration]
  if (pread(info->i_fd, buf, len, off) != (ssize_t)len)
  ^
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/cdf_time.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/compress.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/encoding.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/fsmagic.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/funcs.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/is_tar.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/magic.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/print.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/readcdf.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/readelf.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/softmagic.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/fmtcheck.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/strlcat.o
  CC(target) Release/obj.target/libmagic/deps/libmagic/src/strlcpy.o
  AR(target) Release/obj.target/deps/libmagic/magic.a
  COPY Release/magic.a
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_byte_order.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_chartables.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_compile.o
../deps/libmagic/pcre/pcre_compile.c: In function ‘add_to_class’:
../deps/libmagic/pcre/pcre_compile.c:3487:30: warning: ‘od’ may be used uninitialized in this function [-Wmaybe-uninitialized]
       else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od);
                              ^
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_config.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_dfa_exec.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_exec.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_fullinfo.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_get.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_globals.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_jit_compile.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_maketables.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_newline.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_ord2utf8.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_refcount.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_string_utils.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_study.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_tables.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_ucd.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_valid_utf8.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_version.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcre_xclass.o
  CC(target) Release/obj.target/libpcre/deps/libmagic/pcre/pcreposix.o
  AR(target) Release/obj.target/deps/libmagic/pcre/pcre.a
  COPY Release/pcre.a
  CXX(target) Release/obj.target/magic/src/magic.o
  SOLINK_MODULE(target) Release/obj.target/magic.node
  SOLINK_MODULE(target) Release/obj.target/magic.node: Finished
  COPY Release/magic.node
make: Leaving directory `/home/arthur/Dev/tmp/frontend/node_modules/mmmagic/build'

> node-sass@3.0.0-pre postinstall /home/arthur/Dev/tmp/frontend/node_modules/node-sass
> node scripts/build.js

` /home/arthur/Dev/tmp/frontend/node_modules/node-sass/vendor/linux-x64-14/binding.node ` exists.
 testing binary.
Binary is fine; exiting.

> epochtalk@0.3.0 install /home/arthur/Dev/tmp/frontend
> napa

info cache https://github.com/angular/bower-angular/archive/v1.3.14.tar.gz into angular
info cache https://github.com/angular/bower-angular-resource/archive/v1.3.14.tar.gz into angular-resource
info cache https://github.com/angular/bower-angular-sanitize/archive/v1.3.14.tar.gz into angular-sanitize
info git git://github.com/zurb/bower-foundation into foundation
info git git://github.com/slickage/Nestable into nestable
epochtalk-bbcode-parser@1.0.0 node_modules/epochtalk-bbcode-parser

node-uuid@1.4.3 node_modules/node-uuid

async@0.9.0 node_modules/async

commander@2.7.1 node_modules/commander
└── graceful-readlink@1.0.1

mkdirp@0.5.0 node_modules/mkdirp
└── minimist@0.0.8

through2@0.6.3 node_modules/through2
├── xtend@4.0.0
└── readable-stream@1.0.33 (isarray@0.0.1, inherits@2.0.1, string_decoder@0.10.31, core-util-is@1.0.1)

yargs@1.3.3 node_modules/yargs

stream-meter@1.0.3 node_modules/stream-meter
└── readable-stream@1.1.13 (isarray@0.0.1, inherits@2.0.1, string_decoder@0.10.31, core-util-is@1.0.1)

boom@2.6.1 node_modules/boom
└── hoek@2.11.1

jsonwebtoken@1.3.0 node_modules/jsonwebtoken
└── jws@0.2.6 (jwa@0.0.1, base64url@0.0.6)

bcrypt@0.8.1 node_modules/bcrypt
├── bindings@1.0.0
└── nan@1.5.0

memdown@0.11.0 node_modules/memdown
├── inherits@2.0.1
├── ltgt@1.0.2
└── abstract-leveldown@0.12.3 (xtend@3.0.0)

bluebird@2.9.14 node_modules/bluebird

del@1.1.1 node_modules/del
├── is-path-cwd@1.0.0
├── object-assign@2.0.0
├── each-async@1.1.1 (set-immediate-shim@1.0.1, onetime@1.0.0)
├── is-path-in-cwd@1.0.0 (is-path-inside@1.0.0)
├── globby@1.2.0 (array-union@1.0.1, glob@4.5.3)
└── rimraf@2.3.2 (glob@4.5.3)

fs-extra@0.16.5 node_modules/fs-extra
├── jsonfile@2.0.0
├── graceful-fs@3.0.6
└── rimraf@2.3.2 (glob@4.5.3)

levelup@0.19.0 node_modules/levelup
├── xtend@3.0.0
├── prr@0.0.0
├── errno@0.1.2
├── bl@0.8.2
├── readable-stream@1.0.33 (isarray@0.0.1, inherits@2.0.1, string_decoder@0.10.31, core-util-is@1.0.1)
├── semver@2.3.2
└── deferred-leveldown@0.2.0 (abstract-leveldown@0.12.4)

hapi-auth-jwt@2.1.0 node_modules/hapi-auth-jwt
├── hoek@2.11.1
└── jsonwebtoken@3.2.2 (jws@1.0.1)

json@9.0.3 node_modules/json

sanitize-html@1.6.1 node_modules/sanitize-html
├── regexp-quote@0.0.0
└── htmlparser2@3.8.2 (domelementtype@1.3.0, entities@1.0.0, domhandler@2.3.0, readable-stream@1.1.13, domutils@1.5.1)

medium-editor@1.9.13 node_modules/medium-editor

request@2.53.0 node_modules/request
├── caseless@0.9.0
├── json-stringify-safe@5.0.0
├── aws-sign2@0.5.0
├── forever-agent@0.5.2
├── form-data@0.2.0
├── stringstream@0.0.4
├── oauth-sign@0.6.0
├── tunnel-agent@0.4.0
├── isstream@0.1.2
├── qs@2.3.3
├── combined-stream@0.0.7 (delayed-stream@0.0.5)
├── mime-types@2.0.10 (mime-db@1.8.0)
├── bl@0.9.4 (readable-stream@1.0.33)
├── http-signature@0.10.1 (assert-plus@0.1.5, asn1@0.1.11, ctype@0.5.3)
├── tough-cookie@0.12.1 (punycode@1.3.2)
└── hawk@2.3.1 (cryptiles@2.0.4, sntp@1.0.9, hoek@2.11.1)

livereload@0.3.6 node_modules/livereload
├── opts@1.2.2
└── websocket.io@0.2.1 (debug@2.1.3, ws@0.4.20)

lodash@2.4.1 node_modules/lodash

pg@4.3.0 node_modules/pg
├── packet-reader@0.2.0
├── pg-connection-string@0.1.3
├── buffer-writer@1.0.0
├── generic-pool@2.1.1
├── pg-types@1.7.0
├── semver@4.3.1
└── pgpass@0.0.3 (split@0.3.3)

mocha@2.2.1 node_modules/mocha
├── escape-string-regexp@1.0.2
├── supports-color@1.2.1
├── diff@1.0.8
├── growl@1.8.1
├── commander@2.3.0
├── debug@2.0.0 (ms@0.6.2)
├── glob@3.2.3 (inherits@2.0.1, graceful-fs@2.0.3, minimatch@0.2.14)
└── jade@0.26.3 (commander@0.6.1, mkdirp@0.3.0)

napa@1.2.0 node_modules/napa
├── npm-cache-filename@1.0.1
├── rimraf@2.2.8
├── npmlog@0.1.1 (ansi@0.3.0)
├── tar-pack@2.0.0 (once@1.1.1, uid-number@0.0.3, debug@0.7.4, graceful-fs@1.2.3, readable-stream@1.0.33, fstream@0.1.31, fstream-ignore@0.0.7, tar@0.1.20)
└── download@3.2.0 (get-stdin@3.0.2, each-async@1.1.1, gulp-rename@1.2.0, url-regex@2.1.2, stream-combiner@0.2.1, vinyl@0.4.6, ware@1.2.0, rc@0.5.5, meow@2.1.0, download-status@2.1.1, concat-stream@1.4.7, decompress-targz@2.1.0, decompress-unzip@2.1.2, decompress-tarbz2@2.0.2, decompress-tar@2.0.2, vinyl-fs@0.3.13)

db-migrate@0.8.0 node_modules/db-migrate
├── parse-database-url@0.2.2
├── dotenv@0.2.8
├── semver@1.0.14
├── async@0.1.22
├── mkdirp@0.3.5
├── pkginfo@0.3.0
├── optimist@0.3.7 (wordwrap@0.0.2)
└── moment@1.7.2

epochtalk-core-pg@0.9.9 node_modules/epochtalk-core-pg
└── pg@3.6.3 (packet-reader@0.2.0, bindings@1.2.1, pg-connection-string@0.1.3, buffer-writer@1.0.0, generic-pool@2.1.1, pg-types@1.6.0, nan@1.3.0, pgpass@0.0.3)

cheerio@0.18.0 node_modules/cheerio
├── dom-serializer@0.0.1 (domelementtype@1.1.3)
├── entities@1.1.1
├── htmlparser2@3.8.2 (domelementtype@1.3.0, domutils@1.5.1, entities@1.0.0, domhandler@2.3.0, readable-stream@1.1.13)
└── CSSselect@0.4.1 (domutils@1.4.3, CSSwhat@0.4.7)

good-file@4.0.2 node_modules/good-file
├── json-stringify-safe@5.0.0
├── good-reporter@3.0.1
├── hoek@2.11.1
├── joi@5.1.0 (topo@1.0.2, isemail@1.1.1)
└── moment@2.8.4

good-console@4.1.0 node_modules/good-console
├── json-stringify-safe@5.0.0
├── good-reporter@3.0.1
├── hoek@2.11.1
└── moment@2.8.4

lout@6.2.1 node_modules/lout
├── hoek@2.11.1
└── handlebars@3.0.0 (optimist@0.6.1, source-map@0.1.43, uglify-js@2.3.6)

joi@6.0.8 node_modules/joi
├── topo@1.0.2
├── isemail@1.1.1
├── hoek@2.11.1
└── moment@2.9.0

good@5.1.2 node_modules/good
├── items@1.1.0
├── good-reporter@3.0.1
├── hoek@2.11.1
└── joi@5.1.0 (topo@1.0.2, isemail@1.1.1, moment@2.9.0)

epochtalk-validator@0.0.3 node_modules/epochtalk-validator
└── joi@4.9.0 (topo@1.0.2, isemail@1.1.1, hoek@2.11.1, moment@2.9.0)

nodemon@1.3.7 node_modules/nodemon
├── minimatch@0.3.0 (sigmund@1.0.0, lru-cache@2.5.0)
├── touch@0.0.3 (nopt@1.0.10)
├── ps-tree@0.0.3 (event-stream@0.5.3)
└── update-notifier@0.3.1 (is-npm@1.0.0, string-length@1.0.0, chalk@1.0.0, semver-diff@2.0.0, latest-version@1.0.0, configstore@0.3.2)

brfs@1.4.0 node_modules/brfs
├── quote-stream@0.0.0 (minimist@0.0.8)
├── through2@0.4.2 (xtend@2.1.2, readable-stream@1.0.33)
├── resolve@1.1.6
└── static-module@1.1.2 (has@1.0.0, shallow-copy@0.0.1, object-inspect@0.4.0, readable-stream@1.0.33, duplexer2@0.0.2, concat-stream@1.4.7, static-eval@0.2.4, escodegen@1.3.3, falafel@1.0.1)

epochtalk-emailer@0.0.1 node_modules/epochtalk-emailer
├── dot@1.0.3
├── good-console@2.1.0 (json-stringify-safe@5.0.0, good-reporter@3.0.1, hoek@2.11.1, moment@2.8.4)
├── heckler@0.1.0 (nodemailer-smtp-transport@0.1.13, nodemailer@1.3.2, twilio@1.11.1, restify@2.8.5)
├── good-file@3.1.0 (json-stringify-safe@5.0.0, items@1.1.0, good-reporter@3.0.1, hoek@2.11.1, moment@2.8.4)
├── good@4.0.2 (json-stringify-safe@5.0.0, good-reporter@3.0.1, hoek@2.11.1, moment@2.8.4)
├── joi@4.9.0 (topo@1.0.2, isemail@1.1.1, hoek@2.11.1, moment@2.9.0)
└── hapi@7.5.3 (cryptiles@2.0.4, topo@1.0.2, accept@1.0.0, items@1.1.0, heavy@1.0.0, kilt@1.1.1, catbox-memory@1.1.0, boom@2.5.1, call@1.0.0, qs@2.3.2, statehood@1.2.0, h2o2@2.0.1, iron@2.1.2, shot@1.3.5, glue@1.0.0, wreck@5.0.1, hoek@2.9.0, catbox@4.1.0, rejoice@1.0.0, mimos@1.0.1, vision@1.2.1, inert@1.1.1, joi@4.7.0, subtext@1.0.2)

hapi@8.4.0 node_modules/hapi
├── cryptiles@2.0.4
├── peekaboo@1.0.0
├── ammo@1.0.0
├── topo@1.0.2
├── accept@1.0.0
├── items@1.1.0
├── kilt@1.1.1
├── catbox-memory@1.1.1
├── call@2.0.1
├── qs@2.4.0
├── shot@1.4.2
├── iron@2.1.2
├── wreck@5.2.0
├── hoek@2.11.1
├── catbox@4.2.2
├── mimos@2.0.2 (mime-db@1.7.0)
├── inert@2.1.4 (lru-cache@2.5.0)
├── subtext@1.0.2 (content@1.0.1, pez@1.0.0)
├── heavy@3.0.0 (joi@5.1.0)
├── statehood@2.0.0 (joi@5.1.0)
├── h2o2@4.0.0 (joi@5.1.0)
└── vision@2.0.0 (joi@5.1.0)

browserify@8.1.3 node_modules/browserify
├── https-browserify@0.0.0
├── tty-browserify@0.0.0
├── builtins@0.0.7
├── constants-browserify@0.0.1
├── process@0.10.1
├── path-browserify@0.0.0
├── os-browserify@0.1.2
├── isarray@0.0.1
├── inherits@2.0.1
├── commondir@0.0.1
├── string_decoder@0.10.31
├── stream-browserify@1.0.0
├── defined@0.0.0
├── shell-quote@0.0.1
├── domain-browser@1.1.4
├── shallow-copy@0.0.1
├── xtend@3.0.0
├── deep-equal@0.2.2
├── querystring-es3@0.2.1
├── assert@1.3.0
├── timers-browserify@1.4.0
├── punycode@1.2.4
├── util@0.10.3
├── parents@1.0.1 (path-platform@0.11.15)
├── events@1.0.2
├── vm-browserify@0.0.4 (indexof@0.0.1)
├── console-browserify@1.1.0 (date-now@0.1.4)
├── subarg@1.0.0 (minimist@1.1.1)
├── readable-stream@1.0.33 (core-util-is@1.0.1)
├── http-browserify@1.7.0 (Base64@0.2.1)
├── deps-sort@1.3.5 (through2@0.5.1, minimist@0.2.0)
├── shasum@1.0.1 (sha.js@2.3.6, json-stable-stringify@0.0.1)
├── url@0.10.3 (punycode@1.3.2, querystring@0.2.0)
├── duplexer2@0.0.2 (readable-stream@1.1.13)
├── through2@1.1.1 (xtend@4.0.0, readable-stream@1.1.13)
├── resolve@0.7.4
├── concat-stream@1.4.7 (typedarray@0.0.6, readable-stream@1.1.13)
├── buffer@3.1.2 (ieee754@1.1.4, is-array@1.0.1, base64-js@0.0.8)
├── glob@4.5.3 (once@1.3.1, inflight@1.0.4, minimatch@2.0.4)
├── labeled-stream-splicer@1.0.2 (stream-splicer@1.3.1)
├── JSONStream@0.8.4 (through@2.3.6, jsonparse@0.0.5)
├── browser-resolve@1.8.1 (resolve@1.1.6)
├── browser-pack@3.2.0 (through2@0.5.1, combine-source-map@0.3.0)
├── crypto-browserify@3.9.13 (randombytes@2.0.1, create-hmac@1.1.3, pbkdf2-compat@3.0.2, create-hash@1.1.1, diffie-hellman@3.0.1, create-ecdh@2.0.0, browserify-aes@1.0.0, browserify-sign@2.8.0, public-encrypt@2.0.0)
├── browserify-zlib@0.1.4 (pako@0.2.6)
├── umd@2.1.0 (through@2.3.6, rfile@1.0.0, uglify-js@2.4.17, ruglify@1.0.0)
├── insert-module-globals@6.2.1 (process@0.6.0, through@2.3.6, JSONStream@0.7.4, combine-source-map@0.3.0, lexical-scope@1.1.0)
├── syntax-error@1.1.2 (acorn@0.9.0)
└── module-deps@3.7.3 (xtend@4.0.0, minimist@0.2.0, subarg@0.0.1, stream-combiner2@1.0.2, through2@0.4.2, resolve@1.1.6, JSONStream@0.7.4, detective@4.0.0)

watchify@2.6.0 node_modules/watchify
├── xtend@4.0.0
├── through2@0.5.1 (xtend@3.0.0, readable-stream@1.0.33)
├── chokidar@0.12.6 (async-each@0.1.6, readdirp@1.3.0)
└── browserify@9.0.3 (https-browserify@0.0.0, tty-browserify@0.0.0, builtins@0.0.7, constants-browserify@0.0.1, process@0.10.1, path-browserify@0.0.0, os-browserify@0.1.2, isarray@0.0.1, inherits@2.0.1, commondir@0.0.1, string_decoder@0.10.31, stream-browserify@1.0.0, defined@0.0.0, has@1.0.0, shell-quote@0.0.1, domain-browser@1.1.4, shallow-copy@0.0.1, xtend@3.0.0, duplexer2@0.0.2, deep-equal@1.0.0, querystring-es3@0.2.1, assert@1.3.0, timers-browserify@1.4.0, punycode@1.2.4, through2@1.1.1, parents@1.0.1, util@0.10.3, vm-browserify@0.0.4, console-browserify@1.1.0, events@1.0.2, concat-stream@1.4.7, http-browserify@1.7.0, subarg@1.0.0, shasum@1.0.1, readable-stream@1.1.13, url@0.10.3, labeled-stream-splicer@1.0.2, buffer@3.1.2, browser-resolve@1.8.1, glob@4.5.3, resolve@1.1.6, JSONStream@0.10.0, deps-sort@1.3.5, browser-pack@4.0.1, crypto-browserify@3.9.13, browserify-zlib@0.1.4, insert-module-globals@6.2.1, syntax-error@1.1.2, module-deps@3.7.3)

angular-ui-router@0.2.13 node_modules/angular-ui-router

pkgcloud@1.1.0 node_modules/pkgcloud
├── url-join@0.0.1
├── eventemitter2@0.4.14
├── ip@0.3.2
├── filed@0.1.0
├── underscore@1.6.0
├── errs@0.3.2
├── qs@1.2.2
├── mime@1.2.11
├── s3-upload-stream@1.0.7
├── xml2js@0.1.14 (sax@0.6.1)
├── request@2.40.0 (json-stringify-safe@5.0.0, forever-agent@0.5.2, aws-sign2@0.5.0, oauth-sign@0.3.0, stringstream@0.0.4, tunnel-agent@0.4.0, qs@1.0.2, mime-types@1.0.2, form-data@0.1.4, http-signature@0.10.1, tough-cookie@0.12.1, hawk@1.1.1)
├── aws-sdk@2.0.31 (xmlbuilder@0.4.2, xml2js@0.2.6)
└── gcloud@0.10.0 (extend@1.3.0, stream-events@1.0.1, duplexify@3.2.0, gapitoken@0.1.3, protobufjs@3.8.2)

mmmagic@0.3.13 node_modules/mmmagic
└── nan@1.5.3

node-sass@3.0.0-pre node_modules/node-sass
├── get-stdin@4.0.1
├── chalk@1.0.0 (escape-string-regexp@1.0.3, ansi-styles@2.0.1, supports-color@1.3.1, strip-ansi@2.0.1, has-ansi@1.0.3)
├── nan@1.7.0
├── meow@3.1.0 (object-assign@2.0.0, camelcase-keys@1.0.0, minimist@1.1.1, indent-string@1.2.1)
├── npmconf@2.1.1 (uid-number@0.0.5, inherits@2.0.1, osenv@0.1.0, ini@1.3.3, once@1.3.1, nopt@3.0.1, config-chain@1.1.8, semver@4.3.1)
├── sass-graph@1.2.0 (glob@4.5.3)
├── gaze@0.5.1 (globule@0.1.0)
└── pangyp@2.1.0 (which@1.0.9, osenv@0.1.0, rimraf@2.2.8, graceful-fs@3.0.6, nopt@3.0.1, fstream@1.0.4, semver@4.2.2, glob@4.3.5, minimatch@2.0.4, npmlog@1.0.0, tar@1.0.3, request@2.51.0)


FYI :
Code:
arthur@artbook ~ $ node --version
v0.12.0
arthur@artbook ~ $ npm --version
2.5.1

redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
March 25, 2015, 03:40:15 PM
 #43

Hey kcud_dab,

first : thanks for the reply.  Second, I have installed the software without problem (sudo npm install) but when I launch the command npm start it gives me this error :

Code:
root@personalpc:~/frontend# npm start
npm ERR! Linux 3.2.0-79-generic
npm ERR! argv "node" "/usr/local/bin/npm" "start"
npm ERR! node v0.12.0
npm ERR! npm  v2.7.3
 
npm ERR! missing script: start
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>
 
npm ERR! Please include the following file with any support request:
npm ERR!     /home/personalpc/frontend/npm-debug.log

and when I've tried npm run build , it gives me:

Code:
root@personalpc:~/frontend# npm run build
 
> epochtalk@0.3.0 build /home/personalpc/frontend
> node ./scripts/build.js
 
Cleaning Complete.
{ [Error: ENOENT, lstat './node_modules/foundation/scss/foundation/components']
  errno: -2,
  code: 'ENOENT',
  path: './node_modules/foundation/scss/foundation/components' }
Unhandled rejection Error: file to import not found or unreadable: normalize
Current dir: /home/personalpc/frontend/app/scss/
    at Object.module.exports.renderSync (/home/personalpc/frontend/node_modules/node-sass/lib/index.js:221:22)
    at /home/personalpc/frontend/scripts/tasks/sass.js:14:23
    at tryCatcher (/home/personalpc/frontend/node_modules/bluebird/js/main/util.js:24:31)
    at Promise._resolveFromResolver (/home/personalpc/frontend/node_modules/bluebird/js/main/promise.js:427:31)
    at new Promise (/home/personalpc/frontend/node_modules/bluebird/js/main/promise.js:53:37)
    at module.exports (/home/personalpc/frontend/scripts/tasks/sass.js:12:10)
    at tryCatcher (/home/personalpc/frontend/node_modules/bluebird/js/main/util.js:24:31)
    at Promise._settlePromiseFromHandler (/home/personalpc/frontend/node_modules/bluebird/js/main/promise.js:454:31)
    at Promise._settlePromiseAt (/home/personalpc/frontend/node_modules/bluebird/js/main/promise.js:530:18)
    at Async._drainQueue (/home/personalpc/frontend/node_modules/bluebird/js/main/async.js:84:12)
    at Async._drainQueues (/home/personalpc/frontend/node_modules/bluebird/js/main/async.js:89:10)
    at Async.drainQueues (/home/personalpc/frontend/node_modules/bluebird/js/main/async.js:14:14)
    at process._tickCallback (node.js:355:11)
Medium Editor CSS Copied.
Default CSS Copied.

Can you please tell me the next pass for launch the software, thanks so much (for the help and the attention).
kcud_dab (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1000


Bitcoin enthusiast!


View Profile WWW
March 25, 2015, 07:51:32 PM
 #44

[...]
 - examine a project to find things that aren't documented (example for here, loog at package.json to see the npm run scripts about database initiation)
etc...
[...]

You have to read the error message, for the first one it seems that the script your are calling don't exist, and if you look at your package.json file you will see that there isn't any "start" script.
There used to be one, but the readme has not been updated, this is the commit that remove the "start" script,
-> https://github.com/epochtalk/epochtalk/commit/2d24ead47f8efbd96773f0b0ae1f18d66e42eda7#diff-b9cfc7f2cdf78a7f4b91a753d10865a2

Seens that now you have to execute "npm start serve" to start the server.
for the second one you have to dig, maybe a simple dependancie missing or a error in the code, anyway I don't remerber if I needed to do someting about it and maybe there were changes in the code between the time I cloned the repository and today. Also this is about CSS so it won't be a problem to run the server, this will only inpact the CSS.

Snagglebone
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
March 25, 2015, 07:54:30 PM
 #45

Glad we paid millions of dollars for "new forum software" that's taking years to complete and doesn't even have basic features working... even though a tiny fraction of that money could have been spent at a real development house and had the project completed months ago.

redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
March 28, 2015, 05:08:14 AM
 #46

[...]
 - examine a project to find things that aren't documented (example for here, loog at package.json to see the npm run scripts about database initiation)
etc...
[...]

You have to read the error message, for the first one it seems that the script your are calling don't exist, and if you look at your package.json file you will see that there isn't any "start" script.
There used to be one, but the readme has not been updated, this is the commit that remove the "start" script,
-> https://github.com/epochtalk/epochtalk/commit/2d24ead47f8efbd96773f0b0ae1f18d66e42eda7#diff-b9cfc7f2cdf78a7f4b91a753d10865a2

Seens that now you have to execute "npm start serve" to start the server.
for the second one you have to dig, maybe a simple dependancie missing or a error in the code, anyway I don't remerber if I needed to do someting about it and maybe there were changes in the code between the time I cloned the repository and today. Also this is about CSS so it won't be a problem to run the server, this will only inpact the CSS.
Hey, I can't install it and no problem thanks anyway for all the help. I will wait the official release of the new forum software (it seems I can't start the server).
Vod
Legendary
*
Offline Offline

Activity: 3696
Merit: 3074


Licking my boob since 1970


View Profile WWW
March 28, 2015, 05:37:42 AM
 #47

This thread is about screenshots.

Can we see less discussion (start a new thread) and more actual screenshots?

Smiley

https://nastyscam.com - landing page up     https://vod.fan - advanced image hosting - coming soon!
OGNasty has early onset dementia; keep this in mind when discussing his past actions.
Stunna
Legendary
*
Offline Offline

Activity: 3192
Merit: 1278


Primedice.com, Stake.com


View Profile
April 04, 2015, 01:57:45 AM
 #48

I've checked out the new forum, I have to say I'm extremely disappointed with the design/UI of it. If Theymos has any funds left I recommend he looks into having a professional design done, would cost as little as 10-30k for something solid and a redesign would greatly improve the experience.

Stake.com Fastest growing crypto casino & sportsbook
Primedice.com The original bitcoin instant dice game
Cyrus
Ninja
Administrator
Legendary
*
Offline Offline

Activity: 3766
Merit: 2950



View Profile
April 04, 2015, 02:25:34 AM
 #49

As it's been mentioned before, the current UI/UX is subject to change in the future. Plus the theme engine isn't in place yet as the focus is other functions first. Once Epochtalk does have the a theme engine, a theme will be created for Bitcointalk.

nahtnam
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


nahtnam.com


View Profile WWW
April 06, 2015, 01:41:13 AM
 #50

The website (with the screen shots) is down currently, but I have seen the screenshots before. IMO, they are just remaking Discourse. Not worth 1.5million dollars. They could just pay 100k to make all of the plugins Theymos needs.

Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
April 06, 2015, 05:23:01 AM
 #51

The website (with the screen shots) is down currently, but I have seen the screenshots before. IMO, they are just remaking Discourse. Not worth 1.5million dollars. They could just pay 100k to make all of the plugins Theymos needs.

You obviously need to read the post above yours. Smiley

@kcud_dab: Can you please make theymos' posts bold and probably a bigger font(12pt)? Some of them are skipping or not seing that part. Thank you!

nahtnam
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


nahtnam.com


View Profile WWW
April 06, 2015, 05:25:37 AM
 #52

The website (with the screen shots) is down currently, but I have seen the screenshots before. IMO, they are just remaking Discourse. Not worth 1.5million dollars. They could just pay 100k to make all of the plugins Theymos needs.

You obviously need to read the post above yours. Smiley

Functionality looks the same as well. You can theme Discourse if thats what Theymos is worried about.

Bitcoin_BOy$
Hero Member
*****
Offline Offline

Activity: 854
Merit: 503


|| Web developer ||


View Profile
April 06, 2015, 06:19:41 AM
 #53

I get a 404 error after installing the epoch talk , E.g when i enter localhost:8080 it show a 404 error
More description : https://github.com/epochtalk/epochtalk/issues/61

Could anyone help me please !!

Kind Of Respect ,
Bitcoin Boy .
redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
April 10, 2015, 01:33:09 PM
 #54

I get a 404 error after installing the epoch talk , E.g when i enter localhost:8080 it show a 404 error
More description : https://github.com/epochtalk/epochtalk/issues/61

Could anyone help me please !!

Kind Of Respect ,
Bitcoin Boy .

Hi,

Someone of the slickage team gave you an help to resolve that issue or not? I have seen he didn't replied again to that gitHub issue, maybe if you know how to (successfully) install epochtalk on a linux machine maybe you can send me a PM (it would be really appreciated). Thanks for the attention.


PS: I really can't realize what is the real problem and so I don't know "how resolve it".
Bitcoin_BOy$
Hero Member
*****
Offline Offline

Activity: 854
Merit: 503


|| Web developer ||


View Profile
April 10, 2015, 03:18:23 PM
 #55

I get a 404 error after installing the epoch talk , E.g when i enter localhost:8080 it show a 404 error
More description : https://github.com/epochtalk/epochtalk/issues/61

Could anyone help me please !!

Kind Of Respect ,
Bitcoin Boy .

Hi,

Someone of the slickage team gave you an help to resolve that issue or not? I have seen he didn't replied again to that gitHub issue, maybe if you know how to (successfully) install epochtalk on a linux machine maybe you can send me a PM (it would be really appreciated). Thanks for the attention.


PS: I really can't realize what is the real problem and so I don't know "how resolve it".
Yep that's true , they may be so busy we can't judge  Cheesy .
Also about my issue its about the database I missed how to install it ,
otherwise i can install it 100% just need database to be install .


Kind Of Respect ,
Bitcoin Boy .
Bitcoin_BOy$
Hero Member
*****
Offline Offline

Activity: 854
Merit: 503


|| Web developer ||


View Profile
April 12, 2015, 11:32:01 PM
Last edit: April 12, 2015, 11:46:37 PM by Bitcoin_BOy$
 #56

Just installing the epoch-talk with succes .

Kind Of Respect ,
Bitcoin BOy .
Superhitech
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile
April 13, 2015, 01:26:58 AM
 #57

Just installing the epoch-talk with succes .

Kind Of Respect ,
Bitcoin BOy .

Does it look the same as the current screenshots provided? Or has there been improvements made? I'm curious, but I don't want to install the new forum on my computer.
cryptworld
Hero Member
*****
Offline Offline

Activity: 714
Merit: 503



View Profile
April 13, 2015, 10:34:38 AM
 #58

I don't know how to install a forum and the screenshots are down( and the link with screenshots)

can someone repost some screenshot? I wanted to see how it looks like.
nahtnam
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


nahtnam.com


View Profile WWW
April 13, 2015, 02:13:26 PM
 #59

I don't know how to install a forum and the screenshots are down( and the link with screenshots)

can someone repost some screenshot? I wanted to see how it looks like.

Category Threads
https://i.imgur.com/EHifVKE.png

New Thread
https://i.imgur.com/gLs3ybe.png
https://i.imgur.com/FwTgO7r.png
https://i.imgur.com/mSyZQug.png

Icons
https://i.imgur.com/xyTMJc0.png

Reply
https://i.imgur.com/Fn1J8sB.png

Admin
https://i.imgur.com/Q6Wk8MY.png
https://i.imgur.com/Q1wVfdV.png
https://i.imgur.com/f9LPqF2.png

Profile
https://i.imgur.com/F1I4yzA.png

Taken from: http://www.reddit.com/r/Bitcoin/comments/3153te/some_pics_of_the_bitcointalk_forum_that_is_being/

Bitcoin_BOy$
Hero Member
*****
Offline Offline

Activity: 854
Merit: 503


|| Web developer ||


View Profile
April 13, 2015, 08:34:18 PM
Last edit: April 13, 2015, 08:50:18 PM by Bitcoin_BOy$
 #60

Hi all just took some screeshots for the new forum , the really most expensive web application
ever made , will be uploading those screenshots , just minute and Thanks  Grin

Edit : done ! , Note : the forum still have a lot of things to develop , Urls not found ...

Home : http://elmeda.net/Epochtalk/home.png
Home when logged : http://elmeda.net/Epochtalk/home_logged.png
Home bottom side : http://elmeda.net/Epochtalk/home_bottom_side.png

Login : http://elmeda.net/Epochtalk/login.png
Register : http://elmeda.net/Epochtalk/register.png

user profile : http://elmeda.net/Epochtalk/user_profile.png
user menu : http://elmeda.net/Epochtalk/user_menu.png

admin panel : http://elmeda.net/Epochtalk/admin_panel.png
Moderation Queue : http://elmeda.net/Epochtalk/moderation_queue.png
Boards and Categories : http://elmeda.net/Epochtalk/boards_and_categories.png
Users : http://elmeda.net/Epochtalk/users.png
Groups : http://elmeda.net/Epochtalk/Groups.png

Any questions ? will be glad to answer !

Kind Of Respect ,
Bitcoin Boy.
Pages: « 1 2 [3] 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!