RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
39.98k stars 10.31k forks source link

Cannot run meteor npm install --save in source dir #6613

Closed megamaced closed 7 years ago

megamaced commented 7 years ago

Rocket.Chat Version: 0.54.x Node Version: 4.7.1

In 0.53.0 and previous releases this process works. But in 0.54.x I cannot build Rocket.Chat source.

meteor npm install --save

``` npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated node-uuid@1.4.8: Use uuid module instead npm WARN prefer global colorguard@1.2.0 should be installed with -g > fibers@1.0.15 install /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/node_modules/fibers > node build.js || nodejs build.js `linux-x64-46` exists; testing Binary is fine; exiting > chromedriver@2.28.0 install /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/node_modules/chromedriver > node install.js Downloading https://chromedriver.storage.googleapis.com/2.28/chromedriver_linux64.zip Saving to /tmp/chromedriver/chromedriver_linux64.zip Receiving... Received 781K... Received 1568K... Received 2352K... Received 3136K... Received 3377K total. Extracting zip contents Copying to target path /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/node_modules/chromedriver/lib/chromedriver Fixing file permissions Done. ChromeDriver binary available at /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/node_modules/chromedriver/lib/chromedriver/chromedriver > phantomjs-prebuilt@2.1.13 install /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/node_modules/phantomjs-prebuilt > node install.js Considering PhantomJS found at /usr/local/bin/phantomjs Looks like an `npm install -g` Found PhantomJS at /usr/local/lib/node_modules/phantomjs/lib/phantom/bin/phantomjs ...verifying Writing location.js file PhantomJS linked at /usr/local/lib/node_modules/phantomjs/lib/location > bcrypt@1.0.2 install /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.2/bcrypt_lib-v1.0.2-node-v46-linux-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.2 and node@4.8.0 (node-v46 ABI) (falling back to source compile with node-gyp) make: Entering directory '/home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/node_modules/bcrypt/build' CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node COPY Release/bcrypt_lib.node COPY /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/node_modules/bcrypt/lib/binding/bcrypt_lib.node TOUCH Release/obj.target/action_after_build.stamp make: Leaving directory '/home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/node_modules/bcrypt/build' > spawn-sync@1.0.15 postinstall /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/node_modules/spawn-sync > node postinstall > Rocket.Chat@0.54.0 postinstall /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0 > cd packages/rocketchat-katex && npm i rocketchat-katex@1.0.0 /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0/packages/rocketchat-katex └─┬ katex@0.7.1 └── match-at@0.1.0 Rocket.Chat@0.54.0 /home/DOMAIN/user/Downloads/Rocket.Chat-0.54.0 ├─┬ babel-runtime@6.23.0 │ ├── core-js@2.4.1 │ └── regenerator-runtime@0.10.3 ├─┬ bcrypt@1.0.2 │ ├── bindings@1.2.1 │ ├── nan@2.5.0 │ └─┬ node-pre-gyp@0.6.32 │ ├─┬ nopt@3.0.6 │ │ └── abbrev@1.1.0 │ ├─┬ npmlog@4.0.2 │ │ ├─┬ are-we-there-yet@1.1.2 │ │ │ └── delegates@1.0.0 │ │ ├── console-control-strings@1.1.0 │ │ ├─┬ gauge@2.7.3 │ │ │ ├── aproba@1.1.1 │ │ │ ├── has-unicode@2.0.1 │ │ │ └── wide-align@1.1.0 │ │ └── set-blocking@2.0.0 │ ├─┬ rc@1.1.7 │ │ ├── ini@1.3.4 │ │ └── minimist@1.2.0 │ ├── rimraf@2.5.4 │ ├─┬ tar@2.2.1 │ │ ├── block-stream@0.0.9 │ │ └── fstream@1.0.11 │ └─┬ tar-pack@3.3.0 │ ├── fstream-ignore@1.0.5 │ ├── once@1.3.3 │ ├── readable-stream@2.1.5 │ └── uid-number@0.0.6 ├─┬ chimp@0.47.2 │ ├── async@0.9.2 │ ├─┬ babel-core@6.24.0 │ │ ├─┬ babel-generator@6.24.0 │ │ │ ├─┬ detect-indent@4.0.0 │ │ │ │ └─┬ repeating@2.0.1 │ │ │ │ └── is-finite@1.0.2 │ │ │ ├── jsesc@1.3.0 │ │ │ └── trim-right@1.0.1 │ │ ├── babel-helpers@6.23.0 │ │ ├── babel-messages@6.23.0 │ │ ├── babel-template@6.23.0 │ │ ├─┬ babel-traverse@6.23.1 │ │ │ └─┬ invariant@2.2.2 │ │ │ └── loose-envify@1.3.1 │ │ ├─┬ babel-types@6.23.0 │ │ │ └── to-fast-properties@1.0.2 │ │ ├── babylon@6.16.1 │ │ ├── convert-source-map@1.5.0 │ │ ├── json5@0.5.1 │ │ ├── minimatch@3.0.3 │ │ ├── path-is-absolute@1.0.1 │ │ ├── private@0.1.7 │ │ ├── slash@1.0.0 │ │ └── source-map@0.5.6 │ ├── babel-plugin-transform-runtime@6.23.0 │ ├── babel-polyfill@6.23.0 │ ├─┬ babel-preset-es2015@6.24.0 │ │ ├── babel-plugin-check-es2015-constants@6.22.0 │ │ ├── babel-plugin-transform-es2015-arrow-functions@6.22.0 │ │ ├── babel-plugin-transform-es2015-block-scoped-functions@6.22.0 │ │ ├── babel-plugin-transform-es2015-block-scoping@6.23.0 │ │ ├─┬ babel-plugin-transform-es2015-classes@6.23.0 │ │ │ ├── babel-helper-define-map@6.23.0 │ │ │ ├── babel-helper-function-name@6.23.0 │ │ │ ├── babel-helper-optimise-call-expression@6.23.0 │ │ │ └── babel-helper-replace-supers@6.23.0 │ │ ├── babel-plugin-transform-es2015-computed-properties@6.22.0 │ │ ├── babel-plugin-transform-es2015-destructuring@6.23.0 │ │ ├── babel-plugin-transform-es2015-duplicate-keys@6.22.0 │ │ ├── babel-plugin-transform-es2015-for-of@6.23.0 │ │ ├── babel-plugin-transform-es2015-function-name@6.22.0 │ │ ├── babel-plugin-transform-es2015-literals@6.22.0 │ │ ├── babel-plugin-transform-es2015-modules-amd@6.24.0 │ │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.24.0 │ │ │ └── babel-plugin-transform-strict-mode@6.22.0 │ │ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.23.0 │ │ │ └── babel-helper-hoist-variables@6.22.0 │ │ ├── babel-plugin-transform-es2015-modules-umd@6.24.0 │ │ ├── babel-plugin-transform-es2015-object-super@6.22.0 │ │ ├─┬ babel-plugin-transform-es2015-parameters@6.23.0 │ │ │ ├── babel-helper-call-delegate@6.22.0 │ │ │ └── babel-helper-get-function-arity@6.22.0 │ │ ├── babel-plugin-transform-es2015-shorthand-properties@6.22.0 │ │ ├── babel-plugin-transform-es2015-spread@6.22.0 │ │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.22.0 │ │ │ └── babel-helper-regex@6.22.0 │ │ ├── babel-plugin-transform-es2015-template-literals@6.22.0 │ │ ├── babel-plugin-transform-es2015-typeof-symbol@6.23.0 │ │ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.22.0 │ │ │ └─┬ regexpu-core@2.0.0 │ │ │ ├── regenerate@1.3.2 │ │ │ ├── regjsgen@0.2.0 │ │ │ └─┬ regjsparser@0.1.5 │ │ │ └── jsesc@0.5.0 │ │ └─┬ babel-plugin-transform-regenerator@6.22.0 │ │ └── regenerator-transform@0.9.8 │ ├─┬ babel-preset-stage-2@6.22.0 │ │ ├── babel-plugin-syntax-dynamic-import@6.18.0 │ │ ├─┬ babel-plugin-transform-class-properties@6.23.0 │ │ │ └── babel-plugin-syntax-class-properties@6.13.0 │ │ ├─┬ babel-plugin-transform-decorators@6.22.0 │ │ │ ├─┬ babel-helper-explode-class@6.22.0 │ │ │ │ └── babel-helper-bindify-decorators@6.22.0 │ │ │ └── babel-plugin-syntax-decorators@6.13.0 │ │ └─┬ babel-preset-stage-3@6.22.0 │ │ ├── babel-plugin-syntax-trailing-function-commas@6.22.0 │ │ ├─┬ babel-plugin-transform-async-generator-functions@6.22.0 │ │ │ ├── babel-helper-remap-async-to-generator@6.22.0 │ │ │ └── babel-plugin-syntax-async-generators@6.13.0 │ │ ├─┬ babel-plugin-transform-async-to-generator@6.22.0 │ │ │ └── babel-plugin-syntax-async-functions@6.13.0 │ │ ├─┬ babel-plugin-transform-exponentiation-operator@6.22.0 │ │ │ ├─┬ babel-helper-builder-binary-assignment-operator-visitor@6.22.0 │ │ │ │ └── babel-helper-explode-assignable-expression@6.22.0 │ │ │ └── babel-plugin-syntax-exponentiation-operator@6.13.0 │ │ └─┬ babel-plugin-transform-object-rest-spread@6.23.0 │ │ └── babel-plugin-syntax-object-rest-spread@6.13.0 │ ├─┬ babel-register@6.24.0 │ │ ├─┬ home-or-tmp@2.0.0 │ │ │ └── os-tmpdir@1.0.2 │ │ └── source-map-support@0.4.14 │ ├── bluebird@3.5.0 │ ├─┬ chai@3.5.0 │ │ ├── assertion-error@1.0.2 │ │ ├─┬ deep-eql@0.1.3 │ │ │ └── type-detect@0.1.1 │ │ └── type-detect@1.0.0 │ ├─┬ chai-as-promised@6.0.0 │ │ └── check-error@1.0.2 │ ├── child-process-debug@0.0.7 │ ├─┬ chokidar@1.6.1 │ │ ├─┬ anymatch@1.3.0 │ │ │ └── arrify@1.0.1 │ │ ├── async-each@1.0.1 │ │ ├── glob-parent@2.0.0 │ │ ├─┬ is-binary-path@1.0.1 │ │ │ └── binary-extensions@1.8.0 │ │ ├── is-glob@2.0.1 │ │ └─┬ readdirp@2.1.0 │ │ └── set-immediate-shim@1.0.1 │ ├─┬ chromedriver@2.28.0 │ │ ├── adm-zip@0.4.7 │ │ └── kew@0.7.0 │ ├── colors@1.1.2 │ ├─┬ commander@2.9.0 │ │ └── graceful-readlink@1.0.1 │ ├─┬ cucumber@1.3.0 (git://github.com/xolvio/cucumber-js.git#837bd80a0736eb7a8bd73301a34a631427435919) │ │ ├─┬ camel-case@3.0.0 │ │ │ ├─┬ no-case@2.3.1 │ │ │ │ └── lower-case@1.1.4 │ │ │ └── upper-case@1.1.3 │ │ ├─┬ cli-table@0.3.1 │ │ │ └── colors@1.0.3 │ │ ├── co@4.6.0 │ │ ├─┬ duration@0.2.0 │ │ │ ├── d@0.1.1 │ │ │ └── es5-ext@0.10.15 │ │ ├── figures@1.7.0 │ │ ├── gherkin@4.1.1 │ │ ├── is-generator@1.0.3 │ │ ├── meteor-promise@0.7.4 │ │ ├── stack-chain@1.3.7 │ │ └─┬ stacktrace-js@1.3.1 │ │ ├─┬ error-stack-parser@1.3.6 │ │ │ └── stackframe@0.3.1 │ │ ├─┬ stack-generator@1.1.0 │ │ │ └── stackframe@1.0.2 │ │ └── stacktrace-gps@2.4.4 │ ├── deep-extend@0.4.1 │ ├── exit@0.1.2 │ ├── fibers@1.0.15 │ ├── freeport@1.0.5 │ ├─┬ fs-extra@1.0.0 │ │ ├── graceful-fs@4.1.11 │ │ ├── jsonfile@2.4.0 │ │ └── klaw@1.3.1 │ ├─┬ glob@7.1.1 (git://github.com/lucetius/node-glob.git#51c7ca6e69bfbd17db5f1ea710e3f2a7a457d9ce) │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ └── wrappy@1.0.2 │ │ ├── inherits@2.0.3 │ │ └── once@1.3.0 │ ├─┬ hapi@8.8.0 │ │ ├── accept@1.0.0 │ │ ├── ammo@1.0.0 │ │ ├── boom@2.7.2 │ │ ├── call@2.0.1 │ │ ├── catbox@4.3.0 │ │ ├── catbox-memory@1.1.1 │ │ ├── cryptiles@2.0.4 │ │ ├── h2o2@4.0.1 │ │ ├── heavy@3.0.0 │ │ ├── hoek@2.14.0 │ │ ├─┬ inert@2.1.5 │ │ │ └── lru-cache@2.6.4 │ │ ├── iron@2.1.2 │ │ ├── items@1.1.0 │ │ ├─┬ joi@6.4.1 │ │ │ ├── isemail@1.1.1 │ │ │ └── moment@2.10.3 │ │ ├── kilt@1.1.1 │ │ ├─┬ mimos@2.0.2 │ │ │ └── mime-db@1.14.0 │ │ ├── peekaboo@1.0.0 │ │ ├── qs@4.0.0 │ │ ├── shot@1.5.3 │ │ ├── statehood@2.1.1 │ │ ├─┬ subtext@1.1.1 │ │ │ ├── content@1.0.1 │ │ │ ├─┬ pez@1.0.0 │ │ │ │ ├── b64@2.0.0 │ │ │ │ └─┬ nigel@1.0.1 │ │ │ │ └── vise@1.0.0 │ │ │ └── wreck@6.0.0 │ │ ├── topo@1.0.2 │ │ └── vision@2.0.1 │ ├─┬ jasmine@2.5.3 │ │ └── jasmine-core@2.5.2 │ ├── loglevel@1.4.1 │ ├── minimist@1.2.0 │ ├─┬ mocha@3.2.0 │ │ ├── browser-stdout@1.3.0 │ │ ├── diff@1.4.0 │ │ ├── escape-string-regexp@1.0.5 │ │ ├── glob@7.0.5 │ │ ├── growl@1.9.2 │ │ ├── json3@3.3.2 │ │ ├─┬ lodash.create@3.1.1 │ │ │ ├─┬ lodash._baseassign@3.2.0 │ │ │ │ ├── lodash._basecopy@3.0.1 │ │ │ │ └─┬ lodash.keys@3.1.2 │ │ │ │ ├── lodash._getnative@3.9.1 │ │ │ │ ├── lodash.isarguments@3.1.0 │ │ │ │ └── lodash.isarray@3.0.4 │ │ │ ├── lodash._basecreate@3.0.3 │ │ │ └── lodash._isiterateecall@3.0.9 │ │ └─┬ supports-color@3.1.2 │ │ └── has-flag@1.0.0 │ ├─┬ phantomjs-prebuilt@2.1.13 │ │ ├── es6-promise@4.0.5 │ │ ├─┬ extract-zip@1.5.0 │ │ │ ├─┬ concat-stream@1.5.0 │ │ │ │ └── readable-stream@2.0.6 │ │ │ ├── debug@0.7.4 │ │ │ ├── mkdirp@0.5.0 │ │ │ └── yauzl@2.4.1 │ │ ├── fs-extra@0.30.0 │ │ ├─┬ hasha@2.2.0 │ │ │ └── is-stream@1.1.0 │ │ ├─┬ request@2.74.0 │ │ │ ├─┬ bl@1.1.2 │ │ │ │ └── readable-stream@2.0.6 │ │ │ ├── caseless@0.11.0 │ │ │ ├─┬ form-data@1.0.1 │ │ │ │ └── async@2.3.0 │ │ │ ├── har-validator@2.0.6 │ │ │ ├── node-uuid@1.4.8 │ │ │ ├── qs@6.2.3 │ │ │ └── tunnel-agent@0.4.3 │ │ ├─┬ request-progress@2.0.1 │ │ │ └── throttleit@1.0.0 │ │ └─┬ which@1.2.14 │ │ └── isexe@2.0.0 │ ├── progress@1.1.8 │ ├─┬ request@2.81.0 │ │ ├── aws-sign2@0.6.0 │ │ ├── aws4@1.6.0 │ │ ├── caseless@0.12.0 │ │ ├─┬ combined-stream@1.0.5 │ │ │ └── delayed-stream@1.0.0 │ │ ├── extend@3.0.0 │ │ ├── forever-agent@0.6.1 │ │ ├─┬ form-data@2.1.2 │ │ │ └── asynckit@0.4.0 │ │ ├─┬ har-validator@4.2.1 │ │ │ └── har-schema@1.0.5 │ │ ├─┬ hawk@3.1.3 │ │ │ ├── boom@2.10.1 │ │ │ ├── cryptiles@2.0.5 │ │ │ ├── hoek@2.16.3 │ │ │ └── sntp@1.0.9 │ │ ├─┬ http-signature@1.1.1 │ │ │ ├── assert-plus@0.2.0 │ │ │ ├─┬ jsprim@1.4.0 │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ └── verror@1.3.6 │ │ │ └─┬ sshpk@1.11.0 │ │ │ ├── asn1@0.2.3 │ │ │ ├── assert-plus@1.0.0 │ │ │ ├── bcrypt-pbkdf@1.0.1 │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ └── assert-plus@1.0.0 │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ ├─┬ getpass@0.1.6 │ │ │ │ └── assert-plus@1.0.0 │ │ │ ├── jodid25519@1.0.2 │ │ │ ├── jsbn@0.1.1 │ │ │ └── tweetnacl@0.14.5 │ │ ├── is-typedarray@1.0.0 │ │ ├── isstream@0.1.2 │ │ ├── json-stringify-safe@5.0.1 │ │ ├── mime-types@2.1.15 │ │ ├── oauth-sign@0.8.2 │ │ ├── performance-now@0.2.0 │ │ ├── qs@6.4.0 │ │ ├── safe-buffer@5.0.1 │ │ ├── stringstream@0.0.5 │ │ ├─┬ tough-cookie@2.3.2 │ │ │ └── punycode@1.4.1 │ │ ├── tunnel-agent@0.6.0 │ │ └── uuid@3.0.1 │ ├─┬ requestretry@1.5.0 │ │ └─┬ fg-lodash@0.0.2 │ │ ├── lodash@2.4.2 │ │ └── underscore.string@2.3.3 │ ├─┬ saucelabs@1.4.0 │ │ └─┬ https-proxy-agent@1.0.0 │ │ └─┬ agent-base@2.0.1 │ │ └── semver@5.0.3 │ ├─┬ selenium-standalone@5.11.2 │ │ ├── async@1.2.1 │ │ ├── commander@2.6.0 │ │ ├── lodash@3.9.3 │ │ ├── minimist@1.1.0 │ │ ├─┬ mkdirp@0.5.0 │ │ │ └── minimist@0.0.8 │ │ ├─┬ request@2.79.0 │ │ │ ├── caseless@0.11.0 │ │ │ ├─┬ har-validator@2.0.6 │ │ │ │ └── commander@2.9.0 │ │ │ ├── qs@6.3.2 │ │ │ └── tunnel-agent@0.4.3 │ │ ├─┬ tar-stream@1.5.2 │ │ │ └── end-of-stream@1.4.0 │ │ ├── urijs@1.16.1 │ │ ├─┬ which@1.1.1 │ │ │ └─┬ is-absolute@0.1.7 │ │ │ └── is-relative@0.1.3 │ │ └─┬ yauzl@2.7.0 │ │ ├── buffer-crc32@0.2.13 │ │ └─┬ fd-slicer@1.0.1 │ │ └── pend@1.2.0 │ ├── underscore@1.8.3 │ ├─┬ xolvio-ddp@0.12.3 │ │ ├── bluebird@2.11.0 │ │ ├── ddp-ejson@0.8.1-3 │ │ ├── ddp-underscore-patched@0.8.1-2 │ │ ├─┬ faye-websocket@0.9.4 │ │ │ └─┬ websocket-driver@0.6.5 │ │ │ └── websocket-extensions@0.1.1 │ │ └─┬ request@2.53.0 │ │ ├── aws-sign2@0.5.0 │ │ ├─┬ bl@0.9.5 │ │ │ └─┬ readable-stream@1.0.34 │ │ │ └── isarray@0.0.1 │ │ ├── caseless@0.9.0 │ │ ├─┬ combined-stream@0.0.7 │ │ │ └── delayed-stream@0.0.5 │ │ ├── forever-agent@0.5.2 │ │ ├── form-data@0.2.0 │ │ ├── hawk@2.3.1 │ │ ├─┬ http-signature@0.10.1 │ │ │ ├── asn1@0.1.11 │ │ │ ├── assert-plus@0.1.5 │ │ │ └── ctype@0.5.3 │ │ ├─┬ mime-types@2.0.14 │ │ │ └── mime-db@1.12.0 │ │ ├── node-uuid@1.4.8 │ │ ├── oauth-sign@0.6.0 │ │ ├── qs@2.3.3 │ │ └── tunnel-agent@0.4.3 │ ├── xolvio-jasmine-expect@1.1.0 │ └─┬ xolvio-sync-webdriverio@8.0.0 │ ├─┬ meteor-promise@0.4.8 │ │ └─┬ promise@7.0.4 │ │ └── asap@2.0.5 │ ├─┬ wdio-sync@0.6.13 │ │ └─┬ object.assign@4.0.4 │ │ ├─┬ define-properties@1.1.2 │ │ │ └── foreach@2.0.5 │ │ ├── function-bind@1.1.0 │ │ └── object-keys@1.0.11 │ ├─┬ webdriverio@4.6.2 │ │ ├─┬ archiver@1.0.0 │ │ │ ├─┬ archiver-utils@1.3.0 │ │ │ │ └── lazystream@1.0.0 │ │ │ ├── async@1.5.2 │ │ │ └─┬ zip-stream@1.1.1 │ │ │ └─┬ compress-commons@1.2.0 │ │ │ └─┬ crc32-stream@2.0.0 │ │ │ └── crc@3.4.4 │ │ ├─┬ css-parse@2.0.0 │ │ │ └─┬ css@2.2.1 │ │ │ ├── source-map@0.1.43 │ │ │ ├─┬ source-map-resolve@0.3.1 │ │ │ │ ├── atob@1.1.3 │ │ │ │ ├── resolve-url@0.2.1 │ │ │ │ └── source-map-url@0.3.0 │ │ │ └── urix@0.1.0 │ │ ├── css-value@0.0.1 │ │ ├── deepmerge@0.2.10 │ │ ├── ejs@2.5.6 │ │ ├─┬ gaze@1.1.2 │ │ │ └─┬ globule@1.1.0 │ │ │ └── lodash@4.16.6 │ │ ├─┬ inquirer@1.2.3 │ │ │ ├─┬ external-editor@1.1.1 │ │ │ │ ├─┬ spawn-sync@1.0.15 │ │ │ │ │ └── os-shim@0.1.3 │ │ │ │ └── tmp@0.0.29 │ │ │ ├── mute-stream@0.0.6 │ │ │ ├─┬ run-async@2.3.0 │ │ │ │ └── is-promise@2.1.0 │ │ │ └── rx@4.1.0 │ │ ├─┬ npm-install-package@1.1.0 │ │ │ └── noop2@2.0.0 │ │ ├─┬ optimist@0.6.1 │ │ │ └── wordwrap@0.0.3 │ │ ├── q@1.4.1 │ │ ├─┬ request@2.79.0 │ │ │ ├── caseless@0.11.0 │ │ │ ├── har-validator@2.0.6 │ │ │ ├── qs@6.3.2 │ │ │ └── tunnel-agent@0.4.3 │ │ ├── rgb2hex@0.1.0 │ │ ├── supports-color@3.2.3 │ │ ├─┬ url@0.11.0 │ │ │ ├── punycode@1.3.2 │ │ │ └── querystring@0.2.0 │ │ ├── validator@5.7.0 │ │ ├─┬ wdio-dot-reporter@0.0.6 │ │ │ └─┬ babel-runtime@5.8.38 │ │ │ └── core-js@1.2.7 │ │ └── wgxpath@1.0.0 │ └── xolvio-fiber-utils@2.0.3 ├── codemirror@5.25.0 ├─┬ eslint@3.19.0 │ ├─┬ babel-code-frame@6.22.0 │ │ └── js-tokens@3.0.1 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── has-ansi@2.0.0 │ │ ├── strip-ansi@3.0.1 │ │ └── supports-color@2.0.0 │ ├─┬ concat-stream@1.6.0 │ │ ├─┬ readable-stream@2.2.6 │ │ │ ├── buffer-shims@1.0.0 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── process-nextick-args@1.0.7 │ │ │ ├── string_decoder@0.10.31 │ │ │ └── util-deprecate@1.0.2 │ │ └── typedarray@0.0.6 │ ├─┬ debug@2.2.0 │ │ └── ms@0.7.1 │ ├─┬ doctrine@2.0.0 │ │ └── isarray@1.0.0 │ ├─┬ escope@3.6.0 │ │ ├─┬ es6-map@0.1.5 │ │ │ ├── d@1.0.0 │ │ │ ├─┬ es6-iterator@2.0.1 │ │ │ │ └── d@1.0.0 │ │ │ ├─┬ es6-set@0.1.5 │ │ │ │ └── d@1.0.0 │ │ │ ├─┬ es6-symbol@3.1.1 │ │ │ │ └── d@1.0.0 │ │ │ └─┬ event-emitter@0.3.5 │ │ │ └── d@1.0.0 │ │ ├─┬ es6-weak-map@2.0.2 │ │ │ └── d@1.0.0 │ │ └─┬ esrecurse@4.1.0 │ │ └── estraverse@4.1.1 │ ├─┬ espree@3.4.1 │ │ ├── acorn@5.0.3 │ │ └─┬ acorn-jsx@3.0.1 │ │ └── acorn@3.3.0 │ ├── esquery@1.0.0 │ ├── estraverse@4.2.0 │ ├── esutils@2.0.2 │ ├─┬ file-entry-cache@2.0.0 │ │ ├─┬ flat-cache@1.2.2 │ │ │ ├── circular-json@0.3.1 │ │ │ ├─┬ del@2.2.2 │ │ │ │ ├── globby@5.0.0 │ │ │ │ ├── is-path-cwd@1.0.0 │ │ │ │ └─┬ is-path-in-cwd@1.0.0 │ │ │ │ └── is-path-inside@1.0.0 │ │ │ └── write@0.2.1 │ │ └── object-assign@4.1.1 │ ├─┬ glob@7.1.1 │ │ └── once@1.4.0 │ ├── globals@9.17.0 │ ├── ignore@3.2.6 │ ├── imurmurhash@0.1.4 │ ├─┬ inquirer@0.12.0 │ │ ├── ansi-escapes@1.4.0 │ │ ├── ansi-regex@2.1.1 │ │ ├─┬ cli-cursor@1.0.2 │ │ │ └─┬ restore-cursor@1.0.1 │ │ │ ├── exit-hook@1.1.1 │ │ │ └── onetime@1.1.0 │ │ ├── cli-width@2.1.0 │ │ ├─┬ readline2@1.0.1 │ │ │ ├── code-point-at@1.1.0 │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ └── number-is-nan@1.0.1 │ │ │ └── mute-stream@0.0.5 │ │ ├── run-async@0.1.0 │ │ ├── rx-lite@3.1.2 │ │ ├── string-width@1.0.2 │ │ └── through@2.3.8 │ ├─┬ is-my-json-valid@2.16.0 │ │ ├── generate-function@2.0.0 │ │ ├─┬ generate-object-property@1.2.0 │ │ │ └── is-property@1.0.2 │ │ ├── jsonpointer@4.0.1 │ │ └── xtend@4.0.1 │ ├─┬ is-resolvable@1.0.0 │ │ └── tryit@1.0.3 │ ├─┬ js-yaml@3.8.3 │ │ ├─┬ argparse@1.0.9 │ │ │ └── sprintf-js@1.0.3 │ │ └── esprima@3.1.3 │ ├─┬ json-stable-stringify@1.0.1 │ │ └── jsonify@0.0.0 │ ├─┬ levn@0.3.0 │ │ ├── prelude-ls@1.1.2 │ │ └── type-check@0.3.2 │ ├── lodash@4.17.4 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├── natural-compare@1.4.0 │ ├─┬ optionator@0.8.2 │ │ ├── deep-is@0.1.3 │ │ ├── fast-levenshtein@2.0.6 │ │ └── wordwrap@1.0.0 │ ├── path-is-inside@1.0.2 │ ├── pluralize@1.2.1 │ ├─┬ require-uncached@1.0.3 │ │ ├─┬ caller-path@0.1.0 │ │ │ └── callsites@0.2.0 │ │ └── resolve-from@1.0.1 │ ├─┬ shelljs@0.7.7 │ │ ├── interpret@1.0.2 │ │ └─┬ rechoir@0.6.2 │ │ └─┬ resolve@1.3.2 │ │ └── path-parse@1.0.5 │ ├── strip-bom@3.0.0 │ ├── strip-json-comments@2.0.1 │ ├─┬ table@3.8.3 │ │ ├── ajv@4.11.5 │ │ ├── ajv-keywords@1.5.1 │ │ ├── slice-ansi@0.0.4 │ │ └─┬ string-width@2.0.0 │ │ └── is-fullwidth-code-point@2.0.0 │ ├── text-table@0.2.0 │ └─┬ user-home@2.0.0 │ └── os-homedir@1.0.2 ├── file-type@4.1.0 ├── highlight.js@9.10.0 ├── jquery@3.2.1 ├── mime-db@1.27.0 ├─┬ mime-type@3.0.4 │ ├── media-typer@0.3.0 │ ├─┬ minimatch@2.0.10 │ │ └─┬ brace-expansion@1.1.6 │ │ └── concat-map@0.0.1 │ ├─┬ path.js@1.0.7 │ │ └── inherits-ex@1.1.8 │ └── util-ex@0.3.15 ├── moment@2.18.1 ├── moment-timezone@0.5.13 ├── photoswipe@4.1.1 ├─┬ prom-client@7.2.0 │ ├─┬ tdigest@0.1.1 │ │ └── bintrees@1.0.1 │ └── util-extend@1.0.3 ├── semver@5.3.0 ├─┬ stylelint@7.10.1 │ ├─┬ autoprefixer@6.7.7 │ │ ├─┬ browserslist@1.7.7 │ │ │ └── electron-to-chromium@1.3.2 │ │ ├── caniuse-db@1.0.30000649 │ │ ├── normalize-range@0.1.2 │ │ └── num2fraction@1.2.2 │ ├── balanced-match@0.4.2 │ ├─┬ colorguard@1.2.0 │ │ ├── color-diff@0.1.7 │ │ ├─┬ pipetteur@2.0.3 │ │ │ ├── onecolor@3.0.4 │ │ │ └─┬ synesthesia@1.0.1 │ │ │ └── css-color-names@0.0.3 │ │ ├─┬ plur@2.1.2 │ │ │ └── irregular-plurals@1.2.0 │ │ ├── postcss-reporter@1.4.1 │ │ └── yargs@1.3.3 │ ├─┬ cosmiconfig@2.1.1 │ │ ├── minimist@1.2.0 │ │ ├─┬ parse-json@2.2.0 │ │ │ └─┬ error-ex@1.3.1 │ │ │ └── is-arrayish@0.2.1 │ │ └── require-from-string@1.2.1 │ ├─┬ debug@2.6.3 │ │ └── ms@0.7.2 │ ├─┬ doiuse@2.6.0 │ │ ├─┬ css-rule-stream@1.1.0 │ │ │ └─┬ css-tokenize@1.0.1 │ │ │ └─┬ readable-stream@1.1.14 │ │ │ └── isarray@0.0.1 │ │ ├─┬ duplexer2@0.0.2 │ │ │ └─┬ readable-stream@1.1.14 │ │ │ └── isarray@0.0.1 │ │ ├─┬ jsonfilter@1.1.2 │ │ │ ├─┬ JSONStream@0.8.4 │ │ │ │ └── jsonparse@0.0.5 │ │ │ ├── minimist@1.2.0 │ │ │ └─┬ stream-combiner@0.2.2 │ │ │ └── duplexer@0.1.1 │ │ ├─┬ ldjson-stream@1.2.1 │ │ │ └── split2@0.2.1 │ │ ├─┬ multimatch@2.1.0 │ │ │ └── array-differ@1.0.0 │ │ ├─┬ source-map@0.4.4 │ │ │ └── amdefine@1.0.1 │ │ ├─┬ through2@0.6.5 │ │ │ └─┬ readable-stream@1.0.34 │ │ │ └── isarray@0.0.1 │ │ └─┬ yargs@3.32.0 │ │ ├── camelcase@2.1.1 │ │ ├─┬ cliui@3.2.0 │ │ │ └── wrap-ansi@2.1.0 │ │ ├─┬ os-locale@1.4.0 │ │ │ └─┬ lcid@1.0.0 │ │ │ └── invert-kv@1.0.0 │ │ ├── window-size@0.1.4 │ │ └── y18n@3.2.1 │ ├─┬ execall@1.0.0 │ │ └─┬ clone-regexp@1.0.0 │ │ ├── is-regexp@1.0.0 │ │ └── is-supported-regexp-flag@1.0.0 │ ├── get-stdin@5.0.1 │ ├─┬ 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 │ ├── globjoin@0.1.4 │ ├── html-tags@1.1.1 │ ├── known-css-properties@0.0.7 │ ├── log-symbols@1.0.2 │ ├─┬ meow@3.7.0 │ │ ├── camelcase-keys@2.1.0 │ │ ├── decamelize@1.2.0 │ │ ├─┬ loud-rejection@1.6.0 │ │ │ ├─┬ currently-unhandled@0.4.1 │ │ │ │ └── array-find-index@1.0.2 │ │ │ └── signal-exit@3.0.2 │ │ ├── map-obj@1.0.1 │ │ ├── minimist@1.2.0 │ │ ├─┬ normalize-package-data@2.3.6 │ │ │ ├── hosted-git-info@2.4.1 │ │ │ ├─┬ 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 │ │ ├─┬ 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 │ │ │ │ └── is-utf8@0.2.1 │ │ │ └── path-type@1.1.0 │ │ ├─┬ redent@1.0.0 │ │ │ ├── indent-string@2.1.0 │ │ │ └─┬ strip-indent@1.0.1 │ │ │ └── get-stdin@4.0.1 │ │ └── trim-newlines@1.0.0 │ ├─┬ micromatch@2.3.11 │ │ ├─┬ arr-diff@2.0.0 │ │ │ └── arr-flatten@1.0.1 │ │ ├── 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.6 │ │ │ │ └── repeat-string@1.6.1 │ │ │ ├── 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.0 │ │ ├── is-extglob@1.0.0 │ │ ├─┬ kind-of@3.1.0 │ │ │ └── is-buffer@1.1.5 │ │ ├─┬ normalize-path@2.1.1 │ │ │ └── remove-trailing-separator@1.0.1 │ │ ├─┬ 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.2 │ │ └─┬ regex-cache@0.4.3 │ │ ├── is-equal-shallow@0.1.3 │ │ └── is-primitive@2.0.0 │ ├── normalize-selector@0.2.0 │ ├─┬ postcss@5.2.16 │ │ ├── js-base64@2.1.9 │ │ └── supports-color@3.2.3 │ ├── postcss-less@0.14.0 │ ├── postcss-media-query-parser@0.2.3 │ ├── postcss-reporter@3.0.0 │ ├── postcss-resolve-nested-selector@0.1.1 │ ├── postcss-scss@0.4.1 │ ├─┬ postcss-selector-parser@2.2.3 │ │ ├── flatten@1.0.2 │ │ ├── indexes-of@1.0.1 │ │ └── uniq@1.0.1 │ ├── postcss-value-parser@3.3.0 │ ├── resolve-from@2.0.0 │ ├── specificity@0.3.0 │ ├─┬ string-width@2.0.0 │ │ └── is-fullwidth-code-point@2.0.0 │ ├── style-search@0.1.0 │ ├─┬ stylehacks@2.3.2 │ │ ├── minimist@1.2.0 │ │ ├── postcss-reporter@1.4.1 │ │ ├─┬ read-file-stdin@0.2.1 │ │ │ └── gather-stream@1.0.0 │ │ └── write-file-stdout@0.0.2 │ ├── sugarss@0.2.0 │ ├── svg-tags@1.0.0 │ └── table@4.0.1 ├─┬ supertest@3.0.0 │ ├── methods@1.1.2 │ └─┬ superagent@3.5.2 │ ├── component-emitter@1.2.1 │ ├── cookiejar@2.1.1 │ ├── formidable@1.1.1 │ └── mime@1.3.4 └── toastr@2.1.2 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN In chimp@0.47.2 replacing bundled version of cucumber with cucumber@1.3.0 => Errors while initializing project: While loading emojione:emojione@2.2.6...: error: Command failed: /home/DOMAIN/user/.meteor/packages/meteor-tool/.1.4.3_1.1q9r2h2++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm rebuild --update-binary Error checking path, continuing { [Error: EACCES: permission denied, open '/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/location.js'] errno: -13, code: 'EACCES', syscall: 'open', path: '/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/location.js' } Phantom installation failed { [Error: EACCES: permission denied, open '/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/location.js'] errno: -13, code: 'EACCES', syscall: 'open', path: '/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/location.js' } Error: EACCES: permission denied, open '/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/location.js' at Error (native) at Object.fs.openSync (fs.js:549:18) at Object.fs.writeFileSync (fs.js:1156:15) at writeLocationFile (/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/install.js:108:6) at Promise._successFn (/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/install.js:80:5) at nextTickCallback (/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/node_modules/kew/kew.js:47:28) at nextTickCallbackWith0Args (node.js:436:9) at process._tickCallback (node.js:365:13) npm ERR! Linux 4.4.49-92.14-default npm ERR! argv "/home/DOMAIN/user/.meteor/packages/meteor-tool/.1.4.3_1.1q9r2h2++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node" "/home/DOMAIN/user/.meteor/packages/meteor-tool/.1.4.3_1.1q9r2h2++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm" "rebuild" "--update-binary" npm ERR! node v4.7.3 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! phantomjs@1.9.20 install: `node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the phantomjs@1.9.20 install script 'node install.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the phantomjs package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs phantomjs npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls phantomjs npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /tmp/mt-1giiylv/npm/node_modules/.temp-699th2/npm-debug.log Error checking path, continuing { [Error: EACCES: permission denied, open '/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/location.js'] errno: -13, code: 'EACCES', syscall: 'open', path: '/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/location.js' } Phantom installation failed { [Error: EACCES: permission denied, open '/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/location.js'] errno: -13, code: 'EACCES', syscall: 'open', path: '/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/location.js' } Error: EACCES: permission denied, open '/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/location.js' at Error (native) at Object.fs.openSync (fs.js:549:18) at Object.fs.writeFileSync (fs.js:1156:15) at writeLocationFile (/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/install.js:108:6) at Promise._successFn (/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/install.js:80:5) at nextTickCallback (/tmp/mt-1giiylv/npm/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/node_modules/kew/kew.js:47:28) at nextTickCallbackWith0Args (node.js:436:9) at process._tickCallback (node.js:365:13) npm ERR! Linux 4.4.49-92.14-default npm ERR! argv "/home/DOMAIN/user/.meteor/packages/meteor-tool/.1.4.3_1.1q9r2h2++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node" "/home/DOMAIN/user/.meteor/packages/meteor-tool/.1.4.3_1.1q9r2h2++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm" "rebuild" "--update-binary" npm ERR! node v4.7.3 npm ERR! npm v4.1.2 npm ERR! code ELIFECYCLE npm ERR! phantomjs@1.9.20 install: `node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the phantomjs@1.9.20 install script 'node install.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the phantomjs package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs phantomjs npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls phantomjs npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /tmp/mt-1giiylv/npm/node_modules/.temp-699th2/npm-debug.log ```
engelgabriel commented 7 years ago

You seem to be having a permission issue:

Error: EACCES: permission denied

megamaced commented 7 years ago

Yep, but i dont understand how. Every other npm package installs. It looks to be reading or writing to /tmp so no perms issue there. I had another person try on their computer and got the same problem

engelgabriel commented 7 years ago

https://github.com/AdmitHub/meteor-buildpack-horse/issues/169 https://github.com/RocketChat/meteor-buildpack-horse/issues/10 https://github.com/RocketChat/Rocket.Chat/issues/6444 https://github.com/RocketChat/Rocket.Chat/issues/6613

localguru commented 7 years ago

Exactly the same here!

MartinSchoeler commented 7 years ago

We aim to keep our Github issues for bugs and feature requests. This does not fit that criteria. Please see our guidelines for support. If you feel like we are closing in error, please re-open and add additional details about the bug or feature request.