Skip to content

Error running grunt all #230

Description

I have researched a lot but I can't find a solution for my problem setting up droplet...

basically, I can clone and do a npm install very well, but I can't execute grunt all

I have installed node v6.17.1 and npm v3.10.10 on Ubuntu 22.04,

when i clone the project...

https://github.com/droplet-editor/droplet.git
cd droplet

and do a install process

npm install

It shows this output...

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 querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated coffee-script@1.3.3: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated opn@6.0.0: The package has been renamed to `open`
npm WARN deprecated request@2.67.0: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated mkdirp@0.5.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated har-validator@2.0.6: this library is no longer supported
npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated mocha@1.11.0: Mocha v1.x is no longer supported.
npm WARN deprecated mkdirp@0.3.5: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.

> phantomjs@1.9.20 install /home/chipacu/algo-blocks-droplet/droplet/node_modules/phantomjs
> node install.js

PhantomJS not found on PATH
Downloading https://github.com/Medium/phantomjs/releases/download/v1.9.19/phantomjs-1.9.8-linux-x86_64.tar.bz2
Saving to /tmp/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
Receiving...
  [========================----------------] 61%
Received 12854K total.
Extracting tar contents (via spawned process)
Removing /home/chipacu/algo-blocks-droplet/droplet/node_modules/phantomjs/lib/phantom
Copying extracted folder /tmp/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2-extract-1687472713688/phantomjs-1.9.8-linux-x86_64 -> /home/chipacu/algo-blocks-droplet/droplet/node_modules/phantomjs/lib/phantom
Writing location.js file
Done. Phantomjs binary available at /home/chipacu/algo-blocks-droplet/droplet/node_modules/phantomjs/lib/phantom/bin/phantomjs
droplet-editor@0.0.2 /home/chipacu/algo-blocks-droplet/droplet
├── acorn@1.2.2
├── antlr4@4.13.0
├─┬ browserify@10.2.6
│ ├─┬ assert@1.3.0
│ │ └─┬ util@0.10.3
│ │   └── inherits@2.0.1
│ ├─┬ browser-pack@5.0.1
│ │ ├─┬ combine-source-map@0.6.1
│ │ │ ├── inline-source-map@0.5.0
│ │ │ ├── lodash.memoize@3.0.4
│ │ │ └─┬ source-map@0.4.4
│ │ │   └── amdefine@1.0.1
│ │ └── umd@3.0.3
│ ├─┬ browser-resolve@1.11.3
│ │ └── resolve@1.1.7
│ ├─┬ browserify-zlib@0.1.4
│ │ └── pako@0.2.9
│ ├─┬ buffer@3.6.2
│ │ ├── base64-js@0.0.8
│ │ ├── ieee754@1.2.1
│ │ └── isarray@1.0.0
│ ├── builtins@0.0.7
│ ├── commondir@0.0.1
│ ├─┬ concat-stream@1.4.11
│ │ └── typedarray@0.0.7
│ ├── console-browserify@1.2.0
│ ├── constants-browserify@0.0.1
│ ├─┬ crypto-browserify@3.12.0
│ │ ├─┬ browserify-cipher@1.0.1
│ │ │ ├─┬ browserify-aes@1.2.0
│ │ │ │ └── buffer-xor@1.0.3
│ │ │ ├─┬ browserify-des@1.0.2
│ │ │ │ └── des.js@1.1.0
│ │ │ └── evp_bytestokey@1.0.3
│ │ ├─┬ browserify-sign@4.2.1
│ │ │ ├── bn.js@5.2.1
│ │ │ ├── browserify-rsa@4.1.0
│ │ │ ├─┬ elliptic@6.5.4
│ │ │ │ ├── bn.js@4.12.0
│ │ │ │ ├── brorand@1.1.0
│ │ │ │ ├── hash.js@1.1.7
│ │ │ │ ├── hmac-drbg@1.0.1
│ │ │ │ ├── minimalistic-assert@1.0.1
│ │ │ │ └── minimalistic-crypto-utils@1.0.1
│ │ │ ├─┬ parse-asn1@5.1.6
│ │ │ │ └─┬ asn1.js@5.4.1
│ │ │ │   ├── bn.js@4.12.0
│ │ │ │   └── safer-buffer@2.1.2
│ │ │ ├─┬ readable-stream@3.6.2
│ │ │ │ └── string_decoder@1.3.0
│ │ │ └── safe-buffer@5.2.1
│ │ ├─┬ create-ecdh@4.0.4
│ │ │ └── bn.js@4.12.0
│ │ ├─┬ create-hash@1.2.0
│ │ │ ├── cipher-base@1.0.4
│ │ │ ├─┬ md5.js@1.3.5
│ │ │ │ └─┬ hash-base@3.1.0
│ │ │ │   └─┬ readable-stream@3.6.2
│ │ │ │     └── string_decoder@1.3.0
│ │ │ └── ripemd160@2.0.2
│ │ ├── create-hmac@1.1.7
│ │ ├─┬ diffie-hellman@5.0.3
│ │ │ ├── bn.js@4.12.0
│ │ │ └─┬ miller-rabin@4.0.1
│ │ │   └── bn.js@4.12.0
│ │ ├── pbkdf2@3.1.2
│ │ ├─┬ public-encrypt@4.0.3
│ │ │ └── bn.js@4.12.0
│ │ ├── randombytes@2.1.0
│ │ └── randomfill@1.0.4
│ ├── defined@1.0.1
│ ├── deps-sort@1.3.9
│ ├── domain-browser@1.1.7
│ ├── duplexer2@0.0.2
│ ├── events@1.0.2
│ ├─┬ glob@4.5.3
│ │ ├─┬ inflight@1.0.6
│ │ │ └── wrappy@1.0.2
│ │ ├─┬ minimatch@2.0.10
│ │ │ └─┬ brace-expansion@1.1.11
│ │ │   ├── balanced-match@1.0.2
│ │ │   └── concat-map@0.0.1
│ │ └── once@1.4.0
│ ├─┬ has@1.0.3
│ │ └── function-bind@1.1.1
│ ├── htmlescape@1.1.1
│ ├─┬ http-browserify@1.7.0
│ │ └── Base64@0.2.1
│ ├── https-browserify@0.0.1
│ ├── inherits@2.0.4
│ ├─┬ insert-module-globals@6.6.3
│ │ ├── is-buffer@1.1.6
│ │ └─┬ lexical-scope@1.2.0
│ │   └─┬ astw@2.2.0
│ │     └── acorn@4.0.13
│ ├── isarray@0.0.1
│ ├─┬ JSONStream@1.3.5
│ │ └── jsonparse@1.3.1
│ ├─┬ labeled-stream-splicer@1.0.2
│ │ └── stream-splicer@1.3.2
│ ├─┬ module-deps@3.9.1
│ │ ├─┬ detective@4.7.1
│ │ │ └── acorn@5.7.4
│ │ └─┬ stream-combiner2@1.0.2
│ │   └─┬ through2@0.5.1
│ │     ├── readable-stream@1.0.34
│ │     └── xtend@3.0.0
│ ├── os-browserify@0.1.2
│ ├─┬ parents@1.0.1
│ │ └── path-platform@0.11.15
│ ├── path-browserify@0.0.1
│ ├── process@0.11.10
│ ├── punycode@1.4.1
│ ├── querystring-es3@0.2.1
│ ├─┬ read-only-stream@1.1.1
│ │ └── readable-wrap@1.0.0
│ ├─┬ readable-stream@1.1.14
│ │ └── core-util-is@1.0.3
│ ├─┬ resolve@1.22.2
│ │ ├── is-core-module@2.12.1
│ │ ├── path-parse@1.0.7
│ │ └── supports-preserve-symlinks-flag@1.0.0
│ ├─┬ shasum@1.0.2
│ │ ├─┬ json-stable-stringify@0.0.1
│ │ │ └── jsonify@0.0.1
│ │ └── sha.js@2.4.11
│ ├── shell-quote@0.0.1
│ ├── stream-browserify@1.0.0
│ ├── string_decoder@0.10.31
│ ├─┬ subarg@1.0.0
│ │ └── minimist@1.2.8
│ ├─┬ syntax-error@1.4.0
│ │ └─┬ acorn-node@1.8.2
│ │   ├── acorn@7.4.1
│ │   └── acorn-walk@7.2.0
│ ├── through2@1.1.1
│ ├── timers-browserify@1.4.2
│ ├── tty-browserify@0.0.1
│ ├─┬ url@0.10.3
│ │ ├── punycode@1.3.2
│ │ └── querystring@0.2.0
│ ├─┬ util@0.10.4
│ │ └── inherits@2.0.3
│ ├─┬ vm-browserify@0.0.4
│ │ └── indexof@0.0.1
│ └── xtend@4.0.2
├─┬ browserify-shim@3.8.16
│ ├─┬ exposify@0.5.0
│ │ ├─┬ globo@1.1.0
│ │ │ ├─┬ accessory@1.1.0
│ │ │ │ ├── ap@0.2.0
│ │ │ │ ├── balanced-match@0.2.1
│ │ │ │ └── dot-parts@1.0.1
│ │ │ ├── is-defined@1.0.0
│ │ │ └── ternary@1.0.0
│ │ ├── map-obj@1.0.1
│ │ ├─┬ replace-requires@1.0.4
│ │ │ ├── has-require@1.2.2
│ │ │ └── patch-text@1.0.2
│ │ ├─┬ through2@0.4.2
│ │ │ ├── readable-stream@1.0.34
│ │ │ └─┬ xtend@2.1.2
│ │ │   └── object-keys@0.4.0
│ │ └── transformify@0.1.2
│ ├─┬ mothership@0.3.0
│ │ └── find-parent-dir@0.3.1
│ ├─┬ rename-function-calls@0.1.1
│ │ └─┬ detective@3.1.0
│ │   ├─┬ escodegen@1.1.0
│ │   │ ├── esprima@1.0.4
│ │   │ ├── estraverse@1.5.1
│ │   │ ├── esutils@1.0.0
│ │   │ └── source-map@0.1.43
│ │   └── esprima-fb@3001.1.0-dev-harmony-fb
│ ├── resolve@0.6.3
│ └── through@2.3.8
├─┬ coffeeify@1.2.0
│ ├── coffee-script@1.12.7
│ └── convert-source-map@1.1.3
**├─┬ UNMET PEER DEPENDENCY grunt@0.4.5**
│ ├── async@0.1.22
│ ├── coffee-script@1.3.3
│ ├── colors@0.6.2
│ ├── dateformat@1.0.2-1.2.3
│ ├── eventemitter2@0.4.14
│ ├── exit@0.1.2
│ ├─┬ findup-sync@0.1.3
│ │ ├─┬ glob@3.2.11
│ │ │ └── minimatch@0.3.0
│ │ └── lodash@2.4.2
│ ├── getobject@0.1.0
│ ├─┬ glob@3.1.21
│ │ ├── graceful-fs@1.2.3
│ │ └── inherits@1.0.2
│ ├─┬ grunt-legacy-log@0.1.3
│ │ ├─┬ grunt-legacy-log-utils@0.1.1
│ │ │ ├── lodash@2.4.2
│ │ │ └── underscore.string@2.3.3
│ │ ├── lodash@2.4.2
│ │ └── underscore.string@2.3.3
│ ├── grunt-legacy-util@0.2.0
│ ├── hooker@0.2.3
│ ├── iconv-lite@0.2.11
│ ├─┬ js-yaml@2.0.5
│ │ ├─┬ argparse@0.1.16
│ │ │ └── underscore.string@2.4.0
│ │ └── esprima@1.0.4
│ ├── lodash@0.9.2
│ ├─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.7.3
│ │ └── sigmund@1.0.1
│ ├─┬ nopt@1.0.10
│ │ └── abbrev@1.1.1
│ ├── rimraf@2.2.8
│ ├── underscore.string@2.2.1
│ └── which@1.0.9
├─┬ grunt-banner@0.6.0
│ └─┬ chalk@1.1.3
│   ├── ansi-styles@2.2.1
│   ├── escape-string-regexp@1.0.5
│   ├─┬ has-ansi@2.0.0
│   │ └── ansi-regex@2.1.1
│   ├── strip-ansi@3.0.1
│   └── supports-color@2.0.0
├─┬ grunt-bowercopy@1.2.5
│ ├── bower@1.8.14
│ ├─┬ glob@7.2.3
│ │ ├── fs.realpath@1.0.0
│ │ ├── minimatch@3.1.2
│ │ └── path-is-absolute@1.0.1
│ └── lodash@4.17.21
├─┬ grunt-browserify@3.8.0
│ ├── async@0.9.2
│ ├── glob@5.0.15
│ └── lodash@3.10.1
├─┬ grunt-cli@1.4.3
│ ├── grunt-known-options@2.0.0
│ ├── interpret@1.1.0
│ ├─┬ liftup@3.0.1
│ │ ├── extend@3.0.2
│ │ ├─┬ findup-sync@4.0.0
│ │ │ ├── detect-file@1.0.0
│ │ │ ├─┬ micromatch@4.0.5
│ │ │ │ ├─┬ braces@3.0.2
│ │ │ │ │ └─┬ fill-range@7.0.1
│ │ │ │ │   └─┬ to-regex-range@5.0.1
│ │ │ │ │     └── is-number@7.0.0
│ │ │ │ └── picomatch@2.3.1
│ │ │ └─┬ resolve-dir@1.0.1
│ │ │   └─┬ global-modules@1.0.0
│ │ │     └─┬ global-prefix@1.0.2
│ │ │       ├── ini@1.3.8
│ │ │       └── which@1.3.1
│ │ ├─┬ fined@1.2.0
│ │ │ ├── expand-tilde@2.0.2
│ │ │ ├─┬ object.defaults@1.1.0
│ │ │ │ ├── array-each@1.0.1
│ │ │ │ └── array-slice@1.1.0
│ │ │ ├── object.pick@1.3.0
│ │ │ └─┬ parse-filepath@1.0.2
│ │ │   ├─┬ is-absolute@1.0.0
│ │ │   │ └─┬ is-relative@1.0.0
│ │ │   │   └─┬ is-unc-path@1.0.0
│ │ │   │     └── unc-path-regex@0.1.2
│ │ │   ├── map-cache@0.2.2
│ │ │   └─┬ path-root@0.1.1
│ │ │     └── path-root-regex@0.1.2
│ │ ├── flagged-respawn@1.0.1
│ │ ├─┬ is-plain-object@2.0.4
│ │ │ └── isobject@3.0.1
│ │ ├─┬ object.map@1.0.1
│ │ │ ├─┬ for-own@1.0.0
│ │ │ │ └── for-in@1.0.2
│ │ │ └── make-iterator@1.0.1
│ │ └── rechoir@0.7.1
│ ├─┬ nopt@4.0.3
│ │ └─┬ osenv@0.1.5
│ │   ├── os-homedir@1.0.2
│ │   └── os-tmpdir@1.0.2
│ └─┬ v8flags@3.2.0
│   └─┬ homedir-polyfill@1.0.3
│     └── parse-passwd@1.0.0
├─┬ grunt-contrib-coffee@2.1.0
│ ├─┬ chalk@2.4.2
│ │ ├─┬ ansi-styles@3.2.1
│ │ │ └─┬ color-convert@1.9.3
│ │ │   └── color-name@1.1.3
│ │ └─┬ supports-color@5.5.0
│ │   └── has-flag@3.0.0
│ ├── coffeescript@2.7.0
│ ├── lodash@4.17.21
│ └── uri-path@1.0.0
├─┬ grunt-contrib-concat@2.1.0
│ ├─┬ chalk@4.1.2
│ │ ├─┬ ansi-styles@4.3.0
│ │ │ └─┬ color-convert@2.0.1
│ │ │   └── color-name@1.1.4
│ │ └─┬ supports-color@7.2.0
│ │   └── has-flag@4.0.0
│ └── source-map@0.5.7
├─┬ grunt-contrib-connect@3.0.0
│ ├── async@3.2.4
│ ├─┬ connect@3.7.0
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ ├─┬ finalhandler@1.1.2
│ │ │ ├── statuses@1.5.0
│ │ │ └── unpipe@1.0.0
│ │ └── utils-merge@1.0.1
│ ├── connect-livereload@0.6.1
│ ├─┬ morgan@1.10.0
│ │ ├─┬ basic-auth@2.0.1
│ │ │ └── safe-buffer@5.1.2
│ │ ├── depd@2.0.0
│ │ ├─┬ on-finished@2.3.0
│ │ │ └── ee-first@1.1.1
│ │ └── on-headers@1.0.2
│ ├─┬ node-http2@4.0.1
│ │ ├─┬ assert@1.4.1
│ │ │ └── util@0.10.3
│ │ ├── events@1.1.1
│ │ ├── setimmediate@1.0.5
│ │ ├─┬ stream-browserify@2.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ └─┬ readable-stream@2.3.8
│ │ │   ├── inherits@2.0.4
│ │ │   ├── isarray@1.0.0
│ │ │   ├── safe-buffer@5.1.2
│ │ │   └── string_decoder@1.1.1
│ │ ├── timers-browserify@2.0.2
│ │ ├── url@0.11.1
│ │ └─┬ websocket-stream@5.5.2
│ │   ├─┬ duplexify@3.7.1
│ │   │ ├── end-of-stream@1.4.4
│ │   │ ├─┬ readable-stream@2.3.8
│ │   │ │ ├── isarray@1.0.0
│ │   │ │ ├── safe-buffer@5.1.2
│ │   │ │ └── string_decoder@1.1.1
│ │   │ └── stream-shift@1.0.1
│ │   ├─┬ readable-stream@2.3.8
│ │   │ ├── isarray@1.0.0
│ │   │ ├── safe-buffer@5.1.2
│ │   │ └─┬ string_decoder@1.1.1
│ │   │   └── safe-buffer@5.1.2
│ │   └─┬ ws@3.3.3
│ │     ├── async-limiter@1.0.1
│ │     ├── safe-buffer@5.1.2
│ │     └── ultron@1.1.1
│ ├─┬ opn@6.0.0
│ │ └── is-wsl@1.1.0
│ ├─┬ portscanner@2.2.0
│ │ ├─┬ async@2.6.4
│ │ │ └── lodash@4.17.21
│ │ └─┬ is-number-like@1.0.8
│ │   └── lodash.isfinite@3.3.2
│ ├─┬ serve-index@1.9.1
│ │ ├─┬ accepts@1.3.8
│ │ │ └── negotiator@0.6.3
│ │ ├── batch@0.6.1
│ │ ├── escape-html@1.0.3
│ │ ├─┬ http-errors@1.6.3
│ │ │ ├── depd@1.1.2
│ │ │ ├── inherits@2.0.3
│ │ │ └── setprototypeof@1.1.0
│ │ └─┬ mime-types@2.1.35
│ │   └── mime-db@1.52.0
│ └─┬ serve-static@1.15.0
│   ├── encodeurl@1.0.2
│   └─┬ send@0.18.0
│     ├── destroy@1.2.0
│     ├── etag@1.8.1
│     ├── fresh@0.5.2
│     ├─┬ http-errors@2.0.0
│     │ ├── setprototypeof@1.2.0
│     │ └── toidentifier@1.0.1
│     ├── mime@1.6.0
│     ├── ms@2.1.3
│     ├── on-finished@2.4.1
│     ├── range-parser@1.2.1
│     └── statuses@2.0.1
├─┬ grunt-contrib-cssmin@5.0.0
│ ├─┬ chalk@4.1.2
│ │ ├─┬ ansi-styles@4.3.0
│ │ │ └─┬ color-convert@2.0.1
│ │ │   └── color-name@1.1.4
│ │ └─┬ supports-color@7.2.0
│ │   └── has-flag@4.0.0
│ ├─┬ clean-css@5.3.2
│ │ └── source-map@0.6.1
│ └─┬ maxmin@3.0.0
│   ├─┬ chalk@4.1.2
│   │ ├─┬ ansi-styles@4.3.0
│   │ │ └─┬ color-convert@2.0.1
│   │ │   └── color-name@1.1.4
│   │ └─┬ supports-color@7.2.0
│   │   └── has-flag@4.0.0
│   ├── figures@3.2.0
│   ├─┬ gzip-size@5.1.1
│   │ ├── duplexer@0.1.2
│   │ └── pify@4.0.1
│   └── pretty-bytes@5.6.0
├─┬ grunt-contrib-qunit@0.5.2
│ └─┬ grunt-lib-phantomjs@0.6.0
│   ├─┬ phantomjs@1.9.20
│   │ ├─┬ extract-zip@1.5.0
│   │ │ ├─┬ concat-stream@1.5.0
│   │ │ │ └─┬ readable-stream@2.0.6
│   │ │ │   ├── isarray@1.0.0
│   │ │ │   └── process-nextick-args@1.0.7
│   │ │ ├── debug@0.7.4
│   │ │ └─┬ yauzl@2.4.1
│   │ │   └─┬ fd-slicer@1.0.1
│   │ │     └── pend@1.2.0
│   │ ├─┬ hasha@2.2.0
│   │ │ ├── is-stream@1.1.0
│   │ │ └─┬ pinkie-promise@2.0.1
│   │ │   └── pinkie@2.0.4
│   │ ├── kew@0.7.0
│   │ ├── progress@1.1.8
│   │ ├─┬ request@2.67.0
│   │ │ ├── aws-sign2@0.6.0
│   │ │ ├─┬ bl@1.0.3
│   │ │ │ └─┬ readable-stream@2.0.6
│   │ │ │   ├── isarray@1.0.0
│   │ │ │   └── process-nextick-args@1.0.7
│   │ │ ├── caseless@0.11.0
│   │ │ ├─┬ combined-stream@1.0.8
│   │ │ │ └── delayed-stream@1.0.0
│   │ │ ├── forever-agent@0.6.1
│   │ │ ├─┬ form-data@1.0.1
│   │ │ │ └─┬ async@2.6.4
│   │ │ │   └── lodash@4.17.21
│   │ │ ├─┬ har-validator@2.0.6
│   │ │ │ └─┬ is-my-json-valid@2.20.6
│   │ │ │   ├─┬ generate-function@2.3.1
│   │ │ │   │ └── is-property@1.0.2
│   │ │ │   ├── generate-object-property@1.2.0
│   │ │ │   ├── is-my-ip-valid@1.0.1
│   │ │ │   └── jsonpointer@5.0.1
│   │ │ ├─┬ 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.2
│   │ │ │ │ ├── assert-plus@1.0.0
│   │ │ │ │ ├── extsprintf@1.3.0
│   │ │ │ │ ├── json-schema@0.4.0
│   │ │ │ │ └─┬ verror@1.10.0
│   │ │ │ │   ├── assert-plus@1.0.0
│   │ │ │ │   └── core-util-is@1.0.2
│   │ │ │ └─┬ sshpk@1.17.0
│   │ │ │   ├── asn1@0.2.6
│   │ │ │   ├── assert-plus@1.0.0
│   │ │ │   ├── bcrypt-pbkdf@1.0.2
│   │ │ │   ├─┬ dashdash@1.14.1
│   │ │ │   │ └── assert-plus@1.0.0
│   │ │ │   ├── ecc-jsbn@0.1.2
│   │ │ │   ├─┬ getpass@0.1.7
│   │ │ │   │ └── assert-plus@1.0.0
│   │ │ │   ├── jsbn@0.1.1
│   │ │ │   └── tweetnacl@0.14.5
│   │ │ ├── is-typedarray@1.0.0
│   │ │ ├── isstream@0.1.2
│   │ │ ├── json-stringify-safe@5.0.1
│   │ │ ├── node-uuid@1.4.8
│   │ │ ├── oauth-sign@0.8.2
│   │ │ ├── qs@5.2.1
│   │ │ ├── stringstream@0.0.6
│   │ │ ├── tough-cookie@2.2.2
│   │ │ └── tunnel-agent@0.4.3
│   │ ├─┬ request-progress@2.0.1
│   │ │ └── throttleit@1.0.0
│   │ └─┬ which@1.2.14
│   │   └── isexe@2.0.0
│   ├── semver@1.0.14
│   └─┬ temporary@0.0.8
│     └── package@1.0.1
├─┬ grunt-contrib-uglify@5.2.2
│ ├─┬ chalk@4.1.2
│ │ ├─┬ ansi-styles@4.3.0
│ │ │ └─┬ color-convert@2.0.1
│ │ │   └── color-name@1.1.4
│ │ └─┬ supports-color@7.2.0
│ │   └── has-flag@4.0.0
│ └── uglify-js@3.17.4
├─┬ grunt-contrib-watch@1.1.0
│ ├── async@2.6.4
│ ├─┬ gaze@1.1.3
│ │ └─┬ globule@1.3.4
│ │   ├── glob@7.1.7
│ │   ├── lodash@4.17.21
│ │   └── minimatch@3.0.8
│ ├── lodash@4.17.21
│ └─┬ tiny-lr@1.1.1
│   ├─┬ body@5.1.0
│   │ ├── continuable-cache@0.3.1
│   │ ├─┬ error@7.2.1
│   │ │ └── string-template@0.2.1
│   │ ├── raw-body@1.1.7
│   │ └── safe-json-parse@1.0.1
│   ├─┬ debug@3.2.7
│   │ └── ms@2.1.3
│   ├── faye-websocket@0.10.0
│   ├── object-assign@4.1.1
│   └─┬ qs@6.11.2
│     └─┬ side-channel@1.0.4
│       ├── call-bind@1.0.2
│       ├─┬ get-intrinsic@1.2.1
│       │ ├── has-proto@1.0.1
│       │ └── has-symbols@1.0.3
│       └── object-inspect@1.12.3
├─┬ grunt-docco@0.5.0
│ └─┬ docco@0.7.0
│   ├── commander@2.20.3
│   ├─┬ fs-extra@0.26.7
│   │ ├── graceful-fs@4.2.11
│   │ ├─┬ jsonfile@2.4.0
│   │ │ └── graceful-fs@4.2.11
│   │ └─┬ klaw@1.3.1
│   │   └── graceful-fs@4.2.11
│   ├── highlight.js@11.8.0
│   ├── marked@5.1.0
│   └── underscore@1.7.0
├─┬ grunt-mocha-spawn@0.1.2
│ └─┬ mocha@1.11.0
│   ├── commander@0.6.1
│   ├── diff@1.0.2
│   ├─┬ glob@3.2.1
│   │ ├── inherits@1.0.2
│   │ └── minimatch@0.2.14
│   ├── growl@1.7.0
│   ├── mkdirp@0.3.5
│   └── ms@0.3.0
├─┬ grunt-mocha-test@0.12.7
│ └─┬ mkdirp@0.5.0
│   └── minimist@0.0.8
├─┬ mocha@2.5.3
│ ├── commander@2.3.0
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── diff@1.4.0
│ ├── escape-string-regexp@1.0.2
│ ├─┬ glob@3.2.11
│ │ └── minimatch@0.3.0
│ ├── growl@1.9.2
│ ├─┬ jade@0.26.3
│ │ ├── commander@0.6.1
│ │ └── mkdirp@0.3.0
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├── supports-color@1.2.0
│ └── to-iso-string@0.0.2
├─┬ parse5@7.1.2
│ └── entities@4.5.0
├── sax@1.2.4
├── seedrandom@2.4.4
├─┬ tiny-lr@0.1.7
│ ├─┬ body-parser@1.8.4
│ │ ├── bytes@1.0.0
│ │ ├── depd@0.4.5
│ │ ├── iconv-lite@0.4.4
│ │ ├── media-typer@0.3.0
│ │ ├─┬ on-finished@2.1.0
│ │ │ └── ee-first@1.0.5
│ │ ├── qs@2.2.4
│ │ ├── raw-body@1.3.0
│ │ └─┬ type-is@1.5.7
│ │   └─┬ mime-types@2.0.14
│ │     └── mime-db@1.12.0
│ ├─┬ debug@2.0.0
│ │ └── ms@0.6.2
│ ├─┬ faye-websocket@0.7.3
│ │ └─┬ websocket-driver@0.7.4
│ │   ├── http-parser-js@0.5.8
│ │   └── websocket-extensions@0.1.4
│ ├── livereload-js@2.4.0
│ ├── parseurl@1.3.3
│ └── qs@2.2.5
└─┬ watchify@3.11.1
  ├─┬ anymatch@2.0.0
  │ ├─┬ micromatch@3.1.10
  │ │ ├── arr-diff@4.0.0
  │ │ ├── array-unique@0.3.2
  │ │ ├─┬ define-property@2.0.2
  │ │ │ └─┬ is-descriptor@1.0.2
  │ │ │   ├── is-accessor-descriptor@1.0.0
  │ │ │   └── is-data-descriptor@1.0.0
  │ │ ├─┬ extend-shallow@3.0.2
  │ │ │ ├── assign-symbols@1.0.0
  │ │ │ └── is-extendable@1.0.1
  │ │ ├─┬ extglob@2.0.4
  │ │ │ ├─┬ define-property@1.0.0
  │ │ │ │ └─┬ is-descriptor@1.0.2
  │ │ │ │   ├── is-accessor-descriptor@1.0.0
  │ │ │ │   └── is-data-descriptor@1.0.0
  │ │ │ ├─┬ expand-brackets@2.1.4
  │ │ │ │ ├── define-property@0.2.5
  │ │ │ │ ├── extend-shallow@2.0.1
  │ │ │ │ └── posix-character-classes@0.1.1
  │ │ │ └── extend-shallow@2.0.1
  │ │ ├── fragment-cache@0.2.1
  │ │ ├── kind-of@6.0.3
  │ │ ├─┬ nanomatch@1.2.13
  │ │ │ └── is-windows@1.0.2
  │ │ ├─┬ regex-not@1.0.2
  │ │ │ └─┬ safe-regex@1.1.0
  │ │ │   └── ret@0.1.15
  │ │ ├─┬ snapdragon@0.8.2
  │ │ │ ├─┬ base@0.11.2
  │ │ │ │ ├─┬ cache-base@1.0.1
  │ │ │ │ │ ├─┬ collection-visit@1.0.0
  │ │ │ │ │ │ ├── map-visit@1.0.0
  │ │ │ │ │ │ └── object-visit@1.0.1
  │ │ │ │ │ ├── get-value@2.0.6
  │ │ │ │ │ ├─┬ has-value@1.0.0
  │ │ │ │ │ │ └─┬ has-values@1.0.0
  │ │ │ │ │ │   └── kind-of@4.0.0
  │ │ │ │ │ ├─┬ set-value@2.0.1
  │ │ │ │ │ │ └── extend-shallow@2.0.1
  │ │ │ │ │ ├─┬ to-object-path@0.3.0
  │ │ │ │ │ │ └── kind-of@3.2.2
  │ │ │ │ │ ├── union-value@1.0.1
  │ │ │ │ │ └─┬ unset-value@1.0.0
  │ │ │ │ │   └─┬ has-value@0.3.1
  │ │ │ │ │     ├── has-values@0.1.4
  │ │ │ │ │     └─┬ isobject@2.1.0
  │ │ │ │ │       └── isarray@1.0.0
  │ │ │ │ ├─┬ class-utils@0.3.6
  │ │ │ │ │ ├── arr-union@3.1.0
  │ │ │ │ │ ├── define-property@0.2.5
  │ │ │ │ │ └─┬ static-extend@0.1.2
  │ │ │ │ │   ├── define-property@0.2.5
  │ │ │ │ │   └─┬ object-copy@0.1.0
  │ │ │ │ │     ├── copy-descriptor@0.1.1
  │ │ │ │ │     ├── define-property@0.2.5
  │ │ │ │ │     └── kind-of@3.2.2
  │ │ │ │ ├── component-emitter@1.3.0
  │ │ │ │ ├─┬ define-property@1.0.0
  │ │ │ │ │ └─┬ is-descriptor@1.0.2
  │ │ │ │ │   ├── is-accessor-descriptor@1.0.0
  │ │ │ │ │   └── is-data-descriptor@1.0.0
  │ │ │ │ ├─┬ mixin-deep@1.3.2
  │ │ │ │ │ └── is-extendable@1.0.1
  │ │ │ │ └── pascalcase@0.1.1
  │ │ │ ├─┬ define-property@0.2.5
  │ │ │ │ └─┬ is-descriptor@0.1.6
  │ │ │ │   ├─┬ is-accessor-descriptor@0.1.6
  │ │ │ │   │ └── kind-of@3.2.2
  │ │ │ │   ├─┬ is-data-descriptor@0.1.4
  │ │ │ │   │ └── kind-of@3.2.2
  │ │ │ │   └── kind-of@5.1.0
  │ │ │ ├── extend-shallow@2.0.1
  │ │ │ ├── source-map@0.5.7
  │ │ │ ├─┬ source-map-resolve@0.5.3
  │ │ │ │ ├── atob@2.1.2
  │ │ │ │ ├── decode-uri-component@0.2.2
  │ │ │ │ ├── resolve-url@0.2.1
  │ │ │ │ ├── source-map-url@0.4.1
  │ │ │ │ └── urix@0.1.0
  │ │ │ └── use@3.1.1
  │ │ └── to-regex@3.0.2
  │ └─┬ normalize-path@2.1.1
  │   └── remove-trailing-separator@1.1.0
  ├─┬ browserify@16.5.2
  │ ├─┬ assert@1.5.0
  │ │ └─┬ util@0.10.3
  │ │   └── inherits@2.0.1
  │ ├─┬ browser-pack@6.1.0
  │ │ └─┬ combine-source-map@0.8.0
  │ │   ├── inline-source-map@0.6.2
  │ │   └── source-map@0.5.7
  │ ├── browser-resolve@2.0.0
  │ ├─┬ browserify-zlib@0.2.0
  │ │ └── pako@1.0.11
  │ ├─┬ buffer@5.2.1
  │ │ └── base64-js@1.5.1
  │ ├── cached-path-relative@1.1.0
  │ ├─┬ concat-stream@1.6.2
  │ │ ├── buffer-from@1.1.2
  │ │ └── typedarray@0.0.6
  │ ├── constants-browserify@1.0.0
  │ ├─┬ deps-sort@2.0.1
  │ │ └─┬ shasum-object@1.0.0
  │ │   └── fast-safe-stringify@2.1.1
  │ ├── domain-browser@1.2.0
  │ ├── duplexer2@0.1.4
  │ ├── events@2.1.0
  │ ├─┬ glob@7.2.3
  │ │ └── minimatch@3.1.2
  │ ├── https-browserify@1.0.0
  │ ├─┬ insert-module-globals@7.2.1
  │ │ └─┬ undeclared-identifiers@1.1.3
  │ │   ├── dash-ast@1.0.0
  │ │   ├── get-assigned-identifiers@1.2.0
  │ │   └── simple-concat@1.0.1
  │ ├─┬ labeled-stream-splicer@2.0.2
  │ │ └── stream-splicer@2.0.1
  │ ├── mkdirp-classic@0.5.3
  │ ├─┬ module-deps@6.2.3
  │ │ ├── detective@5.2.1
  │ │ └── stream-combiner2@1.1.1
  │ ├── os-browserify@0.3.0
  │ ├── read-only-stream@2.0.0
  │ ├─┬ readable-stream@2.3.8
  │ │ ├── isarray@1.0.0
  │ │ ├── process-nextick-args@2.0.1
  │ │ ├── safe-buffer@5.1.2
  │ │ ├── string_decoder@1.1.1
  │ │ └── util-deprecate@1.0.2
  │ ├── shell-quote@1.8.1
  │ ├── stream-browserify@2.0.2
  │ ├─┬ stream-http@3.2.0
  │ │ ├── builtin-status-codes@3.0.0
  │ │ └─┬ readable-stream@3.6.2
  │ │   └── string_decoder@1.3.0
  │ ├── string_decoder@1.3.0
  │ ├── url@0.11.1
  │ └── vm-browserify@1.1.2
  ├─┬ chokidar@2.1.8
  │ ├── async-each@1.0.6
  │ ├─┬ braces@2.3.2
  │ │ ├── arr-flatten@1.1.0
  │ │ ├─┬ extend-shallow@2.0.1
  │ │ │ └── is-extendable@0.1.1
  │ │ ├─┬ fill-range@4.0.0
  │ │ │ ├── extend-shallow@2.0.1
  │ │ │ ├─┬ is-number@3.0.0
  │ │ │ │ └── kind-of@3.2.2
  │ │ │ ├── repeat-string@1.6.1
  │ │ │ └── to-regex-range@2.1.1
  │ │ ├── repeat-element@1.1.4
  │ │ ├─┬ snapdragon-node@2.1.1
  │ │ │ ├─┬ define-property@1.0.0
  │ │ │ │ └─┬ is-descriptor@1.0.2
  │ │ │ │   ├── is-accessor-descriptor@1.0.0
  │ │ │ │   └── is-data-descriptor@1.0.0
  │ │ │ └─┬ snapdragon-util@3.0.1
  │ │ │   └── kind-of@3.2.2
  │ │ └── split-string@3.1.0
  │ ├─┬ glob-parent@3.1.0
  │ │ ├── is-glob@3.1.0
  │ │ └── path-dirname@1.0.2
  │ ├─┬ is-binary-path@1.0.1
  │ │ └── binary-extensions@1.13.1
  │ ├─┬ is-glob@4.0.3
  │ │ └── is-extglob@2.1.1
  │ ├── normalize-path@3.0.0
  │ ├─┬ readdirp@2.2.1
  │ │ ├── graceful-fs@4.2.11
  │ │ └─┬ readable-stream@2.3.8
  │ │   ├── isarray@1.0.0
  │ │   ├── safe-buffer@5.1.2
  │ │   └── string_decoder@1.1.1
  │ └── upath@1.2.0
  ├─┬ outpipe@1.1.1
  │ └── shell-quote@1.8.1
  └── through2@2.0.5

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
**npm WARN grunt-contrib-concat@2.1.0 requires a peer of grunt@>=1.4.1 but none was installed.**

I have made a lot of things here, I don't understand what should I do to get the grunt all working. I'll resume everything I made:

  • Installed grunt npm install grunt
  • Removed grunt npm remove -f grunt
  • Installed and removed grunt in other versions npm install grunt@>=1.4.1 grunt@0.4.5 and grunt@=1.4.1 none of these worked...
  • I installed them locally and globally, and I installed too the npm install grunt-cli in the same versions

I can respond anything more you want, and give more context if necesary, It's really complicated for me to get this working 😭

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions