trufflesuite / ganache-cli-archive

Fast Ethereum RPC client for testing and development. See https://github.com/trufflesuite/ganache for current development.
https://www.trufflesuite.com/ganache
MIT License
3.36k stars 695 forks source link

Unknown error while installing testrpc #312

Closed spattnaik2311 closed 5 years ago

spattnaik2311 commented 7 years ago
## Expected Behavior I was trying to install testrpc using `sudo npm install -g ethereumjs-testrpc`. ## Current Behavior But no ERR messages are shown. Only this is the output: > /home/***/.npm-global/bin/testrpc -> /home/***/.npm-global/lib/node_modules/ethereumjs-testrpc/bin/testrpc > /home/***/.npm-global/lib > `-- ethereumjs-testrpc@3.0.5 > `-- web3@0.16.0 > `-- bignumber.js@2.0.7 (git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2) Typing in `testrpc` says > command not found.

Your Environment

tcoulter commented 7 years ago

Can you give the TestRPC beta a try? First uninstall the normal one, if installed (or partially installed):

$ npm uninstall -g ethereumjs-testrpc

And then install the beta version:

$ npm install -g ethereumjs-testrpc

The beta version significantly improves installation and should bypass your installation issues.

Since this is a beta version, I'd very much appreciate feedback on how it works for you and if you run into any errors during use.

jneljneljnel commented 7 years ago

^ aren't those are identical packages?

jneljneljnel commented 7 years ago

testrpc.txt

hswick commented 7 years ago

Try: npm install -g ethereumjs-testrpc@beta As illustrated here

jamesray1 commented 6 years ago

Here is what I've experienced with trying to install testrpc (sorry for the long code block):

jamesray@james-ASUS-Streacom-FC8:~$ lllc --version
LLLC, the Lovely Little Language Compiler 
Version: 0.4.16-develop.2017.8.19+commit.83b90f3e.Linux.g++
jamesray@james-ASUS-Streacom-FC8:~$ sudo ln -s /opt/node/bin/node /usr/bin/node
jamesray@james-ASUS-Streacom-FC8:~$ sudo ln -s /opt/node/lib/node_modules/npm/bin/npm-cli.js /usr/bin/npm
jamesray@james-ASUS-Streacom-FC8:~$ node -v
v6.10.3
jamesray@james-ASUS-Streacom-FC8:~$ npm -v
3.10.10
jamesray@james-ASUS-Streacom-FC8:~$ sudo npm install -g ethereumjs-testrpc
/opt/node/bin/testrpc -> /opt/node/lib/node_modules/ethereumjs-testrpc/build/cli.node.js

> uglifyjs-webpack-plugin@0.4.6 postinstall /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js

/opt/node/lib
└─┬ ethereumjs-testrpc@4.1.1 
  └─┬ webpack@3.5.5 
    ├── acorn@5.1.1 
    ├─┬ acorn-dynamic-import@2.0.2 
    │ └── acorn@4.0.13 
    ├─┬ ajv@5.2.2 
    │ ├── co@4.6.0 
    │ ├── fast-deep-equal@1.0.0 
    │ ├── json-schema-traverse@0.3.1 
    │ └─┬ json-stable-stringify@1.0.1 
    │   └── jsonify@0.0.0 
    ├── ajv-keywords@2.1.0 
    ├─┬ async@2.5.0 
    │ └── lodash@4.17.4 
    ├─┬ enhanced-resolve@3.4.1 
    │ ├── graceful-fs@4.1.11 
    │ └── object-assign@4.1.1 
    ├─┬ escope@3.6.0 
    │ ├─┬ es6-map@0.1.5 
    │ │ ├── d@1.0.0 
    │ │ ├── es5-ext@0.10.30 
    │ │ ├── es6-iterator@2.0.1 
    │ │ ├── es6-set@0.1.5 
    │ │ ├── es6-symbol@3.1.1 
    │ │ └── event-emitter@0.3.5 
    │ ├── es6-weak-map@2.0.2 
    │ ├── esrecurse@4.2.0 
    │ └── estraverse@4.2.0 
    ├── interpret@1.0.3 
    ├── json-loader@0.5.7 
    ├── json5@0.5.1 
    ├── loader-runner@2.3.0 
    ├─┬ loader-utils@1.1.0 
    │ ├── big.js@3.1.3 
    │ └── emojis-list@2.1.0 
    ├─┬ memory-fs@0.4.1 
    │ ├─┬ errno@0.1.4 
    │ │ └── prr@0.0.0 
    │ └─┬ readable-stream@2.3.3 
    │   ├── core-util-is@1.0.2 
    │   ├── inherits@2.0.3 
    │   ├── isarray@1.0.0 
    │   ├── process-nextick-args@1.0.7 
    │   ├── safe-buffer@5.1.1 
    │   ├── string_decoder@1.0.3 
    │   └── util-deprecate@1.0.2 
    ├─┬ mkdirp@0.5.1 
    │ └── minimist@0.0.8 
    ├─┬ node-libs-browser@2.0.0 
    │ ├── assert@1.4.1 
    │ ├─┬ browserify-zlib@0.1.4 
    │ │ └── pako@0.2.9 
    │ ├─┬ buffer@4.9.1 
    │ │ ├── base64-js@1.2.1 
    │ │ └── ieee754@1.1.8 
    │ ├─┬ console-browserify@1.1.0 
    │ │ └── date-now@0.1.4 
    │ ├── constants-browserify@1.0.0 
    │ ├─┬ crypto-browserify@3.11.1 
    │ │ ├─┬ browserify-cipher@1.0.0 
    │ │ │ ├─┬ browserify-aes@1.0.6 
    │ │ │ │ └── buffer-xor@1.0.3 
    │ │ │ ├─┬ browserify-des@1.0.0 
    │ │ │ │ └── des.js@1.0.0 
    │ │ │ └─┬ evp_bytestokey@1.0.2 
    │ │ │   └─┬ md5.js@1.3.4 
    │ │ │     └── hash-base@3.0.4 
    │ │ ├─┬ browserify-sign@4.0.4 
    │ │ │ ├── bn.js@4.11.8 
    │ │ │ ├── browserify-rsa@4.0.1 
    │ │ │ ├─┬ elliptic@6.4.0 
    │ │ │ │ ├── brorand@1.1.0 
    │ │ │ │ ├── hash.js@1.1.3 
    │ │ │ │ ├── hmac-drbg@1.0.1 
    │ │ │ │ ├── minimalistic-assert@1.0.0 
    │ │ │ │ └── minimalistic-crypto-utils@1.0.1 
    │ │ │ └─┬ parse-asn1@5.1.0 
    │ │ │   └── asn1.js@4.9.1 
    │ │ ├── create-ecdh@4.0.0 
    │ │ ├─┬ create-hash@1.1.3 
    │ │ │ ├── cipher-base@1.0.4 
    │ │ │ ├─┬ ripemd160@2.0.1 
    │ │ │ │ └── hash-base@2.0.2 
    │ │ │ └── sha.js@2.4.8 
    │ │ ├── create-hmac@1.1.6 
    │ │ ├─┬ diffie-hellman@5.0.2 
    │ │ │ └── miller-rabin@4.0.0 
    │ │ ├── pbkdf2@3.0.13 
    │ │ ├── public-encrypt@4.0.0 
    │ │ └── randombytes@2.0.5 
    │ ├── domain-browser@1.1.7 
    │ ├── events@1.1.1 
    │ ├── https-browserify@0.0.1 
    │ ├── os-browserify@0.2.1 
    │ ├── path-browserify@0.0.0 
    │ ├── process@0.11.10 
    │ ├── punycode@1.4.1 
    │ ├── querystring-es3@0.2.1 
    │ ├── stream-browserify@2.0.1 
    │ ├─┬ stream-http@2.7.2 
    │ │ ├── builtin-status-codes@3.0.0 
    │ │ ├── to-arraybuffer@1.0.1 
    │ │ └── xtend@4.0.1 
    │ ├── string_decoder@0.10.31 
    │ ├─┬ timers-browserify@2.0.4 
    │ │ └── setimmediate@1.0.5 
    │ ├── tty-browserify@0.0.0 
    │ ├─┬ url@0.11.0 
    │ │ ├── punycode@1.3.2 
    │ │ └── querystring@0.2.0 
    │ ├─┬ util@0.10.3 
    │ │ └── inherits@2.0.1 
    │ └─┬ vm-browserify@0.0.4 
    │   └── indexof@0.0.1 
    ├── source-map@0.5.7 
    ├─┬ supports-color@4.4.0 
    │ └── has-flag@2.0.0 
    ├── tapable@0.2.8 
    ├─┬ uglifyjs-webpack-plugin@0.4.6 
    │ └─┬ uglify-js@2.8.29 
    │   ├── uglify-to-browserify@1.0.2 
    │   └─┬ yargs@3.10.0 
    │     ├── camelcase@1.2.1 
    │     ├─┬ cliui@2.1.0 
    │     │ ├─┬ center-align@0.1.3 
    │     │ │ ├─┬ align-text@0.1.4 
    │     │ │ │ ├── longest@1.0.1 
    │     │ │ │ └── repeat-string@1.6.1 
    │     │ │ └── lazy-cache@1.0.4 
    │     │ ├── right-align@0.1.3 
    │     │ └── wordwrap@0.0.2 
    │     └── window-size@0.1.0 
    ├─┬ watchpack@1.4.0 
    │ └─┬ chokidar@1.7.0 
    │   ├─┬ anymatch@1.3.2 
    │   │ ├─┬ micromatch@2.3.11 
    │   │ │ ├─┬ arr-diff@2.0.0 
    │   │ │ │ └── arr-flatten@1.1.0 
    │   │ │ ├── array-unique@0.2.1 
    │   │ │ ├─┬ braces@1.8.5 
    │   │ │ │ ├─┬ expand-range@1.8.2 
    │   │ │ │ │ └─┬ fill-range@2.2.3 
    │   │ │ │ │   ├── is-number@2.1.0 
    │   │ │ │ │   ├── isobject@2.1.0 
    │   │ │ │ │   └─┬ randomatic@1.1.7 
    │   │ │ │ │     ├─┬ is-number@3.0.0 
    │   │ │ │ │     │ └── kind-of@3.2.2 
    │   │ │ │ │     └── kind-of@4.0.0 
    │   │ │ │ ├── preserve@0.2.0 
    │   │ │ │ └── repeat-element@1.1.2 
    │   │ │ ├─┬ expand-brackets@0.1.5 
    │   │ │ │ └── is-posix-bracket@0.1.1 
    │   │ │ ├── extglob@0.3.2 
    │   │ │ ├── filename-regex@2.0.1 
    │   │ │ ├─┬ kind-of@3.2.2 
    │   │ │ │ └── is-buffer@1.1.5 
    │   │ │ ├─┬ object.omit@2.0.1 
    │   │ │ │ ├─┬ for-own@0.1.5 
    │   │ │ │ │ └── for-in@1.0.2 
    │   │ │ │ └── is-extendable@0.1.1 
    │   │ │ ├─┬ parse-glob@3.0.4 
    │   │ │ │ ├── glob-base@0.3.0 
    │   │ │ │ └── is-dotfile@1.0.3 
    │   │ │ └─┬ regex-cache@0.4.3 
    │   │ │   ├── is-equal-shallow@0.1.3 
    │   │ │   └── is-primitive@2.0.0 
    │   │ └─┬ normalize-path@2.1.1 
    │   │   └── remove-trailing-separator@1.1.0 
    │   ├── async-each@1.0.1 
    │   ├── glob-parent@2.0.0 
    │   ├─┬ is-binary-path@1.0.1 
    │   │ └── binary-extensions@1.10.0 
    │   ├─┬ is-glob@2.0.1 
    │   │ └── is-extglob@1.0.0 
    │   ├── path-is-absolute@1.0.1 
    │   └─┬ readdirp@2.1.0 
    │     ├─┬ minimatch@3.0.4 
    │     │ └─┬ brace-expansion@1.1.8 
    │     │   ├── balanced-match@1.0.0 
    │     │   └── concat-map@0.0.1 
    │     └── set-immediate-shim@1.0.1 
    ├─┬ webpack-sources@1.0.1 
    │ └── source-list-map@2.0.0 
    └─┬ yargs@8.0.2 
      ├── camelcase@4.1.0 
      ├─┬ cliui@3.2.0 
      │ ├─┬ string-width@1.0.2 
      │ │ ├── code-point-at@1.1.0 
      │ │ └─┬ is-fullwidth-code-point@1.0.0 
      │ │   └── number-is-nan@1.0.1 
      │ ├─┬ strip-ansi@3.0.1 
      │ │ └── ansi-regex@2.1.1 
      │ └─┬ wrap-ansi@2.1.0 
      │   └── string-width@1.0.2 
      ├── decamelize@1.2.0 
      ├── get-caller-file@1.0.2 
      ├─┬ os-locale@2.1.0 
      │ ├─┬ execa@0.7.0 
      │ │ ├─┬ cross-spawn@5.1.0 
      │ │ │ ├─┬ lru-cache@4.1.1 
      │ │ │ │ ├── pseudomap@1.0.2 
      │ │ │ │ └── yallist@2.1.2 
      │ │ │ ├─┬ shebang-command@1.2.0 
      │ │ │ │ └── shebang-regex@1.0.0 
      │ │ │ └─┬ which@1.3.0 
      │ │ │   └── isexe@2.0.0 
      │ │ ├── get-stream@3.0.0 
      │ │ ├── is-stream@1.1.0 
      │ │ ├─┬ npm-run-path@2.0.2 
      │ │ │ └── path-key@2.0.1 
      │ │ ├── p-finally@1.0.0 
      │ │ ├── signal-exit@3.0.2 
      │ │ └── strip-eof@1.0.0 
      │ ├─┬ lcid@1.0.0 
      │ │ └── invert-kv@1.0.0 
      │ └─┬ mem@1.1.0 
      │   └── mimic-fn@1.1.0 
      ├─┬ read-pkg-up@2.0.0 
      │ ├─┬ find-up@2.1.0 
      │ │ └─┬ locate-path@2.0.0 
      │ │   ├─┬ p-locate@2.0.0 
      │ │   │ └── p-limit@1.1.0 
      │ │   └── path-exists@3.0.0 
      │ └─┬ read-pkg@2.0.0 
      │   ├─┬ load-json-file@2.0.0 
      │   │ ├─┬ parse-json@2.2.0 
      │   │ │ └─┬ error-ex@1.3.1 
      │   │ │   └── is-arrayish@0.2.1 
      │   │ ├── pify@2.3.0 
      │   │ └── strip-bom@3.0.0 
      │   ├─┬ normalize-package-data@2.4.0 
      │   │ ├── hosted-git-info@2.5.0 
      │   │ ├─┬ is-builtin-module@1.0.0 
      │   │ │ └── builtin-modules@1.1.1 
      │   │ ├── semver@5.4.1 
      │   │ └─┬ validate-npm-package-license@3.0.1 
      │   │   ├─┬ spdx-correct@1.0.2 
      │   │   │ └── spdx-license-ids@1.2.2 
      │   │   └── spdx-expression-parse@1.0.4 
      │   └── path-type@2.0.0 
      ├── require-directory@2.1.1 
      ├── require-main-filename@1.0.1 
      ├── set-blocking@2.0.0 
      ├─┬ string-width@2.1.1 
      │ ├── is-fullwidth-code-point@2.0.0 
      │ └─┬ strip-ansi@4.0.0 
      │   └── ansi-regex@3.0.0 
      ├── which-module@2.0.0 
      ├── y18n@3.2.1 
      └─┬ yargs-parser@7.0.0 
        └── camelcase@4.1.0 

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/ethereumjs-testrpc/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
jamesray@james-ASUS-Streacom-FC8:~$ testrpc
testrpc: command not found
jamesray@james-ASUS-Streacom-FC8:~$ sudo ln -s /opt/node/lib/node_modules/ethereumjs-testrpc/bin/testrpc /usr/bin/testrpc
jamesray@james-ASUS-Streacom-FC8:~$ testrpc
testrpc: command not found
jamesray@james-ASUS-Streacom-FC8:~$ ^C
jamesray@james-ASUS-Streacom-FC8:~$ ^C
jamesray@james-ASUS-Streacom-FC8:~$ ^C
jamesray@james-ASUS-Streacom-FC8:~$ ^C
jamesray@james-ASUS-Streacom-FC8:~$ npm install web3

> web3@1.0.0-beta.18 postinstall /home/jamesray/node_modules/web3
> lerna bootstrap

lerna info version 2.1.2
lerna info Bootstrapping 19 packages
lerna info lifecycle preinstall
lerna info Installing external dependencies
lerna info Symlinking packages and binaries
lerna info lifecycle postinstall
lerna info lifecycle prepublish
lerna info lifecycle prepare
lerna success Bootstrapped 19 packages
/home/jamesray
└─┬ web3@1.0.0-beta.18 
  └─┬ lerna@2.1.2 
    ├── async@1.5.2 
    ├─┬ chalk@2.1.0 
    │ ├─┬ ansi-styles@3.2.0 
    │ │ └─┬ color-convert@1.9.0 
    │ │   └── color-name@1.1.3 
    │ ├── escape-string-regexp@1.0.5 
    │ └─┬ supports-color@4.4.0 
    │   └── has-flag@2.0.0 
    ├─┬ cmd-shim@2.0.2 
    │ └─┬ mkdirp@0.5.1 
    │   └── minimist@0.0.8 
    ├─┬ columnify@1.5.4 
    │ ├─┬ strip-ansi@3.0.1 
    │ │ └── ansi-regex@2.1.1 
    │ └─┬ wcwidth@1.0.1 
    │   └─┬ defaults@1.0.3 
    │     └── clone@1.0.2 
    ├── command-join@2.0.0 
    ├─┬ conventional-changelog-cli@1.3.2 
    │ ├── add-stream@1.0.0 
    │ ├─┬ conventional-changelog@1.1.4 
    │ │ ├─┬ conventional-changelog-angular@1.4.0 
    │ │ │ ├─┬ compare-func@1.3.2 
    │ │ │ │ ├── array-ify@1.0.0 
    │ │ │ │ └─┬ dot-prop@3.0.0 
    │ │ │ │   └── is-obj@1.0.1 
    │ │ │ ├── github-url-from-git@1.5.0 
    │ │ │ └── q@1.5.0 
    │ │ ├── conventional-changelog-atom@0.1.1 
    │ │ ├── conventional-changelog-codemirror@0.1.0 
    │ │ ├─┬ conventional-changelog-core@1.9.0 
    │ │ │ ├─┬ conventional-changelog-writer@1.4.1 
    │ │ │ │ ├─┬ handlebars@4.0.10 
    │ │ │ │ │ ├─┬ optimist@0.6.1 
    │ │ │ │ │ │ └── wordwrap@0.0.3 
    │ │ │ │ │ ├─┬ source-map@0.4.4 
    │ │ │ │ │ │ └── amdefine@1.0.1 
    │ │ │ │ │ └─┬ uglify-js@2.8.29 
    │ │ │ │ │   ├── source-map@0.5.7 
    │ │ │ │ │   ├── uglify-to-browserify@1.0.2 
    │ │ │ │ │   └─┬ yargs@3.10.0 
    │ │ │ │ │     ├── camelcase@1.2.1 
    │ │ │ │ │     ├─┬ cliui@2.1.0 
    │ │ │ │ │     │ ├─┬ center-align@0.1.3 
    │ │ │ │ │     │ │ ├─┬ align-text@0.1.4 
    │ │ │ │ │     │ │ │ ├─┬ kind-of@3.2.2 
    │ │ │ │ │     │ │ │ │ └── is-buffer@1.1.5 
    │ │ │ │ │     │ │ │ ├── longest@1.0.1 
    │ │ │ │ │     │ │ │ └── repeat-string@1.6.1 
    │ │ │ │ │     │ │ └── lazy-cache@1.0.4 
    │ │ │ │ │     │ ├── right-align@0.1.3 
    │ │ │ │ │     │ └── wordwrap@0.0.2 
    │ │ │ │ │     └── window-size@0.1.0 
    │ │ │ │ ├── json-stringify-safe@5.0.1 
    │ │ │ │ └── split@1.0.1 
    │ │ │ ├── conventional-commits-parser@1.3.0 
    │ │ │ ├─┬ dateformat@1.0.12 
    │ │ │ │ └── get-stdin@4.0.1 
    │ │ │ ├─┬ get-pkg-repo@1.4.0 
    │ │ │ │ └── parse-github-repo-url@1.4.1 
    │ │ │ ├─┬ git-remote-origin-url@2.0.0 
    │ │ │ │ └─┬ gitconfiglocal@1.0.0 
    │ │ │ │   └── ini@1.3.4 
    │ │ │ ├─┬ read-pkg@1.1.0 
    │ │ │ │ ├─┬ load-json-file@1.1.0 
    │ │ │ │ │ └─┬ strip-bom@2.0.0 
    │ │ │ │ │   └── is-utf8@0.2.1 
    │ │ │ │ └── path-type@1.1.0 
    │ │ │ └─┬ read-pkg-up@1.0.1 
    │ │ │   └─┬ find-up@1.1.2 
    │ │ │     └── path-exists@2.1.0 
    │ │ ├── conventional-changelog-ember@0.2.6 
    │ │ ├── conventional-changelog-eslint@0.1.0 
    │ │ ├── conventional-changelog-express@0.1.0 
    │ │ ├── conventional-changelog-jquery@0.1.0 
    │ │ ├── conventional-changelog-jscs@0.1.0 
    │ │ └── conventional-changelog-jshint@0.1.0 
    │ ├─┬ meow@3.7.0 
    │ │ ├─┬ camelcase-keys@2.1.0 
    │ │ │ └── camelcase@2.1.1 
    │ │ ├─┬ loud-rejection@1.6.0 
    │ │ │ └─┬ currently-unhandled@0.4.1 
    │ │ │   └── array-find-index@1.0.2 
    │ │ ├── map-obj@1.0.1 
    │ │ ├── minimist@1.2.0 
    │ │ ├─┬ read-pkg-up@1.0.1 
    │ │ │ ├─┬ find-up@1.1.2 
    │ │ │ │ └── path-exists@2.1.0 
    │ │ │ └─┬ read-pkg@1.1.0 
    │ │ │   ├─┬ load-json-file@1.1.0 
    │ │ │   │ └── strip-bom@2.0.0 
    │ │ │   └── path-type@1.1.0 
    │ │ ├─┬ redent@1.0.0 
    │ │ │ ├─┬ indent-string@2.1.0 
    │ │ │ │ └─┬ repeating@2.0.1 
    │ │ │ │   └── is-finite@1.0.2 
    │ │ │ └── strip-indent@1.0.1 
    │ │ └── trim-newlines@1.0.0 
    │ └─┬ tempfile@1.1.1 
    │   ├── os-tmpdir@1.0.2 
    │   └── uuid@2.0.3 
    ├─┬ conventional-recommended-bump@1.0.1 
    │ ├─┬ concat-stream@1.6.0 
    │ │ ├─┬ readable-stream@2.3.3 
    │ │ │ ├── core-util-is@1.0.2 
    │ │ │ ├── isarray@1.0.0 
    │ │ │ ├── process-nextick-args@1.0.7 
    │ │ │ ├── string_decoder@1.0.3 
    │ │ │ └── util-deprecate@1.0.2 
    │ │ └── typedarray@0.0.6 
    │ ├─┬ conventional-commits-filter@1.0.0 
    │ │ ├── is-subset@0.1.1 
    │ │ └── modify-values@1.0.0 
    │ ├─┬ conventional-commits-parser@2.0.0 
    │ │ ├─┬ is-text-path@1.0.1 
    │ │ │ └── text-extensions@1.5.0 
    │ │ ├─┬ JSONStream@1.3.1 
    │ │ │ └── jsonparse@1.3.1 
    │ │ ├── split2@2.1.1 
    │ │ ├─┬ through2@2.0.3 
    │ │ │ └── xtend@4.0.1 
    │ │ └── trim-off-newlines@1.0.1 
    │ ├─┬ git-raw-commits@1.2.0 
    │ │ ├─┬ dargs@4.1.0 
    │ │ │ └── number-is-nan@1.0.1 
    │ │ └─┬ lodash.template@4.4.0 
    │ │   ├── lodash._reinterpolate@3.0.0 
    │ │   └── lodash.templatesettings@4.1.0 
    │ ├── git-semver-tags@1.2.1 
    │ └── object-assign@4.1.1 
    ├── dedent@0.7.0 
    ├─┬ execa@0.8.0 
    │ ├─┬ cross-spawn@5.1.0 
    │ │ ├─┬ lru-cache@4.1.1 
    │ │ │ ├── pseudomap@1.0.2 
    │ │ │ └── yallist@2.1.2 
    │ │ ├─┬ shebang-command@1.2.0 
    │ │ │ └── shebang-regex@1.0.0 
    │ │ └─┬ which@1.3.0 
    │ │   └── isexe@2.0.0 
    │ ├── get-stream@3.0.0 
    │ ├── is-stream@1.1.0 
    │ ├─┬ npm-run-path@2.0.2 
    │ │ └── path-key@2.0.1 
    │ └── strip-eof@1.0.0 
    ├─┬ find-up@2.1.0 
    │ └─┬ locate-path@2.0.0 
    │   └─┬ p-locate@2.0.0 
    │     └── p-limit@1.1.0 
    ├─┬ fs-extra@4.0.1 
    │ ├── jsonfile@3.0.1 
    │ └── universalify@0.1.1 
    ├── get-port@3.2.0 
    ├─┬ glob@7.1.2 
    │ ├── fs.realpath@1.0.0 
    │ ├─┬ inflight@1.0.6 
    │ │ └── wrappy@1.0.2 
    │ ├── inherits@2.0.3 
    │ ├── once@1.4.0 
    │ └── path-is-absolute@1.0.1 
    ├─┬ glob-parent@3.1.0 
    │ ├─┬ is-glob@3.1.0 
    │ │ └── is-extglob@2.1.1 
    │ └── path-dirname@1.0.2 
    ├─┬ globby@6.1.0 
    │ ├─┬ array-union@1.0.2 
    │ │ └── array-uniq@1.0.3 
    │ ├── pify@2.3.0 
    │ └─┬ pinkie-promise@2.0.1 
    │   └── pinkie@2.0.4 
    ├── graceful-fs@4.1.11 
    ├─┬ inquirer@3.2.3 
    │ ├── ansi-escapes@2.0.0 
    │ ├─┬ cli-cursor@2.1.0 
    │ │ └─┬ restore-cursor@2.0.0 
    │ │   └── onetime@2.0.1 
    │ ├── cli-width@2.2.0 
    │ ├─┬ external-editor@2.0.4 
    │ │ ├── iconv-lite@0.4.18 
    │ │ ├── jschardet@1.5.1 
    │ │ └── tmp@0.0.31 
    │ ├── figures@2.0.0 
    │ ├── mute-stream@0.0.7 
    │ ├─┬ run-async@2.3.0 
    │ │ └── is-promise@2.1.0 
    │ ├── rx-lite@4.0.8 
    │ ├── rx-lite-aggregates@4.0.8 
    │ ├─┬ string-width@2.1.1 
    │ │ ├── is-fullwidth-code-point@2.0.0 
    │ │ └─┬ strip-ansi@4.0.0 
    │ │   └── ansi-regex@3.0.0 
    │ ├─┬ strip-ansi@4.0.0 
    │ │ └── ansi-regex@3.0.0 
    │ └── through@2.3.8 
    ├─┬ is-ci@1.0.10 
    │ └── ci-info@1.0.0 
    ├─┬ load-json-file@3.0.0 
    │ ├─┬ parse-json@3.0.0 
    │ │ └─┬ error-ex@1.3.1 
    │ │   └── is-arrayish@0.2.1 
    │ └── strip-bom@3.0.0 
    ├── lodash@4.17.4 
    ├─┬ minimatch@3.0.4 
    │ └─┬ brace-expansion@1.1.8 
    │   ├── balanced-match@1.0.0 
    │   └── concat-map@0.0.1 
    ├─┬ npmlog@4.1.2 
    │ ├─┬ are-we-there-yet@1.1.4 
    │ │ └── delegates@1.0.0 
    │ ├── console-control-strings@1.1.0 
    │ ├─┬ gauge@2.7.4 
    │ │ ├── aproba@1.1.2 
    │ │ ├── has-unicode@2.0.1 
    │ │ ├─┬ string-width@1.0.2 
    │ │ │ ├── code-point-at@1.1.0 
    │ │ │ └── is-fullwidth-code-point@1.0.0 
    │ │ └─┬ wide-align@1.1.2 
    │ │   └─┬ string-width@1.0.2 
    │ │     └── is-fullwidth-code-point@1.0.0 
    │ └── set-blocking@2.0.0 
    ├── p-finally@1.0.0 
    ├── path-exists@3.0.0 
    ├── read-cmd-shim@1.0.1 
    ├─┬ read-pkg@2.0.0 
    │ ├─┬ load-json-file@2.0.0 
    │ │ └── parse-json@2.2.0 
    │ ├─┬ normalize-package-data@2.4.0 
    │ │ ├── hosted-git-info@2.5.0 
    │ │ ├─┬ is-builtin-module@1.0.0 
    │ │ │ └── builtin-modules@1.1.1 
    │ │ └─┬ validate-npm-package-license@3.0.1 
    │ │   ├─┬ spdx-correct@1.0.2 
    │ │   │ └── spdx-license-ids@1.2.2 
    │ │   └── spdx-expression-parse@1.0.4 
    │ └── path-type@2.0.0 
    ├── rimraf@2.6.1 
    ├── safe-buffer@5.1.1 
    ├── semver@5.4.1 
    ├── signal-exit@3.0.2 
    ├─┬ strong-log-transformer@1.0.6 
    │ ├── byline@5.0.0 
    │ ├── duplexer@0.1.1 
    │ ├── minimist@0.1.0 
    │ └── moment@2.18.1 
    ├─┬ temp-write@3.3.0 
    │ ├── make-dir@1.0.0 
    │ ├── temp-dir@1.0.0 
    │ └── uuid@3.1.0 
    ├─┬ write-file-atomic@2.3.0 
    │ └── imurmurhash@0.1.4 
    ├─┬ write-json-file@2.2.0 
    │ ├── detect-indent@5.0.0 
    │ └─┬ sort-keys@1.1.2 
    │   └── is-plain-obj@1.1.0 
    ├─┬ write-pkg@3.1.0 
    │ └── sort-keys@2.0.0 
    └─┬ yargs@8.0.2 
      ├── camelcase@4.1.0 
      ├─┬ cliui@3.2.0 
      │ ├─┬ string-width@1.0.2 
      │ │ └── is-fullwidth-code-point@1.0.0 
      │ └─┬ wrap-ansi@2.1.0 
      │   └─┬ string-width@1.0.2 
      │     └── is-fullwidth-code-point@1.0.0 
      ├── decamelize@1.2.0 
      ├── get-caller-file@1.0.2 
      ├─┬ os-locale@2.1.0 
      │ ├── execa@0.7.0 
      │ ├─┬ lcid@1.0.0 
      │ │ └── invert-kv@1.0.0 
      │ └─┬ mem@1.1.0 
      │   └── mimic-fn@1.1.0 
      ├── read-pkg-up@2.0.0 
      ├── require-directory@2.1.1 
      ├── require-main-filename@1.0.1 
      ├── which-module@2.0.0 
      ├── y18n@3.2.1 
      └─┬ yargs-parser@7.0.0 
        └── camelcase@4.1.0 

npm WARN enoent ENOENT: no such file or directory, open '/home/jamesray/package.json'
npm WARN jamesray No description
npm WARN jamesray No repository field.
npm WARN jamesray No README data
npm WARN jamesray No license field.
jamesray@james-ASUS-Streacom-FC8:~$ ^C
jamesray@james-ASUS-Streacom-FC8:~$ sudo npm install --unsafe-perm -g scrypt
[sudo] password for jamesray: 
Sorry, try again.
[sudo] password for jamesray: 

> scrypt@6.0.3 preinstall /opt/node/lib/node_modules/.staging/scrypt-35c4494d
> node node-scrypt-preinstall.js

> scrypt@6.0.3 install /opt/node/lib/node_modules/scrypt
> node-gyp rebuild

make: Entering directory '/opt/node/lib/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
  CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_params_sync.o
  CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf_async.o
  CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf_sync.o
  CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf-verify_sync.o
  CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf-verify_async.o
  CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_hash_sync.o
  CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_hash_async.o
  CXX(target) Release/obj.target/scrypt/scrypt_node.o
  SOLINK_MODULE(target) Release/obj.target/scrypt.node
  COPY Release/scrypt.node
make: Leaving directory '/opt/node/lib/node_modules/scrypt/build'
/opt/node/lib
└─┬ scrypt@6.0.3 
  └── nan@2.7.0 

jamesray@james-ASUS-Streacom-FC8:~$ sudo npm install --unsafe-perm -g ethereumjs-testrpc
/opt/node/bin/testrpc -> /opt/node/lib/node_modules/ethereumjs-testrpc/build/cli.node.js
/opt/node/lib
└── ethereumjs-testrpc@4.1.1 

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/ethereumjs-testrpc/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
jamesray@james-ASUS-Streacom-FC8:~$ cd /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/scrypt
bash: cd: /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/scrypt: No such file or directory
jamesray@james-ASUS-Streacom-FC8:~$ ^C
jamesray@james-ASUS-Streacom-FC8:~$ sudo ln -s /opt/node/lib/node_modules/ethereumjs-testrpc/bin/testrpc /usr/bin/testrpc
[sudo] password for jamesray: 
ln: failed to create symbolic link '/usr/bin/testrpc': File exists
jamesray@james-ASUS-Streacom-FC8:~$ testrpc
testrpc: command not found
jamesray@james-ASUS-Streacom-FC8:~$ web3
No command 'web3' found, did you mean:
 Command 'deb3' from package 'quilt' (universe)
web3: command not found
jamesray@james-ASUS-Streacom-FC8:~$ sudo npm install -g ethereumjs-testrpc
/opt/node/bin/testrpc -> /opt/node/lib/node_modules/ethereumjs-testrpc/build/cli.node.js
/opt/node/lib
└── ethereumjs-testrpc@4.1.1 

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/ethereumjs-testrpc/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
jamesray@james-ASUS-Streacom-FC8:~$ testrpc
testrpc: command not found
jamesray1 commented 6 years ago

Also:

npm uninstall -g ethereumjs-testrpc
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/acorn
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/acorn-dynamic-import/node_modules/acorn
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/acorn-dynamic-import
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/ajv-keywords
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/ansi-regex
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/arr-flatten
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/arr-diff
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/array-unique
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/async-each
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/balanced-match
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/base64-js
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/big.js
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/binary-extensions
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/bn.js
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/brorand
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/buffer-xor
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/builtin-modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/builtin-status-codes
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/camelcase
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/co
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/code-point-at
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/concat-map
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/brace-expansion
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/constants-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/core-util-is
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/date-now
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/console-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/decamelize
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/domain-browser
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/emojis-list
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/es6-symbol
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/es6-iterator
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/es5-ext
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/d
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/es6-weak-map
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/estraverse
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/event-emitter
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/es6-set
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/es6-map
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/events
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/fast-deep-equal
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/filename-regex
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/for-in
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/for-own
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/get-caller-file
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/get-stream
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/graceful-fs
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/has-flag
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/hosted-git-info
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/https-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/ieee754
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/indexof
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/inherits
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/hash-base
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/interpret
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/invert-kv
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-arrayish
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/error-ex
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-binary-path
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-buffer
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-builtin-module
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-dotfile
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-extendable
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-extglob
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/extglob
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-glob
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/glob-parent
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/glob-base
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-posix-bracket
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/expand-brackets
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-primitive
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-equal-shallow
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-stream
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/isarray
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/buffer
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/isexe
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/isobject
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/json-loader
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/json-schema-traverse
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/json5
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/jsonify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/json-stable-stringify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/ajv
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/kind-of
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-number
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/lazy-cache
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/lcid
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/loader-runner
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/loader-utils
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/lodash
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/async
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/longest
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/miller-rabin
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/mimic-fn
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/mem
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/minimalistic-assert
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/asn1.js
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/des.js
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/hash.js
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/minimalistic-crypto-utils
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/hmac-drbg
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/elliptic
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/create-ecdh
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/minimatch
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/minimist
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/mkdirp
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/node-libs-browser/node_modules/string_decoder
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/number-is-nan
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/is-fullwidth-code-point
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/object-assign
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/esrecurse
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/escope
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/object.omit
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/os-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/p-finally
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/p-limit
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/p-locate
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/pako
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/browserify-zlib
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/parse-glob
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/parse-json
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/path-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/path-exists
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/locate-path
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/find-up
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/path-is-absolute
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/path-key
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/npm-run-path
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/pify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/path-type
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/preserve
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/process
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/process-nextick-args
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/prr
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/errno
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/pseudomap
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/punycode
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/querystring
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/querystring-es3
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/randomatic/node_modules/is-number/node_modules/kind-of
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/randomatic/node_modules/is-number
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/randomatic/node_modules/kind-of
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/randomatic
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/regex-cache
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/remove-trailing-separator
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/normalize-path
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/repeat-element
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/repeat-string
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/align-text
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/center-align
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/fill-range
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/expand-range
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/braces
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/micromatch
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/anymatch
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/require-directory
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/require-main-filename
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/right-align
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/ripemd160
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/safe-buffer
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/cipher-base
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/browserify-des
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/md5.js/node_modules/hash-base
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/md5.js
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/evp_bytestokey
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/randombytes
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/browserify-rsa
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/diffie-hellman
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/semver
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/set-blocking
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/set-immediate-shim
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/setimmediate
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/sha.js
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/create-hash
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/browserify-aes
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/browserify-cipher
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/create-hmac
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/pbkdf2
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/parse-asn1
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/browserify-sign
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/public-encrypt
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/crypto-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/shebang-regex
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/shebang-command
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/signal-exit
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/source-list-map
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/source-map
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/spdx-expression-parse
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/spdx-license-ids
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/spdx-correct
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/string_decoder
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/string-width/node_modules/ansi-regex
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/string-width/node_modules/is-fullwidth-code-point
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/string-width/node_modules/strip-ansi
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/string-width
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/strip-ansi
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/strip-bom
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/load-json-file
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/strip-eof
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/supports-color
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/tapable
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/timers-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/to-arraybuffer
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/tty-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/uglify-to-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/url/node_modules/punycode
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/url
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/util-deprecate
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/readable-stream
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/memory-fs
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/enhanced-resolve
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/readdirp
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/chokidar
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/stream-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/util/node_modules/inherits
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/util
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/assert
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/validate-npm-package-license
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/normalize-package-data
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/read-pkg
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/read-pkg-up
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/vm-browserify
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/watchpack
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/webpack-sources
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/which
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/which-module
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/window-size
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/wordwrap
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/cliui
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/uglify-js/node_modules/yargs
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/uglify-js
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/uglifyjs-webpack-plugin
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/wrap-ansi/node_modules/string-width
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/wrap-ansi
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/xtend
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/stream-http
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/node-libs-browser
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/y18n
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/yallist
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/lru-cache
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/cross-spawn
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/execa
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/os-locale
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/yargs-parser/node_modules/camelcase
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/yargs-parser
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/yargs/node_modules/camelcase
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/yargs/node_modules/cliui/node_modules/string-width
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/yargs/node_modules/cliui
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/yargs
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/webpack
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/acorn-dynamic-import/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/node-libs-browser/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/randomatic/node_modules/is-number/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/randomatic/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/md5.js/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/string-width/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/url/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/util/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/uglify-js/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/wrap-ansi/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/yargs-parser/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/yargs/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/yargs/node_modules/cliui/node_modules
npm WARN checkPermissions Missing write access to /opt/node/lib/node_modules
- acorn@5.1.1 node_modules/ethereumjs-testrpc/node_modules/acorn
- acorn@4.0.13 node_modules/ethereumjs-testrpc/node_modules/acorn-dynamic-import/node_modules/acorn
- acorn-dynamic-import@2.0.2 node_modules/ethereumjs-testrpc/node_modules/acorn-dynamic-import
- ajv-keywords@2.1.0 node_modules/ethereumjs-testrpc/node_modules/ajv-keywords
- ansi-regex@2.1.1 node_modules/ethereumjs-testrpc/node_modules/ansi-regex
- arr-flatten@1.1.0 node_modules/ethereumjs-testrpc/node_modules/arr-flatten
- arr-diff@2.0.0 node_modules/ethereumjs-testrpc/node_modules/arr-diff
- array-unique@0.2.1 node_modules/ethereumjs-testrpc/node_modules/array-unique
- async-each@1.0.1 node_modules/ethereumjs-testrpc/node_modules/async-each
- balanced-match@1.0.0 node_modules/ethereumjs-testrpc/node_modules/balanced-match
- base64-js@1.2.1 node_modules/ethereumjs-testrpc/node_modules/base64-js
- big.js@3.1.3 node_modules/ethereumjs-testrpc/node_modules/big.js
- binary-extensions@1.10.0 node_modules/ethereumjs-testrpc/node_modules/binary-extensions
- bn.js@4.11.8 node_modules/ethereumjs-testrpc/node_modules/bn.js
- brorand@1.1.0 node_modules/ethereumjs-testrpc/node_modules/brorand
- buffer-xor@1.0.3 node_modules/ethereumjs-testrpc/node_modules/buffer-xor
- builtin-modules@1.1.1 node_modules/ethereumjs-testrpc/node_modules/builtin-modules
- builtin-status-codes@3.0.0 node_modules/ethereumjs-testrpc/node_modules/builtin-status-codes
- camelcase@1.2.1 node_modules/ethereumjs-testrpc/node_modules/camelcase
- co@4.6.0 node_modules/ethereumjs-testrpc/node_modules/co
- code-point-at@1.1.0 node_modules/ethereumjs-testrpc/node_modules/code-point-at
- concat-map@0.0.1 node_modules/ethereumjs-testrpc/node_modules/concat-map
- brace-expansion@1.1.8 node_modules/ethereumjs-testrpc/node_modules/brace-expansion
- constants-browserify@1.0.0 node_modules/ethereumjs-testrpc/node_modules/constants-browserify
- core-util-is@1.0.2 node_modules/ethereumjs-testrpc/node_modules/core-util-is
- date-now@0.1.4 node_modules/ethereumjs-testrpc/node_modules/date-now
- console-browserify@1.1.0 node_modules/ethereumjs-testrpc/node_modules/console-browserify
- decamelize@1.2.0 node_modules/ethereumjs-testrpc/node_modules/decamelize
- domain-browser@1.1.7 node_modules/ethereumjs-testrpc/node_modules/domain-browser
- emojis-list@2.1.0 node_modules/ethereumjs-testrpc/node_modules/emojis-list
- es6-symbol@3.1.1 node_modules/ethereumjs-testrpc/node_modules/es6-symbol
- es6-iterator@2.0.1 node_modules/ethereumjs-testrpc/node_modules/es6-iterator
- es5-ext@0.10.30 node_modules/ethereumjs-testrpc/node_modules/es5-ext
- d@1.0.0 node_modules/ethereumjs-testrpc/node_modules/d
- es6-weak-map@2.0.2 node_modules/ethereumjs-testrpc/node_modules/es6-weak-map
- estraverse@4.2.0 node_modules/ethereumjs-testrpc/node_modules/estraverse
- event-emitter@0.3.5 node_modules/ethereumjs-testrpc/node_modules/event-emitter
- es6-set@0.1.5 node_modules/ethereumjs-testrpc/node_modules/es6-set
- es6-map@0.1.5 node_modules/ethereumjs-testrpc/node_modules/es6-map
- events@1.1.1 node_modules/ethereumjs-testrpc/node_modules/events
- fast-deep-equal@1.0.0 node_modules/ethereumjs-testrpc/node_modules/fast-deep-equal
- filename-regex@2.0.1 node_modules/ethereumjs-testrpc/node_modules/filename-regex
- for-in@1.0.2 node_modules/ethereumjs-testrpc/node_modules/for-in
- for-own@0.1.5 node_modules/ethereumjs-testrpc/node_modules/for-own
- get-caller-file@1.0.2 node_modules/ethereumjs-testrpc/node_modules/get-caller-file
- get-stream@3.0.0 node_modules/ethereumjs-testrpc/node_modules/get-stream
- graceful-fs@4.1.11 node_modules/ethereumjs-testrpc/node_modules/graceful-fs
- has-flag@2.0.0 node_modules/ethereumjs-testrpc/node_modules/has-flag
- hosted-git-info@2.5.0 node_modules/ethereumjs-testrpc/node_modules/hosted-git-info
- https-browserify@0.0.1 node_modules/ethereumjs-testrpc/node_modules/https-browserify
- ieee754@1.1.8 node_modules/ethereumjs-testrpc/node_modules/ieee754
- indexof@0.0.1 node_modules/ethereumjs-testrpc/node_modules/indexof
- inherits@2.0.3 node_modules/ethereumjs-testrpc/node_modules/inherits
- hash-base@2.0.2 node_modules/ethereumjs-testrpc/node_modules/hash-base
- interpret@1.0.3 node_modules/ethereumjs-testrpc/node_modules/interpret
- invert-kv@1.0.0 node_modules/ethereumjs-testrpc/node_modules/invert-kv
- is-arrayish@0.2.1 node_modules/ethereumjs-testrpc/node_modules/is-arrayish
- error-ex@1.3.1 node_modules/ethereumjs-testrpc/node_modules/error-ex
- is-binary-path@1.0.1 node_modules/ethereumjs-testrpc/node_modules/is-binary-path
- is-buffer@1.1.5 node_modules/ethereumjs-testrpc/node_modules/is-buffer
- is-builtin-module@1.0.0 node_modules/ethereumjs-testrpc/node_modules/is-builtin-module
- is-dotfile@1.0.3 node_modules/ethereumjs-testrpc/node_modules/is-dotfile
- is-extendable@0.1.1 node_modules/ethereumjs-testrpc/node_modules/is-extendable
- is-extglob@1.0.0 node_modules/ethereumjs-testrpc/node_modules/is-extglob
- extglob@0.3.2 node_modules/ethereumjs-testrpc/node_modules/extglob
- is-glob@2.0.1 node_modules/ethereumjs-testrpc/node_modules/is-glob
- glob-parent@2.0.0 node_modules/ethereumjs-testrpc/node_modules/glob-parent
- glob-base@0.3.0 node_modules/ethereumjs-testrpc/node_modules/glob-base
- is-posix-bracket@0.1.1 node_modules/ethereumjs-testrpc/node_modules/is-posix-bracket
- expand-brackets@0.1.5 node_modules/ethereumjs-testrpc/node_modules/expand-brackets
- is-primitive@2.0.0 node_modules/ethereumjs-testrpc/node_modules/is-primitive
- is-equal-shallow@0.1.3 node_modules/ethereumjs-testrpc/node_modules/is-equal-shallow
- is-stream@1.1.0 node_modules/ethereumjs-testrpc/node_modules/is-stream
- isarray@1.0.0 node_modules/ethereumjs-testrpc/node_modules/isarray
- buffer@4.9.1 node_modules/ethereumjs-testrpc/node_modules/buffer
- isexe@2.0.0 node_modules/ethereumjs-testrpc/node_modules/isexe
- isobject@2.1.0 node_modules/ethereumjs-testrpc/node_modules/isobject
- json-loader@0.5.7 node_modules/ethereumjs-testrpc/node_modules/json-loader
- json-schema-traverse@0.3.1 node_modules/ethereumjs-testrpc/node_modules/json-schema-traverse
- json5@0.5.1 node_modules/ethereumjs-testrpc/node_modules/json5
- jsonify@0.0.0 node_modules/ethereumjs-testrpc/node_modules/jsonify
- json-stable-stringify@1.0.1 node_modules/ethereumjs-testrpc/node_modules/json-stable-stringify
- ajv@5.2.2 node_modules/ethereumjs-testrpc/node_modules/ajv
- kind-of@3.2.2 node_modules/ethereumjs-testrpc/node_modules/kind-of
- is-number@2.1.0 node_modules/ethereumjs-testrpc/node_modules/is-number
- lazy-cache@1.0.4 node_modules/ethereumjs-testrpc/node_modules/lazy-cache
- lcid@1.0.0 node_modules/ethereumjs-testrpc/node_modules/lcid
- loader-runner@2.3.0 node_modules/ethereumjs-testrpc/node_modules/loader-runner
- loader-utils@1.1.0 node_modules/ethereumjs-testrpc/node_modules/loader-utils
- lodash@4.17.4 node_modules/ethereumjs-testrpc/node_modules/lodash
- async@2.5.0 node_modules/ethereumjs-testrpc/node_modules/async
- longest@1.0.1 node_modules/ethereumjs-testrpc/node_modules/longest
- miller-rabin@4.0.0 node_modules/ethereumjs-testrpc/node_modules/miller-rabin
- mimic-fn@1.1.0 node_modules/ethereumjs-testrpc/node_modules/mimic-fn
- mem@1.1.0 node_modules/ethereumjs-testrpc/node_modules/mem
- minimalistic-assert@1.0.0 node_modules/ethereumjs-testrpc/node_modules/minimalistic-assert
- asn1.js@4.9.1 node_modules/ethereumjs-testrpc/node_modules/asn1.js
- des.js@1.0.0 node_modules/ethereumjs-testrpc/node_modules/des.js
- hash.js@1.1.3 node_modules/ethereumjs-testrpc/node_modules/hash.js
- minimalistic-crypto-utils@1.0.1 node_modules/ethereumjs-testrpc/node_modules/minimalistic-crypto-utils
- hmac-drbg@1.0.1 node_modules/ethereumjs-testrpc/node_modules/hmac-drbg
- elliptic@6.4.0 node_modules/ethereumjs-testrpc/node_modules/elliptic
- create-ecdh@4.0.0 node_modules/ethereumjs-testrpc/node_modules/create-ecdh
- minimatch@3.0.4 node_modules/ethereumjs-testrpc/node_modules/minimatch
- minimist@0.0.8 node_modules/ethereumjs-testrpc/node_modules/minimist
- mkdirp@0.5.1 node_modules/ethereumjs-testrpc/node_modules/mkdirp
- string_decoder@0.10.31 node_modules/ethereumjs-testrpc/node_modules/node-libs-browser/node_modules/string_decoder
- number-is-nan@1.0.1 node_modules/ethereumjs-testrpc/node_modules/number-is-nan
- is-fullwidth-code-point@1.0.0 node_modules/ethereumjs-testrpc/node_modules/is-fullwidth-code-point
- object-assign@4.1.1 node_modules/ethereumjs-testrpc/node_modules/object-assign
- esrecurse@4.2.0 node_modules/ethereumjs-testrpc/node_modules/esrecurse
- escope@3.6.0 node_modules/ethereumjs-testrpc/node_modules/escope
- object.omit@2.0.1 node_modules/ethereumjs-testrpc/node_modules/object.omit
- os-browserify@0.2.1 node_modules/ethereumjs-testrpc/node_modules/os-browserify
- p-finally@1.0.0 node_modules/ethereumjs-testrpc/node_modules/p-finally
- p-limit@1.1.0 node_modules/ethereumjs-testrpc/node_modules/p-limit
- p-locate@2.0.0 node_modules/ethereumjs-testrpc/node_modules/p-locate
- pako@0.2.9 node_modules/ethereumjs-testrpc/node_modules/pako
- browserify-zlib@0.1.4 node_modules/ethereumjs-testrpc/node_modules/browserify-zlib
- parse-glob@3.0.4 node_modules/ethereumjs-testrpc/node_modules/parse-glob
- parse-json@2.2.0 node_modules/ethereumjs-testrpc/node_modules/parse-json
- path-browserify@0.0.0 node_modules/ethereumjs-testrpc/node_modules/path-browserify
- path-exists@3.0.0 node_modules/ethereumjs-testrpc/node_modules/path-exists
- locate-path@2.0.0 node_modules/ethereumjs-testrpc/node_modules/locate-path
- find-up@2.1.0 node_modules/ethereumjs-testrpc/node_modules/find-up
- path-is-absolute@1.0.1 node_modules/ethereumjs-testrpc/node_modules/path-is-absolute
- path-key@2.0.1 node_modules/ethereumjs-testrpc/node_modules/path-key
- npm-run-path@2.0.2 node_modules/ethereumjs-testrpc/node_modules/npm-run-path
- pify@2.3.0 node_modules/ethereumjs-testrpc/node_modules/pify
- path-type@2.0.0 node_modules/ethereumjs-testrpc/node_modules/path-type
- preserve@0.2.0 node_modules/ethereumjs-testrpc/node_modules/preserve
- process@0.11.10 node_modules/ethereumjs-testrpc/node_modules/process
- process-nextick-args@1.0.7 node_modules/ethereumjs-testrpc/node_modules/process-nextick-args
- prr@0.0.0 node_modules/ethereumjs-testrpc/node_modules/prr
- errno@0.1.4 node_modules/ethereumjs-testrpc/node_modules/errno
- pseudomap@1.0.2 node_modules/ethereumjs-testrpc/node_modules/pseudomap
- punycode@1.4.1 node_modules/ethereumjs-testrpc/node_modules/punycode
- querystring@0.2.0 node_modules/ethereumjs-testrpc/node_modules/querystring
- querystring-es3@0.2.1 node_modules/ethereumjs-testrpc/node_modules/querystring-es3
- kind-of@3.2.2 node_modules/ethereumjs-testrpc/node_modules/randomatic/node_modules/is-number/node_modules/kind-of
- is-number@3.0.0 node_modules/ethereumjs-testrpc/node_modules/randomatic/node_modules/is-number
- kind-of@4.0.0 node_modules/ethereumjs-testrpc/node_modules/randomatic/node_modules/kind-of
- randomatic@1.1.7 node_modules/ethereumjs-testrpc/node_modules/randomatic
- regex-cache@0.4.3 node_modules/ethereumjs-testrpc/node_modules/regex-cache
- remove-trailing-separator@1.1.0 node_modules/ethereumjs-testrpc/node_modules/remove-trailing-separator
- normalize-path@2.1.1 node_modules/ethereumjs-testrpc/node_modules/normalize-path
- repeat-element@1.1.2 node_modules/ethereumjs-testrpc/node_modules/repeat-element
- repeat-string@1.6.1 node_modules/ethereumjs-testrpc/node_modules/repeat-string
- align-text@0.1.4 node_modules/ethereumjs-testrpc/node_modules/align-text
- center-align@0.1.3 node_modules/ethereumjs-testrpc/node_modules/center-align
- fill-range@2.2.3 node_modules/ethereumjs-testrpc/node_modules/fill-range
- expand-range@1.8.2 node_modules/ethereumjs-testrpc/node_modules/expand-range
- braces@1.8.5 node_modules/ethereumjs-testrpc/node_modules/braces
- micromatch@2.3.11 node_modules/ethereumjs-testrpc/node_modules/micromatch
- anymatch@1.3.2 node_modules/ethereumjs-testrpc/node_modules/anymatch
- require-directory@2.1.1 node_modules/ethereumjs-testrpc/node_modules/require-directory
- require-main-filename@1.0.1 node_modules/ethereumjs-testrpc/node_modules/require-main-filename
- right-align@0.1.3 node_modules/ethereumjs-testrpc/node_modules/right-align
- ripemd160@2.0.1 node_modules/ethereumjs-testrpc/node_modules/ripemd160
- safe-buffer@5.1.1 node_modules/ethereumjs-testrpc/node_modules/safe-buffer
- cipher-base@1.0.4 node_modules/ethereumjs-testrpc/node_modules/cipher-base
- browserify-des@1.0.0 node_modules/ethereumjs-testrpc/node_modules/browserify-des
- hash-base@3.0.4 node_modules/ethereumjs-testrpc/node_modules/md5.js/node_modules/hash-base
- md5.js@1.3.4 node_modules/ethereumjs-testrpc/node_modules/md5.js
- evp_bytestokey@1.0.2 node_modules/ethereumjs-testrpc/node_modules/evp_bytestokey
- randombytes@2.0.5 node_modules/ethereumjs-testrpc/node_modules/randombytes
- browserify-rsa@4.0.1 node_modules/ethereumjs-testrpc/node_modules/browserify-rsa
- diffie-hellman@5.0.2 node_modules/ethereumjs-testrpc/node_modules/diffie-hellman
- semver@5.4.1 node_modules/ethereumjs-testrpc/node_modules/semver
- set-blocking@2.0.0 node_modules/ethereumjs-testrpc/node_modules/set-blocking
- set-immediate-shim@1.0.1 node_modules/ethereumjs-testrpc/node_modules/set-immediate-shim
- setimmediate@1.0.5 node_modules/ethereumjs-testrpc/node_modules/setimmediate
- sha.js@2.4.8 node_modules/ethereumjs-testrpc/node_modules/sha.js
- create-hash@1.1.3 node_modules/ethereumjs-testrpc/node_modules/create-hash
- browserify-aes@1.0.6 node_modules/ethereumjs-testrpc/node_modules/browserify-aes
- browserify-cipher@1.0.0 node_modules/ethereumjs-testrpc/node_modules/browserify-cipher
- create-hmac@1.1.6 node_modules/ethereumjs-testrpc/node_modules/create-hmac
- pbkdf2@3.0.13 node_modules/ethereumjs-testrpc/node_modules/pbkdf2
- parse-asn1@5.1.0 node_modules/ethereumjs-testrpc/node_modules/parse-asn1
- browserify-sign@4.0.4 node_modules/ethereumjs-testrpc/node_modules/browserify-sign
- public-encrypt@4.0.0 node_modules/ethereumjs-testrpc/node_modules/public-encrypt
- crypto-browserify@3.11.1 node_modules/ethereumjs-testrpc/node_modules/crypto-browserify
- shebang-regex@1.0.0 node_modules/ethereumjs-testrpc/node_modules/shebang-regex
- shebang-command@1.2.0 node_modules/ethereumjs-testrpc/node_modules/shebang-command
- signal-exit@3.0.2 node_modules/ethereumjs-testrpc/node_modules/signal-exit
- source-list-map@2.0.0 node_modules/ethereumjs-testrpc/node_modules/source-list-map
- source-map@0.5.7 node_modules/ethereumjs-testrpc/node_modules/source-map
- spdx-expression-parse@1.0.4 node_modules/ethereumjs-testrpc/node_modules/spdx-expression-parse
- spdx-license-ids@1.2.2 node_modules/ethereumjs-testrpc/node_modules/spdx-license-ids
- spdx-correct@1.0.2 node_modules/ethereumjs-testrpc/node_modules/spdx-correct
- string_decoder@1.0.3 node_modules/ethereumjs-testrpc/node_modules/string_decoder
- ansi-regex@3.0.0 node_modules/ethereumjs-testrpc/node_modules/string-width/node_modules/ansi-regex
- is-fullwidth-code-point@2.0.0 node_modules/ethereumjs-testrpc/node_modules/string-width/node_modules/is-fullwidth-code-point
- strip-ansi@4.0.0 node_modules/ethereumjs-testrpc/node_modules/string-width/node_modules/strip-ansi
- string-width@2.1.1 node_modules/ethereumjs-testrpc/node_modules/string-width
- strip-ansi@3.0.1 node_modules/ethereumjs-testrpc/node_modules/strip-ansi
- strip-bom@3.0.0 node_modules/ethereumjs-testrpc/node_modules/strip-bom
- load-json-file@2.0.0 node_modules/ethereumjs-testrpc/node_modules/load-json-file
- strip-eof@1.0.0 node_modules/ethereumjs-testrpc/node_modules/strip-eof
- supports-color@4.4.0 node_modules/ethereumjs-testrpc/node_modules/supports-color
- tapable@0.2.8 node_modules/ethereumjs-testrpc/node_modules/tapable
- timers-browserify@2.0.4 node_modules/ethereumjs-testrpc/node_modules/timers-browserify
- to-arraybuffer@1.0.1 node_modules/ethereumjs-testrpc/node_modules/to-arraybuffer
- tty-browserify@0.0.0 node_modules/ethereumjs-testrpc/node_modules/tty-browserify
- uglify-to-browserify@1.0.2 node_modules/ethereumjs-testrpc/node_modules/uglify-to-browserify
- punycode@1.3.2 node_modules/ethereumjs-testrpc/node_modules/url/node_modules/punycode
- url@0.11.0 node_modules/ethereumjs-testrpc/node_modules/url
- util-deprecate@1.0.2 node_modules/ethereumjs-testrpc/node_modules/util-deprecate
- readable-stream@2.3.3 node_modules/ethereumjs-testrpc/node_modules/readable-stream
- memory-fs@0.4.1 node_modules/ethereumjs-testrpc/node_modules/memory-fs
- enhanced-resolve@3.4.1 node_modules/ethereumjs-testrpc/node_modules/enhanced-resolve
- readdirp@2.1.0 node_modules/ethereumjs-testrpc/node_modules/readdirp
- chokidar@1.7.0 node_modules/ethereumjs-testrpc/node_modules/chokidar
- stream-browserify@2.0.1 node_modules/ethereumjs-testrpc/node_modules/stream-browserify
- inherits@2.0.1 node_modules/ethereumjs-testrpc/node_modules/util/node_modules/inherits
- util@0.10.3 node_modules/ethereumjs-testrpc/node_modules/util
- assert@1.4.1 node_modules/ethereumjs-testrpc/node_modules/assert
- validate-npm-package-license@3.0.1 node_modules/ethereumjs-testrpc/node_modules/validate-npm-package-license
- normalize-package-data@2.4.0 node_modules/ethereumjs-testrpc/node_modules/normalize-package-data
- read-pkg@2.0.0 node_modules/ethereumjs-testrpc/node_modules/read-pkg
- read-pkg-up@2.0.0 node_modules/ethereumjs-testrpc/node_modules/read-pkg-up
- vm-browserify@0.0.4 node_modules/ethereumjs-testrpc/node_modules/vm-browserify
- watchpack@1.4.0 node_modules/ethereumjs-testrpc/node_modules/watchpack
- webpack-sources@1.0.1 node_modules/ethereumjs-testrpc/node_modules/webpack-sources
- which@1.3.0 node_modules/ethereumjs-testrpc/node_modules/which
- which-module@2.0.0 node_modules/ethereumjs-testrpc/node_modules/which-module
- window-size@0.1.0 node_modules/ethereumjs-testrpc/node_modules/window-size
- wordwrap@0.0.2 node_modules/ethereumjs-testrpc/node_modules/wordwrap
- cliui@2.1.0 node_modules/ethereumjs-testrpc/node_modules/cliui
- yargs@3.10.0 node_modules/ethereumjs-testrpc/node_modules/uglify-js/node_modules/yargs
- uglify-js@2.8.29 node_modules/ethereumjs-testrpc/node_modules/uglify-js
- uglifyjs-webpack-plugin@0.4.6 node_modules/ethereumjs-testrpc/node_modules/uglifyjs-webpack-plugin
- string-width@1.0.2 node_modules/ethereumjs-testrpc/node_modules/wrap-ansi/node_modules/string-width
- wrap-ansi@2.1.0 node_modules/ethereumjs-testrpc/node_modules/wrap-ansi
- xtend@4.0.1 node_modules/ethereumjs-testrpc/node_modules/xtend
- stream-http@2.7.2 node_modules/ethereumjs-testrpc/node_modules/stream-http
- node-libs-browser@2.0.0 node_modules/ethereumjs-testrpc/node_modules/node-libs-browser
- y18n@3.2.1 node_modules/ethereumjs-testrpc/node_modules/y18n
- yallist@2.1.2 node_modules/ethereumjs-testrpc/node_modules/yallist
- lru-cache@4.1.1 node_modules/ethereumjs-testrpc/node_modules/lru-cache
- cross-spawn@5.1.0 node_modules/ethereumjs-testrpc/node_modules/cross-spawn
- execa@0.7.0 node_modules/ethereumjs-testrpc/node_modules/execa
- os-locale@2.1.0 node_modules/ethereumjs-testrpc/node_modules/os-locale
- camelcase@4.1.0 node_modules/ethereumjs-testrpc/node_modules/yargs-parser/node_modules/camelcase
- yargs-parser@7.0.0 node_modules/ethereumjs-testrpc/node_modules/yargs-parser
- camelcase@4.1.0 node_modules/ethereumjs-testrpc/node_modules/yargs/node_modules/camelcase
- string-width@1.0.2 node_modules/ethereumjs-testrpc/node_modules/yargs/node_modules/cliui/node_modules/string-width
- cliui@3.2.0 node_modules/ethereumjs-testrpc/node_modules/yargs/node_modules/cliui
- yargs@8.0.2 node_modules/ethereumjs-testrpc/node_modules/yargs
- webpack@3.5.5 node_modules/ethereumjs-testrpc/node_modules/webpack
- ethereumjs-testrpc@4.1.1 node_modules/ethereumjs-testrpc
npm ERR! Linux 4.10.0-33-generic
npm ERR! argv "/opt/node/bin/node" "/usr/bin/npm" "uninstall" "-g" "ethereumjs-testrpc"
npm ERR! node v6.10.3
npm ERR! npm  v3.10.10
npm ERR! path /opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/acorn
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access

npm ERR! Error: EACCES: permission denied, access '/opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/acorn'
npm ERR!     at Error (native)
npm ERR!  { Error: EACCES: permission denied, access '/opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/acorn'
npm ERR!     at Error (native)
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'access',
npm ERR!   path: '/opt/node/lib/node_modules/ethereumjs-testrpc/node_modules/acorn' }
npm ERR! 
npm ERR! Please try running this command again as root/Administrator.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/jamesray/npm-debug.log

I'll try running this command again as root/Administrator.

mikeseese commented 5 years ago

Closing due to age/inactivity