trufflesuite / drizzle

Reactive Ethereum dapp UI suite
906 stars 238 forks source link

A npmv12 issue ? can't install drizzle 'npm install drizzle' pls help guys.. I'm aware tests do not work w nodev12 #58

Closed johnda98 closed 3 years ago

johnda98 commented 4 years ago

DevEnv ubuntu1604 "johnda@ymirjda:~ truffle version Truffle v5.1.0 (core: 5.1.0) Solidity v0.5.12 (solc-js) Node v12.8.0 Web3.js v1.2.2 johnda@ymirjda:~

"

ok.. .here's the prob

johnda@ymirjda:~/drizzpando/client$ npm install drizzle npm WARN deprecated tar.gz@1.0.7: ⚠️ WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support

scrypt@6.0.3 preinstall /home/johnda/drizzpando/client/node_modules/scrypt node node-scrypt-preinstall.js

scrypt@6.0.3 install /home/johnda/drizzpando/client/node_modules/scrypt node-gyp rebuild

make: Entering directory '/home/johnda/drizzpando/client/node_modules/scrypt/build' SOLINK_MODULE(target) Release/obj.target/copied_files.node COPY Release/copied_files.node CC(target) Release/obj.target/scrypt_wrapper/src/util/memlimit.o CC(target) Release/obj.target/scrypt_wrapper/src/scryptwrapper/keyderivation.o CC(target) Release/obj.target/scrypt_wrapper/src/scryptwrapper/pickparams.o CC(target) Release/obj.target/scrypt_wrapper/src/scryptwrapper/hash.o AR(target) Release/obj.target/scrypt_wrapper.a COPY Release/scrypt_wrapper.a CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/lib/crypto/crypto_scrypt.o CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/lib/crypto/crypto_scrypt_smix.o CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/libcperciva/util/warnp.o CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/libcperciva/alg/sha256.o CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/libcperciva/util/insecure_memzero.o CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/lib/scryptenc/scryptenc_cpuperf.o AR(target) Release/obj.target/scrypt_lib.a COPY Release/scrypt_lib.a CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_common.o CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_params_async.o In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0, from ../src/node-boilerplate/inc/scrypt_params_async.h:28, from ../src/node-boilerplate/scrypt_params_async.cc:4: ../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local&)’: ../src/node-boilerplate/inc/scrypt_common.h:39:48: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()), ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8-internal.h:14:0, from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:25, from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:3419:55: note: declared here V8_DEPRECATE_SOON("Use maybe version", Local Get(Local key)); ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’ declarator attribute((deprecated(message))) ^ In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0, from ../src/node-boilerplate/inc/scrypt_params_async.h:28, from ../src/node-boilerplate/scrypt_params_async.cc:4: ../src/node-boilerplate/inc/scrypt_common.h:39:63: error: no matching function for call to ‘v8::Value::Uint32Value()’ N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()), ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63:0, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2574:41: note: candidate: v8::Maybe v8::Value::Uint32Value(v8::Local) const V8_WARN_UNUSED_RESULT Maybe Uint32Value( ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2574:41: note: candidate expects 1 argument, 0 provided In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0, from ../src/node-boilerplate/inc/scrypt_params_async.h:28, from ../src/node-boilerplate/scrypt_params_async.cc:4: ../src/node-boilerplate/inc/scrypt_common.h:40:48: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()), ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8-internal.h:14:0, from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:25, from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:3419:55: note: declared here V8_DEPRECATE_SOON("Use maybe version", Local Get(Local key)); ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’ declarator attribute((deprecated(message))) ^ In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0, from ../src/node-boilerplate/inc/scrypt_params_async.h:28, from ../src/node-boilerplate/scrypt_params_async.cc:4: ../src/node-boilerplate/inc/scrypt_common.h:40:63: error: no matching function for call to ‘v8::Value::Uint32Value()’ r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()), ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63:0, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2574:41: note: candidate: v8::Maybe v8::Value::Uint32Value(v8::Local) const V8_WARN_UNUSED_RESULT Maybe Uint32Value( ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2574:41: note: candidate expects 1 argument, 0 provided In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0, from ../src/node-boilerplate/inc/scrypt_params_async.h:28, from ../src/node-boilerplate/scrypt_params_async.cc:4: ../src/node-boilerplate/inc/scrypt_common.h:41:48: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {} ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8-internal.h:14:0, from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:25, from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:3419:55: note: declared here V8_DEPRECATE_SOON("Use maybe version", Local Get(Local key)); ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’ declarator attribute((deprecated(message))) ^ In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0, from ../src/node-boilerplate/inc/scrypt_params_async.h:28, from ../src/node-boilerplate/scrypt_params_async.cc:4: ../src/node-boilerplate/inc/scrypt_common.h:41:63: error: no matching function for call to ‘v8::Value::Uint32Value()’ p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {} ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63:0, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2574:41: note: candidate: v8::Maybe v8::Value::Uint32Value(v8::Local) const V8_WARN_UNUSED_RESULT Maybe Uint32Value( ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2574:41: note: candidate expects 1 argument, 0 provided In file included from ../src/node-boilerplate/inc/scrypt_params_async.h:28:0, from ../src/node-boilerplate/scrypt_params_async.cc:4: ../src/node-boilerplate/inc/scrypt_async.h: In member function ‘virtual void ScryptAsyncWorker::HandleErrorCallback()’: ../src/node-boilerplate/inc/scrypt_async.h:53:29: warning: ‘v8::Local Nan::Callback::Call(int, v8::Local) const’ is deprecated [-Wdeprecated-declarations] callback->Call(1, argv); ^ In file included from ../src/node-boilerplate/scrypt_params_async.cc:1:0: ../../nan/nan.h:1740:3: note: declared here Call(int argc, v8::Local argv[]) const { ^ In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0: ../src/node-boilerplate/inc/scrypt_params_async.h: In constructor ‘ScryptParamsAsyncWorker::ScryptParamsAsyncWorker(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/node-boilerplate/inc/scrypt_params_async.h:35:36: error: no matching function for call to ‘v8::Value::NumberValue()’ maxtime(info[0]->NumberValue()), ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63:0, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2571:39: note: candidate: v8::Maybe v8::Value::NumberValue(v8::Local) const V8_WARN_UNUSED_RESULT Maybe NumberValue(Local context) const ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2571:39: note: candidate expects 1 argument, 0 provided In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0: ../src/node-boilerplate/inc/scrypt_params_async.h:36:39: error: no matching function for call to ‘v8::Value::NumberValue()’ maxmemfrac(info[1]->NumberValue()), ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63:0, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2571:39: note: candidate: v8::Maybe v8::Value::NumberValue(v8::Local) const V8_WARN_UNUSED_RESULT Maybe NumberValue(Local context) const ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2571:39: note: candidate expects 1 argument, 0 provided In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0: ../src/node-boilerplate/inc/scrypt_params_async.h:37:36: error: no matching function for call to ‘v8::Value::IntegerValue()’ maxmem(info[2]->IntegerValue()), ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63:0, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2572:40: note: candidate: v8::Maybe v8::Value::IntegerValue(v8::Local) const V8_WARN_UNUSED_RESULT Maybe IntegerValue( ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2572:40: note: candidate expects 1 argument, 0 provided In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0: ../src/node-boilerplate/inc/scrypt_params_async.h:38:39: error: no matching function for call to ‘v8::Value::IntegerValue()’ osfreemem(info[3]->IntegerValue()) ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63:0, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2572:40: note: candidate: v8::Maybe v8::Value::IntegerValue(v8::Local) const V8_WARN_UNUSED_RESULT Maybe IntegerValue( ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:2572:40: note: candidate expects 1 argument, 0 provided ../src/node-boilerplate/scrypt_params_async.cc: In member function ‘virtual void ScryptParamsAsyncWorker::HandleOKCallback()’: ../src/node-boilerplate/scrypt_params_async.cc:23:67: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] obj->Set(Nan::New("N").ToLocalChecked(), Nan::New(logN)); ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8-internal.h:14:0, from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:25, from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:3366:26: note: declared here bool Set(Local key, Local value)); ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’ declarator attribute((deprecated(message))) ^ ../src/node-boilerplate/scrypt_params_async.cc:24:64: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] obj->Set(Nan::New("r").ToLocalChecked(), Nan::New(r)); ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8-internal.h:14:0, from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:25, from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:3366:26: note: declared here bool Set(Local key, Local value)); ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’ declarator attribute((deprecated(message))) ^ ../src/node-boilerplate/scrypt_params_async.cc:25:64: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] obj->Set(Nan::New("p").ToLocalChecked(), Nan::New(p)); ^ In file included from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8-internal.h:14:0, from /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:25, from /home/johnda/.cache/node-gyp/12.8.0/include/node/node.h:63, from ../../nan/nan.h:54, from ../src/node-boilerplate/scrypt_params_async.cc:1: /home/johnda/.cache/node-gyp/12.8.0/include/node/v8.h:3366:26: note: declared here bool Set(Local key, Local value)); ^ /home/johnda/.cache/node-gyp/12.8.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATE_SOON’ declarator attribute((deprecated(message))) ^ ../src/node-boilerplate/scrypt_params_async.cc:32:25: warning: ‘v8::Local Nan::Callback::Call(int, v8::Local) const’ is deprecated [-Wdeprecated-declarations] callback->Call(2, argv); ^ In file included from ../src/node-boilerplate/scrypt_params_async.cc:1:0: ../../nan/nan.h:1740:3: note: declared here Call(int argc, v8::Local argv[]) const { ^ scrypt.target.mk:129: recipe for target 'Release/obj.target/scrypt/src/node-boilerplate/scrypt_params_async.o' failed make: ** [Release/obj.target/scrypt/src/node-boilerplate/scrypt_params_async.o] Error 1 make: Leaving directory '/home/johnda/drizzpando/client/node_modules/scrypt/build' gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:196:23) gyp ERR! stack at ChildProcess.emit (events.js:203:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12) gyp ERR! System Linux 4.4.0-164-generic gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/johnda/drizzpando/client/node_modules/scrypt gyp ERR! node -v v12.8.0 gyp ERR! node-gyp -v v5.0.3 gyp ERR! not ok npm WARN ts-pnp@1.1.4 requires a peer of typescript@ but none is installed. You must install peer dependencies yourself. npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/jest-haste-map/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.0.7 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! scrypt@6.0.3 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the scrypt@6.0.3 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /home/johnda/.npm/_logs/2019-11-19T18_39_00_195Z-debug.log

adrianmcli commented 4 years ago

npm install drizzle is no longer supported, it's now npm install @drizzle/store.

johnda98 commented 4 years ago

is the website changed .. tutorials etc

Is there a complete listing for the index.js and the other .js files that are edited in the tutorial ? the tutorial metions the additions but does not tell where to put them in the components.

I went back to lower than NodeV12 and it all seems to work fine now

is the Node12 issues with test and other issues

John D Allen.

Leveridge Systems INC.

*T +1 417 849 0705 * CST | john.allen@leveridgesystems.com john.allen@leveridgesystems.com | https://www.leveridgesystems.com https://www.leveridgesystems.com | linkedin.com/in/johndallen1 http://linkedin.com/in/johndallen1 | skype john.allen_67 https://www.yourhashgraphtoken.com https://www.yourhashgraphtoken.com

This email is sent on behalf of Leveridge Systems INC. Reg.Ein 86-0905636. Reg Missouri Charter #01082460.

The information contained in this email and any attached files is confidential and intended solely for the addressee(s). The email may be legally privileged or prohibited from disclosure and unauthorized use. If you are not the named addressee you may not use, copy, or disclose this information to any other person. If you received this message in error please notify the sender immediately and delete it from your system.

On Thu, Nov 21, 2019 at 2:25 AM Adrian Li notifications@github.com wrote:

npm install drizzle is no longer supported, it's now npm install @drizzle/store.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/trufflesuite/drizzle/issues/58?email_source=notifications&email_token=ADGDUXOF54PZY2DVUR3U7ZLQUZAXDA5CNFSM4JPHUUMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEZL6SQ#issuecomment-556973898, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGDUXKPDOHA3IVZUVXA22LQUZAXDANCNFSM4JPHUUMA .

adrianmcli commented 4 years ago

@johnda98 We made an effort to update documentation (as you can see on the README of this current repo) and tutorials (here and here).

Please let us know if we missed it somewhere.

johnda98 commented 4 years ago

you guys rock ! :-)

John D Allen.

Leveridge Systems INC.

*T +1 417 849 0705 * CST | john.allen@leveridgesystems.com john.allen@leveridgesystems.com | https://www.leveridgesystems.com https://www.leveridgesystems.com | linkedin.com/in/johndallen1 http://linkedin.com/in/johndallen1 | skype john.allen_67 https://www.yourhashgraphtoken.com https://www.yourhashgraphtoken.com

This email is sent on behalf of Leveridge Systems INC. Reg.Ein 86-0905636. Reg Missouri Charter #01082460.

The information contained in this email and any attached files is confidential and intended solely for the addressee(s). The email may be legally privileged or prohibited from disclosure and unauthorized use. If you are not the named addressee you may not use, copy, or disclose this information to any other person. If you received this message in error please notify the sender immediately and delete it from your system.

On Thu, Nov 21, 2019 at 9:19 AM Adrian Li notifications@github.com wrote:

@johnda98 https://github.com/johnda98 We made an effort to update documentation (as you can see on the README of this repo) and tutorials ( here https://www.trufflesuite.com/tutorials/getting-started-with-drizzle-and-react and here https://www.trufflesuite.com/tutorials/drizzle-and-contract-events).

Please let us know if we missed it somewhere.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/trufflesuite/drizzle/issues/58?email_source=notifications&email_token=ADGDUXKQKUABRBEBDFIBYQTQU2RH5A5CNFSM4JPHUUMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE2SOSA#issuecomment-557131592, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGDUXM6RKB4XRT7BEMO3NTQU2RH5ANCNFSM4JPHUUMA .

johnda98 commented 4 years ago

https://www.trufflesuite.com/tutorials/getting-started-with-drizzle-and-react

John D Allen.

Leveridge Systems INC.

*T +1 417 849 0705 * CST | john.allen@leveridgesystems.com john.allen@leveridgesystems.com | https://www.leveridgesystems.com https://www.leveridgesystems.com | linkedin.com/in/johndallen1 http://linkedin.com/in/johndallen1 | skype john.allen_67 https://www.yourhashgraphtoken.com https://www.yourhashgraphtoken.com

This email is sent on behalf of Leveridge Systems INC. Reg.Ein 86-0905636. Reg Missouri Charter #01082460.

The information contained in this email and any attached files is confidential and intended solely for the addressee(s). The email may be legally privileged or prohibited from disclosure and unauthorized use. If you are not the named addressee you may not use, copy, or disclose this information to any other person. If you received this message in error please notify the sender immediately and delete it from your system.

On Thu, Nov 21, 2019 at 2:25 AM Adrian Li notifications@github.com wrote:

npm install drizzle is no longer supported, it's now npm install @drizzle/store.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/trufflesuite/drizzle/issues/58?email_source=notifications&email_token=ADGDUXOF54PZY2DVUR3U7ZLQUZAXDA5CNFSM4JPHUUMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEZL6SQ#issuecomment-556973898, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGDUXKPDOHA3IVZUVXA22LQUZAXDANCNFSM4JPHUUMA .

johnda98 commented 4 years ago

"✔ Preparing to download ✔ Downloading ✔ Cleaning up temporary files ⠋ Setting up boxnpm WARN drizzle-box@1.0.0 No description

npm WARN deprecated fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size npm WARN deprecated @types/bignumber.js@5.0.0: This is a stub types definition for bignumber.js (https://github.com/MikeMcl/bignumber.js/). bignumber.js provides its own type definitions, so you don't need @types/bignumber.js installed! npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() npm WARN deprecated core-js@2.6.10: core-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. gyp ERR! configure error gyp ERR! stack Error: EACCES: permission denied, mkdir '/home/leveridgesystems98/pandodriz/app/node_modules/keccak/build' gyp ERR! System Linux 5.0.0-36-generic gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"

"

tried sudo truffle unbox drizzle and without sudo as per tutorial.. same errors

please help

thanksa buddy

John D Allen.

Leveridge Systems INC.

*T +1 417 849 0705 * CST | john.allen@leveridgesystems.com john.allen@leveridgesystems.com | https://www.leveridgesystems.com https://www.leveridgesystems.com | linkedin.com/in/johndallen1 http://linkedin.com/in/johndallen1 | skype john.allen_67 https://www.yourhashgraphtoken.com https://www.yourhashgraphtoken.com

This email is sent on behalf of Leveridge Systems INC. Reg.Ein 86-0905636. Reg Missouri Charter #01082460.

The information contained in this email and any attached files is confidential and intended solely for the addressee(s). The email may be legally privileged or prohibited from disclosure and unauthorized use. If you are not the named addressee you may not use, copy, or disclose this information to any other person. If you received this message in error please notify the sender immediately and delete it from your system.

On Thu, Nov 21, 2019 at 9:19 AM Adrian Li notifications@github.com wrote:

@johnda98 https://github.com/johnda98 We made an effort to update documentation (as you can see on the README of this repo) and tutorials ( here https://www.trufflesuite.com/tutorials/getting-started-with-drizzle-and-react and here https://www.trufflesuite.com/tutorials/drizzle-and-contract-events).

Please let us know if we missed it somewhere.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/trufflesuite/drizzle/issues/58?email_source=notifications&email_token=ADGDUXKQKUABRBEBDFIBYQTQU2RH5A5CNFSM4JPHUUMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE2SOSA#issuecomment-557131592, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGDUXM6RKB4XRT7BEMO3NTQU2RH5ANCNFSM4JPHUUMA .

johnda98 commented 4 years ago

Adrian.. I think this is it users are installing npm wrong

https://github.com/ionic-team/ionic-cli/issues/3127

John D Allen.

Leveridge Systems INC.

*T +1 417 849 0705 * CST | john.allen@leveridgesystems.com john.allen@leveridgesystems.com | https://www.leveridgesystems.com https://www.leveridgesystems.com | linkedin.com/in/johndallen1 http://linkedin.com/in/johndallen1 | skype john.allen_67 https://www.yourhashgraphtoken.com https://www.yourhashgraphtoken.com

This email is sent on behalf of Leveridge Systems INC. Reg.Ein 86-0905636. Reg Missouri Charter #01082460.

The information contained in this email and any attached files is confidential and intended solely for the addressee(s). The email may be legally privileged or prohibited from disclosure and unauthorized use. If you are not the named addressee you may not use, copy, or disclose this information to any other person. If you received this message in error please notify the sender immediately and delete it from your system.

On Thu, Nov 21, 2019 at 9:19 AM Adrian Li notifications@github.com wrote:

@johnda98 https://github.com/johnda98 We made an effort to update documentation (as you can see on the README of this repo) and tutorials ( here https://www.trufflesuite.com/tutorials/getting-started-with-drizzle-and-react and here https://www.trufflesuite.com/tutorials/drizzle-and-contract-events).

Please let us know if we missed it somewhere.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/trufflesuite/drizzle/issues/58?email_source=notifications&email_token=ADGDUXKQKUABRBEBDFIBYQTQU2RH5A5CNFSM4JPHUUMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE2SOSA#issuecomment-557131592, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGDUXM6RKB4XRT7BEMO3NTQU2RH5ANCNFSM4JPHUUMA .

johnda98 commented 4 years ago

ok i got this.. i get it now :-)

" ┌──────────────────────────────────────────────────────────────────────┐ │ npm update check failed │ │ Try running with sudo or get access │ │ to the local update config store via │ │ sudo chown -R $USER:$(id -gn $USER) /home/leveridgesystems98/.config │ └──────────────────────────────────────────────────────────────────────┘ ✔ Setting up box

John D Allen.

Leveridge Systems INC.

*T +1 417 849 0705 * CST | john.allen@leveridgesystems.com john.allen@leveridgesystems.com | https://www.leveridgesystems.com https://www.leveridgesystems.com | linkedin.com/in/johndallen1 http://linkedin.com/in/johndallen1 | skype john.allen_67 https://www.yourhashgraphtoken.com https://www.yourhashgraphtoken.com

This email is sent on behalf of Leveridge Systems INC. Reg.Ein 86-0905636. Reg Missouri Charter #01082460.

The information contained in this email and any attached files is confidential and intended solely for the addressee(s). The email may be legally privileged or prohibited from disclosure and unauthorized use. If you are not the named addressee you may not use, copy, or disclose this information to any other person. If you received this message in error please notify the sender immediately and delete it from your system.

On Thu, Nov 21, 2019 at 9:19 AM Adrian Li notifications@github.com wrote:

@johnda98 https://github.com/johnda98 We made an effort to update documentation (as you can see on the README of this repo) and tutorials ( here https://www.trufflesuite.com/tutorials/getting-started-with-drizzle-and-react and here https://www.trufflesuite.com/tutorials/drizzle-and-contract-events).

Please let us know if we missed it somewhere.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/trufflesuite/drizzle/issues/58?email_source=notifications&email_token=ADGDUXKQKUABRBEBDFIBYQTQU2RH5A5CNFSM4JPHUUMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE2SOSA#issuecomment-557131592, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGDUXM6RKB4XRT7BEMO3NTQU2RH5ANCNFSM4JPHUUMA .

HankiGreed commented 4 years ago

Hey, The official website of drizzle on the homepage still says npm install drizzle --save. Shouldn't that be changed too ?

johnda98 commented 3 years ago

I think this versioning prob was a node latest version issue in Nov 19..- now resolved