You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN optional Skipping failed optional dependency /sane/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.7
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.7
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none was installed.
This was what showed up. And then when I tried installing other packages, this is what happened.
chana@DESKTOP-D2KITOQ:~/notes-app-api$ npm install uuid --save
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.7
npm WARN optional Skipping failed optional dependency /sane/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.7
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none was installed.
The text was updated successfully, but these errors were encountered:
When I try to install npm, and then different npm packages in a folder on ubuntu, it doesn't work.
chana@DESKTOP-D2KITOQ:~/notes-app-api$ npm install
npm WARN deprecated joi@10.6.0: This version is no longer maintained. Please upgrade to the latest version.
notes-app-api@1.1.0 /home/chana/notes-app-api
├─┬ babel-core@6.26.3
│ ├─┬ babel-code-frame@6.26.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
│ │ ├── esutils@2.0.2
│ │ └── js-tokens@3.0.2
│ ├─┬ babel-generator@6.26.1
│ │ ├─┬ detect-indent@4.0.0
│ │ │ └─┬ repeating@2.0.1
│ │ │ └─┬ is-finite@1.0.2
│ │ │ └── number-is-nan@1.0.1
│ │ ├── jsesc@1.3.0
│ │ └── trim-right@1.0.1
│ ├── babel-helpers@6.24.1
│ ├── babel-messages@6.23.0
│ ├─┬ babel-register@6.26.0
│ │ └─┬ home-or-tmp@2.0.0
│ │ ├── os-homedir@1.0.2
│ │ └── os-tmpdir@1.0.2
│ ├── babel-template@6.26.0
│ ├─┬ babel-traverse@6.26.0
│ │ └── globals@9.18.0
│ ├─┬ babel-types@6.26.0
│ │ └── to-fast-properties@1.0.3
│ ├── babylon@6.18.0
│ ├─┬ convert-source-map@1.6.0
│ │ └── safe-buffer@5.1.2
│ ├─┬ debug@2.6.9
│ │ └── ms@2.0.0
│ ├── json5@0.5.1
│ ├── lodash@4.17.11
│ ├─┬ minimatch@3.0.4
│ │ └─┬ brace-expansion@1.1.11
│ │ ├── balanced-match@1.0.0
│ │ └── concat-map@0.0.1
│ ├── path-is-absolute@1.0.1
│ ├── private@0.1.8
│ ├── slash@1.0.0
│ └── source-map@0.5.7
├─┬ babel-loader@7.1.5
│ ├─┬ find-cache-dir@1.0.0
│ │ ├── commondir@1.0.1
│ │ ├── make-dir@1.3.0
│ │ └─┬ pkg-dir@2.0.0
│ │ └─┬ find-up@2.1.0
│ │ └─┬ locate-path@2.0.0
│ │ ├─┬ p-locate@2.0.0
│ │ │ └─┬ p-limit@1.3.0
│ │ │ └── p-try@1.0.0
│ │ └── path-exists@3.0.0
│ ├─┬ loader-utils@1.2.3
│ │ ├── big.js@5.2.2
│ │ ├── emojis-list@2.1.0
│ │ └─┬ json5@1.0.1
│ │ └── minimist@1.2.0
│ └─┬ mkdirp@0.5.1< 8000 br> │ └── minimist@0.0.8
├─┬ babel-plugin-source-map-support@1.0.0
│ └── lodash.ismatch@4.4.0
├── babel-plugin-transform-runtime@6.23.0
├─┬ babel-preset-env@1.7.0
│ ├── babel-plugin-check-es2015-constants@6.22.0
│ ├── babel-plugin-syntax-trailing-function-commas@6.22.0
│ ├─┬ babel-plugin-transform-async-to-generator@6.24.1
│ │ ├── babel-helper-remap-async-to-generator@6.24.1
│ │ └── babel-plugin-syntax-async-functions@6.13.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.26.0
│ ├─┬ babel-plugin-transform-es2015-classes@6.24.1
│ │ ├── babel-helper-define-map@6.26.0
│ │ ├── babel-helper-function-name@6.24.1
│ │ ├── babel-helper-optimise-call-expression@6.24.1
│ │ └── babel-helper-replace-supers@6.24.1
│ ├── babel-plugin-transform-es2015-computed-properties@6.24.1
│ ├── babel-plugin-transform-es2015-destructuring@6.23.0
│ ├── babel-plugin-transform-es2015-duplicate-keys@6.24.1
│ ├── babel-plugin-transform-es2015-for-of@6.23.0
│ ├── babel-plugin-transform-es2015-function-name@6.24.1
│ ├── babel-plugin-transform-es2015-literals@6.22.0
│ ├── babel-plugin-transform-es2015-modules-amd@6.24.1
│ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.26.2
│ │ └── babel-plugin-transform-strict-mode@6.24.1
│ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.24.1
│ │ └── babel-helper-hoist-variables@6.24.1
│ ├── babel-plugin-transform-es2015-modules-umd@6.24.1
│ ├── babel-plugin-transform-es2015-object-super@6.24.1
│ ├─┬ babel-plugin-transform-es2015-parameters@6.24.1
│ │ ├── babel-helper-call-delegate@6.24.1
│ │ └── babel-helper-get-function-arity@6.24.1
│ ├── babel-plugin-transform-es2015-shorthand-properties@6.24.1
│ ├── babel-plugin-transform-es2015-spread@6.22.0
│ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.24.1
│ │ └── babel-helper-regex@6.26.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.24.1
│ │ └─┬ regexpu-core@2.0.0
│ │ ├── regenerate@1.4.0
│ │ ├── regjsgen@0.2.0
│ │ └─┬ regjsparser@0.1.5
│ │ └── jsesc@0.5.0
│ ├─┬ babel-plugin-transform-exponentiation-operator@6.24.1
│ │ ├─┬ babel-helper-builder-binary-assignment-operator-visitor@6.24.1
│ │ │ └── babel-helper-explode-assignable-expression@6.24.1
│ │ └── babel-plugin-syntax-exponentiation-operator@6.13.0
│ ├─┬ babel-plugin-transform-regenerator@6.26.0
│ │ └── regenerator-transform@0.10.1
│ ├─┬ browserslist@3.2.8
│ │ ├── caniuse-lite@1.0.30000932
│ │ └── electron-to-chromium@1.3.109
│ ├─┬ invariant@2.2.4
│ │ └── loose-envify@1.4.0
│ └── semver@5.6.0
├─┬ babel-preset-stage-3@6.24.1
│ ├─┬ babel-plugin-transform-async-generator-functions@6.24.1
│ │ └── babel-plugin-syntax-async-generators@6.13.0
│ └─┬ babel-plugin-transform-object-rest-spread@6.26.0
│ └── babel-plugin-syntax-object-rest-spread@6.13.0
├─┬ babel-runtime@6.26.0
│ ├── core-js@2.6.3
│ └── regenerator-runtime@0.11.1
├─┬ jest@21.2.1
│ └─┬ jest-cli@21.2.1
│ ├── ansi-escapes@3.2.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
│ ├── graceful-fs@4.1.15
│ ├─┬ is-ci@1.2.1
│ │ └── ci-info@1.6.0
│ ├─┬ istanbul-api@1.3.7
│ │ ├── fileset@2.0.3
│ │ ├─┬ istanbul-lib-hook@1.2.2
│ │ │ └─┬ append-transform@0.4.0
│ │ │ └─┬ default-require-extensions@1.0.0
│ │ │ └─┬ strip-bom@2.0.0
│ │ │ └── is-utf8@0.2.1
│ │ ├─┬ istanbul-lib-report@1.1.5
│ │ │ └─┬ supports-color@3.2.3
│ │ │ └── has-flag@1.0.0
│ │ ├─┬ istanbul-reports@1.5.1
│ │ │ └─┬ handlebars@4.0.12
│ │ │ ├─┬ optimist@0.6.1
│ │ │ │ └── wordwrap@0.0.3
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ uglify-js@3.4.9
│ │ │ └── source-map@0.6.1
│ │ └─┬ js-yaml@3.12.1
│ │ ├─┬ argparse@1.0.10
│ │ │ └── sprintf-js@1.0.3
│ │ └── esprima@4.0.1
│ ├── istanbul-lib-coverage@1.2.1
│ ├── istanbul-lib-instrument@1.10.2
│ ├─┬ istanbul-lib-source-maps@1.2.6
│ │ ├─┬ debug@3.2.6
│ │ │ └── ms@2.1.1
│ │ └── rimraf@2.6.3
│ ├─┬ jest-changed-files@21.2.0
│ │ └── throat@4.1.0
│ ├─┬ jest-config@21.2.1
│ │ ├─┬ chalk@2.4.2
│ │ │ ├── ansi-styles@3.2.1
│ │ │ └── supports-color@5.5.0
│ │ ├── jest-environment-node@21.2.1
│ │ ├── jest-get-type@21.2.0
│ │ ├─┬ jest-jasmine2@21.2.1
│ │ │ ├─┬ chalk@2.4.2
│ │ │ │ ├── ansi-styles@3.2.1
│ │ │ │ └── supports-color@5.5.0
│ │ │ ├─┬ expect@21.2.1
│ │ │ │ └── ansi-styles@3.2.1
│ │ │ └── p-cancelable@0.3.0
│ │ ├─┬ jest-resolve@21.2.0
│ │ │ ├─┬ browser-resolve@1.11.3
│ │ │ │ └── resolve@1.1.7
│ │ │ └─┬ chalk@2.4.2
│ │ │ ├── ansi-styles@3.2.1
│ │ │ └── supports-color@5.5.0
│ │ ├─┬ jest-validate@21.2.1
│ │ │ ├─┬ chalk@2.4.2
│ │ │ │ ├── ansi-styles@3.2.1
│ │ │ │ └── supports-color@5.5.0
│ │ │ └── leven@2.1.0
│ │ └─┬ pretty-format@21.2.1
│ │ ├── ansi-regex@3.0.0
│ │ └── ansi-styles@3.2.1
│ ├─┬ jest-environment-jsdom@21.2.1
│ │ ├── jest-mock@21.2.0
│ │ └─┬ jsdom@9.12.0
│ │ ├── abab@1.0.4
│ │ ├── acorn@4.0.13
│ │ ├── acorn-globals@3.1.0
│ │ ├── array-equal@1.0.0
│ │ ├── content-type-parser@1.0.2
│ │ ├── cssom@0.3.4
│ │ ├── cssstyle@0.2.37
│ │ ├─┬ escodegen@1.11.0
│ │ │ ├── esprima@3.1.3
│ │ │ ├─┬ optionator@0.8.2
│ │ │ │ ├── deep-is@0.1.3
│ │ │ │ ├── fast-levenshtein@2.0.6
│ │ │ │ ├── levn@0.3.0
│ │ │ │ ├── prelude-ls@1.1.2
│ │ │ │ ├── type-check@0.3.2
│ │ │ │ └── wordwrap@1.0.0
│ │ │ └── source-map@0.6.1
│ │ ├── html-encoding-sniffer@1.0.2
│ │ ├── nwmatcher@1.4.4
│ │ ├── parse5@1.5.1
│ │ ├─┬ request@2.88.0
│ │ │ ├── aws-sign2@0.7.0
│ │ │ ├── aws4@1.8.0
│ │ │ ├── caseless@0.12.0
│ │ │ ├─┬ combined-stream@1.0.7
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├── extend@3.0.2
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├─┬ form-data@2.3.3
│ │ │ │ └── asynckit@0.4.0
│ │ │ ├─┬ har-validator@5.1.3
│ │ │ │ └── har-schema@2.0.0
│ │ │ ├─┬ http-signature@1.2.0
│ │ │ │ ├── assert-plus@1.0.0
│ │ │ │ ├─┬ jsprim@1.4.1
│ │ │ │ │ ├── extsprintf@1.3.0
│ │ │ │ │ ├── json-schema@0.2.3
│ │ │ │ │ └── verror@1.10.0
│ │ │ │ └─┬ sshpk@1.16.1
│ │ │ │ ├── asn1@0.2.4
│ │ │ │ ├── bcrypt-pbkdf@1.0.2
│ │ │ │ ├── dashdash@1.14.1
│ │ │ │ ├── ecc-jsbn@0.1.2
│ │ │ │ ├── getpass@0.1.7
│ │ │ │ ├── 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.21
│ │ │ ├── oauth-sign@0.9.0
│ │ │ ├── performance-now@2.1.0
│ │ │ ├── qs@6.5.2
│ │ │ ├─┬ tough-cookie@2.4.3
│ │ │ │ └── punycode@1.4.1
│ │ │ └── tunnel-agent@0.6.0
│ │ ├── sax@1.2.4
│ │ ├── symbol-tree@3.2.2
│ │ ├─┬ tough-cookie@2.5.0
│ │ │ └── psl@1.1.31
│ │ ├── webidl-conversions@4.0.2
│ │ ├─┬ whatwg-encoding@1.0.5
│ │ │ └─┬ iconv-lite@0.4.24
│ │ │ └── safer-buffer@2.1.2
│ │ ├─┬ whatwg-url@4.8.0
│ │ │ ├── tr46@0.0.3
│ │ │ └── webidl-conversions@3.0.1
│ │ └── xml-name-validator@2.0.1
│ ├─┬ jest-haste-map@21.2.0
│ │ ├─┬ fb-watchman@2.0.0
│ │ │ └─┬ bser@2.0.0
│ │ │ └── node-int64@0.4.0
│ │ ├── jest-docblock@21.2.0
│ │ └─┬ sane@2.5.2
│ │ ├─┬ capture-exit@1.2.0
│ │ │ └── rsvp@3.6.2
│ │ ├─┬ exec-sh@0.2.2
│ │ │ └── merge@1.2.1
│ │ ├─┬ micromatch@3.1.10
│ │ │ ├── arr-diff@4.0.0
│ │ │ ├── array-unique@0.3.2
│ │ │ ├─┬ braces@2.3.2
│ │ │ │ ├── extend-shallow@2.0.1
│ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ ├── extend-shallow@2.0.1
│ │ │ │ │ └─┬ is-number@3.0.0
│ │ │ │ │ └── kind-of@3.2.2
│ │ │ │ └── isobject@3.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
│ │ │ │ │ │ └─┬ 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
│ │ │ │ └── extend-shallow@2.0.1
│ │ │ └── kind-of@6.0.2
│ │ ├── minimist@1.2.0
│ │ ├─┬ walker@1.0.7
│ │ │ └─┬ makeerror@1.0.11
│ │ │ └── tmpl@1.0.4
│ │ └─┬ watch@0.18.0
│ │ └── minimist@1.2.0
│ ├─┬ jest-message-util@21.2.1
│ │ └─┬ chalk@2.4.2
│ │ ├── ansi-styles@3.2.1
│ │ └── supports-color@5.5.0
│ ├── jest-regex-util@21.2.0
│ ├── jest-resolve-dependencies@21.2.0
│ ├── jest-runner@21.2.1
│ ├─┬ jest-runtime@21.2.1
│ │ ├─┬ babel-jest@21.2.0
│ │ │ └─┬ babel-preset-jest@21.2.0
│ │ │ └── babel-plugin-jest-hoist@21.2.0
│ │ ├─┬ babel-plugin-istanbul@4.1.6
│ │ │ └─┬ test-exclude@4.2.3
│ │ │ ├── object-assign@4.1.1
│ │ │ └─┬ read-pkg-up@1.0.1
│ │ │ ├─┬ find-up@1.1.2
│ │ │ │ ├── path-exists@2.1.0
│ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ └── pinkie@2.0.4
│ │ │ └─┬ read-pkg@1.1.0
│ │ │ ├─┬ load-json-file@1.1.0
│ │ │ │ └── pify@2.3.0
│ │ │ └─┬ path-type@1.1.0
│ │ │ └── pify@2.3.0
│ │ ├─┬ chalk@2.4.2
│ │ │ ├── ansi-styles@3.2.1
│ │ │ └── supports-color@5.5.0
│ │ ├─┬ json-stable-stringify@1.0.1
│ │ │ └── jsonify@0.0.0
│ │ ├── strip-bom@3.0.0
│ │ └─┬ write-file-atomic@2.4.2
│ │ ├── imurmurhash@0.1.4
│ │ └── signal-exit@3.0.2
│ ├─┬ jest-snapshot@21.2.1
│ │ ├─┬ chalk@2.4.2
│ │ │ ├── ansi-styles@3.2.1
│ │ │ └── supports-color@5.5.0
│ │ ├─┬ jest-diff@21.2.1
│ │ │ └─┬ chalk@2.4.2
│ │ │ ├── ansi-styles@3.2.1
│ │ │ └── supports-color@5.5.0
│ │ ├─┬ jest-matcher-utils@21.2.1
│ │ │ └─┬ chalk@2.4.2
│ │ │ ├── ansi-styles@3.2.1
│ │ │ └── supports-color@5.5.0
│ │ └── natural-compare@1.4.0
│ ├─┬ jest-util@21.2.1
│ │ ├── callsites@2.0.0
│ │ └─┬ chalk@2.4.2
│ │ ├── ansi-styles@3.2.1
│ │ └── supports-color@5.5.0
│ ├─┬ micromatch@2.3.11
│ │ ├── arr-diff@2.0.0
│ │ ├── array-unique@0.2.1
│ │ ├─┬ braces@1.8.5
│ │ │ ├─┬ expand-range@1.8.2
│ │ │ │ └─┬ fill-range@2.2.4
│ │ │ │ ├── is-number@2.1.0
│ │ │ │ ├── isobject@2.1.0
│ │ │ │ └─┬ randomatic@3.1.1
│ │ │ │ ├── is-number@4.0.0
│ │ │ │ ├── kind-of@6.0.2
│ │ │ │ └── math-random@1.0.4
│ │ │ └── preserve@0.2.0
│ │ ├─┬ expand-brackets@0.1.5
│ │ │ └── is-posix-bracket@0.1.1
│ │ ├── extglob@0.3.2
│ │ ├── filename-regex@2.0.1
│ │ ├── is-extglob@1.0.0
│ │ ├── is-glob@2.0.1
│ │ ├─┬ kind-of@3.2.2
│ │ │ └── is-buffer@1.1.6
│ │ ├─┬ normalize-path@2.1.1
│ │ │ └── remove-trailing-separator@1.1.0
│ │ ├─┬ 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
│ │ │ │ └── glob-parent@2.0.0
│ │ │ └── is-dotfile@1.0.3
│ │ └─┬ regex-cache@0.4.4
│ │ └─┬ is-equal-shallow@0.1.3
│ │ └── is-primitive@2.0.0
│ ├─┬ node-notifier@5.3.0
│ │ ├── growly@1.3.0
│ │ └── shellwords@0.1.1
│ ├── pify@3.0.0
│ ├─┬ string-length@2.0.0
│ │ ├── astral-regex@1.0.0
│ │ └─┬ strip-ansi@4.0.0
│ │ └── ansi-regex@3.0.0
│ ├─┬ strip-ansi@4.0.0
│ │ └── ansi-regex@3.0.0
│ ├─┬ which@1.3.1
│ │ └── isexe@2.0.0
│ ├── worker-farm@1.6.0
│ └─┬ yargs@9.0.1
│ ├── 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
│ │ └─┬ wrap-ansi@2.1.0
│ │ └── string-width@1.0.2
│ ├── decamelize@1.2.0
│ ├── get-caller-file@1.0.3
│ ├─┬ os-locale@2.1.0
│ │ ├─┬ execa@0.7.0
│ │ │ ├─┬ cross-spawn@5.1.0
│ │ │ │ ├─┬ lru-cache@4.1.5
│ │ │ │ │ ├── pseudomap@1.0.2
│ │ │ │ │ └── yallist@2.1.2
│ │ │ │ └─┬ shebang-command@1.2.0
│ │ │ │ └── shebang-regex@1.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
│ │ │ └── strip-eof@1.0.0
│ │ ├─┬ lcid@1.0.0
│ │ │ └── invert-kv@1.0.0
│ │ └─┬ mem@1.1.0
│ │ └── mimic-fn@1.2.0
│ ├─┬ read-pkg-up@2.0.0
│ │ └─┬ read-pkg@2.0.0
│ │ ├─┬ load-json-file@2.0.0
│ │ │ ├─┬ parse-json@2.2.0
│ │ │ │ └─┬ error-ex@1.3.2
│ │ │ │ └── is-arrayish@0.2.1
│ │ │ ├── pify@2.3.0
│ │ │ └── strip-bom@3.0.0
│ │ ├─┬ normalize-package-data@2.4.2
│ │ │ ├── hosted-git-info@2.7.1
│ │ │ └─┬ validate-npm-package-license@3.0.4
│ │ │ ├─┬ spdx-correct@3.1.0
│ │ │ │ └── spdx-license-ids@3.0.3
│ │ │ └─┬ spdx-expression-parse@3.0.0
│ │ │ └── spdx-exceptions@2.2.0
│ │ └── 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
├─┬ serverless-offline@3.33.0
│ ├─┬ @babel/core@7.2.2
│ │ ├─┬ @babel/code-frame@7.0.0
│ │ │ └─┬ @babel/highlight@7.0.0
│ │ │ ├─┬ chalk@2.4.2
│ │ │ │ ├── ansi-styles@3.2.1
│ │ │ │ └── supports-color@5.5.0
│ │ │ └── js-tokens@4.0.0
│ │ ├─┬ @babel/generator@7.3.0
│ │ │ └── jsesc@2.5.2
│ │ ├── @babel/helpers@7.3.1
│ │ ├── @babel/parser@7.3.1
│ │ ├── @babel/template@7.2.2
│ │ ├─┬ @babel/traverse@7.2.3
│ │ │ ├─┬ @babel/helper-function-name@7.1.0
│ │ │ │ └── @babel/helper-get-function-arity@7.0.0
│ │ │ ├── @babel/helper-split-export-declaration@7.0.0
│ │ │ ├─┬ debug@4.1.1
│ │ │ │ └── ms@2.1.1
│ │ │ └── globals@11.10.0
│ │ ├─┬ @babel/types@7.3.0
│ │ │ └── to-fast-properties@2.0.0
│ │ ├─┬ debug@4.1.1
│ │ │ └── ms@2.1.1
│ │ ├─┬ json5@2.1.0
│ │ │ └── minimist@1.2.0
│ │ └─┬ resolve@1.10.0
│ │ └── path-parse@1.0.6
│ ├─┬ @babel/register@7.0.0
│ │ ├── home-or-tmp@3.0.0
│ │ ├─┬ pirates@4.0.0
│ │ │ └── node-modules-regexp@1.0.0
│ │ └─┬ source-map-support@0.5.10
│ │ ├── buffer-from@1.1.1
│ │ └── source-map@0.6.1
│ ├─┬ boom@7.3.0
│ │ └── hoek@6.1.2
│ ├── cryptiles@4.1.3
│ ├─┬ h2o2@6.1.0
│ │ ├── boom@5.2.0
│ │ ├── hoek@4.2.1
│ │ ├─┬ joi@10.6.0
│ │ │ ├── hoek@4.2.1
│ │ │ └── isemail@2.2.1
│ │ └─┬ wreck@12.5.1
│ │ ├── boom@5.2.0
│ │ └── hoek@4.2.1
│ ├─┬ hapi@16.7.0
│ │ ├─┬ accept@2.1.4
│ │ │ ├── boom@5.2.0
│ │ │ └── hoek@4.2.1
│ │ ├─┬ ammo@2.0.4
│ │ │ ├── boom@5.2.0
│ │ │ └── hoek@4.2.1
│ │ ├── boom@5.2.0
│ │ ├─┬ call@4.0.2
│ │ │ ├── boom@5.2.0
│ │ │ └── hoek@4.2.1
│ │ ├─┬ catbox@7.1.5
│ │ │ ├── boom@5.2.0
│ │ │ └── hoek@4.2.1
│ │ ├─┬ catbox-memory@2.0.4
│ │ │ └── hoek@4.2.1
│ │ ├── cryptiles@3.1.4
│ │ ├─┬ heavy@4.0.4
│ │ │ ├── boom@5.2.0
│ │ │ └── hoek@4.2.1
│ │ ├── hoek@4.2.1
│ │ ├─┬ iron@4.0.5
│ │ │ ├── boom@5.2.0
│ │ │ ├── cryptiles@3.1.4
│ │ │ └── hoek@4.2.1
│ │ ├── items@2.1.2
│ │ ├─┬ joi@11.4.0
│ │ │ └── isemail@3.2.0
│ │ ├─┬ mimos@3.0.3
│ │ │ ├── hoek@4.2.1
│ │ │ └── mime-db@1.37.0
│ │ ├─┬ podium@1.3.0
│ │ │ └── hoek@4.2.1
│ │ ├─┬ shot@3.4.2
│ │ │ └── hoek@4.2.1
│ │ ├─┬ somever@1.0.1
│ │ │ └── hoek@4.2.1
│ │ ├─┬ statehood@5.0.3
│ │ │ ├── boom@5.2.0
│ │ │ ├── cryptiles@3.1.4
│ │ │ └── hoek@4.2.1
│ │ ├─┬ subtext@5.0.0
│ │ │ ├── boom@5.2.0
│ │ │ ├─┬ content@3.0.7
│ │ │ │ └─┬ boom@5.2.0
│ │ │ │ └── hoek@4.2.1
│ │ │ ├── hoek@4.2.1
│ │ │ └─┬ pez@2.1.5
│ │ │ ├── b64@3.0.3
│ │ │ ├── boom@5.2.0
│ │ │ ├── hoek@4.2.1
│ │ │ └─┬ nigel@2.0.2
│ │ │ ├── hoek@4.2.1
│ │ │ └─┬ vise@2.0.2
│ │ │ └── hoek@4.2.1
│ │ └─┬ topo@2.0.2
│ │ └── hoek@4.2.1
│ ├── hapi-cors-headers@1.0.3
│ ├── js-string-escape@1.0.1
│ ├── jsonpath-plus@0.16.0
│ ├─┬ jsonwebtoken@8.4.0
│ │ ├─┬ jws@3.2.1
│ │ │ └─┬ jwa@1.2.0
│ │ │ ├── buffer-equal-constant-time@1.0.1
│ │ │ └── ecdsa-sig-formatter@1.0.10
│ │ ├── lodash.includes@4.3.0
│ │ ├── lodash.isboolean@3.0.3
│ │ ├── lodash.isinteger@4.0.4
│ │ ├── lodash.isnumber@3.0.3
│ │ ├── lodash.isplainobject@4.0.6
│ │ ├── lodash.isstring@4.0.1
│ │ ├── lodash.once@4.1.1
│ │ └── ms@2.1.1
│ ├── uuid@3.3.2
│ └── velocityjs@1.1.3
├─┬ serverless-webpack@5.2.0
│ ├─┬ archiver@2.1.1
│ │ ├─┬ archiver-utils@1.3.0
│ │ │ └── lazystream@1.0.0
│ │ ├── async@2.6.1
│ │ ├── buffer-crc32@0.2.13
│ │ ├─┬ readable-stream@2.3.6
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@2.0.0
│ │ │ └── util-deprecate@1.0.2
│ │ ├─┬ tar-stream@1.6.2
│ │ │ ├── bl@1.2.2
│ │ │ ├─┬ buffer-alloc@1.2.0
│ │ │ │ ├── buffer-alloc-unsafe@1.1.0
│ │ │ │ └── buffer-fill@1.0.0
│ │ │ ├── end-of-stream@1.4.1
│ │ │ ├── fs-constants@1.0.0
│ │ │ ├── to-buffer@1.1.1
│ │ │ └── xtend@4.0.1
│ │ └─┬ zip-stream@1.2.0
│ │ └─┬ compress-commons@1.2.2
│ │ └─┬ crc32-stream@2.0.0
│ │ └─┬ crc@3.8.0
│ │ └── buffer@5.2.1
│ ├── bluebird@3.5.3
│ ├─┬ fs-extra@4.0.3
│ │ ├── jsonfile@4.0.0
│ │ └── universalify@0.1.2
│ ├─┬ glob@7.1.3
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.6
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.3
│ │ └── once@1.4.0
│ ├─┬ is-builtin-module@1.0.0
│ │ └── builtin-modules@1.1.1
│ └─┬ ts-node@3.3.0
│ ├── arrify@1.0.1
│ ├─┬ chalk@2.4.2
│ │ ├── ansi-styles@3.2.1
│ │ └── supports-color@5.5.0
│ ├── diff@3.5.0
│ ├── make-error@1.3.5
│ ├── minimist@1.2.0
│ ├─┬ tsconfig@6.0.0
│ │ ├── strip-bom@3.0.0
│ │ └── strip-json-comments@2.0.1
│ ├─┬ v8flags@3.1.2
│ │ └─┬ homedir-polyfill@1.0.1
│ │ └── parse-passwd@1.0.0
│ └── yn@2.0.0
├── source-map-support@0.4.18
├─┬ webpack@4.29.0
│ ├─┬ @webassemblyjs/ast@1.7.11
│ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.11
│ │ └─┬ @webassemblyjs/wast-parser@1.7.11
│ │ ├── @webassemblyjs/floating-point-hex-parser@1.7.11
│ │ ├── @webassemblyjs/helper-code-frame@1.7.11
│ │ ├── @webassemblyjs/helper-fsm@1.7.11
│ │ └── @xtuc/long@4.2.1
│ ├── @webassemblyjs/helper-module-context@1.7.11
│ ├─┬ @webassemblyjs/wasm-edit@1.7.11
│ │ ├── @webassemblyjs/helper-buffer@1.7.11
│ │ ├── @webassemblyjs/helper-wasm-section@1.7.11
│ │ ├── @webassemblyjs/wasm-gen@1.7.11
│ │ ├── @webassemblyjs/wasm-opt@1.7.11
│ │ └── @webassemblyjs/wast-printer@1.7.11
│ ├─┬ @webassemblyjs/wasm-parser@1.7.11
│ │ ├── @webassemblyjs/helper-api-error@1.7.11
│ │ ├─┬ @webassemblyjs/ieee754@1.7.11
│ │ │ └── @xtuc/ieee754@1.2.0
│ │ ├── @webassemblyjs/leb128@1.7.11
│ │ └── @webassemblyjs/utf8@1.7.11
│ ├── UNMET PEER DEPENDENCY acorn@6.0.6
│ ├── acorn-dynamic-import@4.0.0
│ ├─┬ ajv@6.7.0
│ │ ├── fast-deep-equal@2.0.1
│ │ ├── fast-json-stable-stringify@2.0.0
│ │ ├── json-schema-traverse@0.4.1
│ │ └─┬ uri-js@4.2.2
│ │ └── punycode@2.1.1
│ ├── ajv-keywords@3.3.0
│ ├─┬ chrome-trace-event@1.0.0
│ │ └── tslib@1.9.3
│ ├── enhanced-resolve@4.1.0
│ ├─┬ eslint-scope@4.0.0
│ │ ├── esrecurse@4.2.1
│ │ └── estraverse@4.2.0
│ ├── json-parse-better-errors@1.0.2
│ ├── loader-runner@2.4.0
│ ├─┬ memory-fs@0.4.1
│ │ └─┬ errno@0.1.7
│ │ └── prr@1.0.1
│ ├─┬ micromatch@3.1.10
│ │ ├── arr-diff@4.0.0
│ │ ├── array-unique@0.3.2
│ │ ├─┬ braces@2.3.2
│ │ │ ├── arr-flatten@1.1.0
│ │ │ ├── extend-shallow@2.0.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
│ │ │ │ └── is-number@3.0.0
│ │ │ ├── isobject@3.0.1
│ │ │ ├── repeat-element@1.1.3
│ │ │ ├─┬ 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
│ │ │ │ │ └── kind-of@6.0.2
│ │ │ │ ├── isobject@3.0.1
│ │ │ │ └── snapdragon-util@3.0.1
│ │ │ └── split-string@3.1.0
│ │ ├─┬ define-property@2.0.2
│ │ │ ├─┬ is-descriptor@1.0.2
│ │ │ │ ├── is-accessor-descriptor@1.0.0
│ │ │ │ ├── is-data-descriptor@1.0.0
│ │ │ │ └── kind-of@6.0.2
│ │ │ └── isobject@3.0.1
│ │ ├─┬ extend-shallow@3.0.2
│ │ │ ├── assign-symbols@1.0.0
│ │ │ └─┬ is-extendable@1.0.1
│ │ │ └─┬ is-plain-object@2.0.4
│ │ │ └── isobject@3.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
│ │ │ │ │ └─┬ 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
│ │ │ │ └── posix-character-classes@0.1.1
│ │ │ └── extend-shallow@2.0.1
│ │ ├─┬ fragment-cache@0.2.1
│ │ │ └── map-cache@0.2.2
│ │ ├── kind-of@6.0.2
│ │ ├─┬ nanomatch@1.2.13
│ │ │ ├── arr-diff@4.0.0
│ │ │ ├── array-unique@0.3.2
│ │ │ ├── is-windows@1.0.2
│ │ │ └── kind-of@6.0.2
│ │ ├─┬ object.pick@1.3.0
│ │ │ └── isobject@3.0.1
│ │ ├─┬ 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
│ │ │ │ │ │ └── isobject@3.0.1
│ │ │ │ │ ├── get-value@2.0.6
│ │ │ │ │ ├─┬ has-value@1.0.0
│ │ │ │ │ │ ├─┬ has-values@1.0.0
│ │ │ │ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ │ │ │ └── kind-of@3.2.2
│ │ │ │ │ │ │ └── kind-of@4.0.0
│ │ │ │ │ │ └── isobject@3.0.1
│ │ │ │ │ ├── isobject@3.0.1
│ │ │ │ │ ├─┬ set-value@2.0.0
│ │ │ │ │ │ └── extend-shallow@2.0.1
│ │ │ │ │ ├── to-object-path@0.3.0
│ │ │ │ │ ├─┬ union-value@1.0.0
│ │ │ │ │ │ └─┬ set-value@0.4.3
│ │ │ │ │ │ └── extend-shallow@2.0.1
│ │ │ │ │ └─┬ unset-value@1.0.0
│ │ │ │ │ ├─┬ has-value@0.3.1
│ │ │ │ │ │ ├── has-values@0.1.4
│ │ │ │ │ │ └── isobject@2.1.0
│ │ │ │ │ └── isobject@3.0.1
│ │ │ │ ├─┬ class-utils@0.3.6
│ │ │ │ │ ├── arr-union@3.1.0
│ │ │ │ │ ├── define-property@0.2.5
│ │ │ │ │ 8904 ├── isobject@3.0.1
│ │ │ │ │ └─┬ 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
│ │ │ │ ├── component-emitter@1.2.1
│ │ │ │ ├─┬ define-property@1.0.0
│ │ │ │ │ └─┬ is-descriptor@1.0.2
│ │ │ │ │ ├── is-accessor-descriptor@1.0.0
│ │ │ │ │ ├── is-data-descriptor@1.0.0
│ │ │ │ │ └── kind-of@6.0.2
│ │ │ │ ├── isobject@3.0.1
│ │ │ │ ├─┬ mixin-deep@1.3.1
│ │ │ │ │ └── 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
│ │ │ │ ├── is-data-descriptor@0.1.4
│ │ │ │ └── kind-of@5.1.0
│ │ │ ├── extend-shallow@2.0.1
│ │ │ ├─┬ source-map-resolve@0.5.2
│ │ │ │ ├── atob@2.1.2
│ │ │ │ ├── decode-uri-component@0.2.0
│ │ │ │ ├── resolve-url@0.2.1
│ │ │ │ ├── source-map-url@0.4.0
│ │ │ │ └── urix@0.1.0
│ │ │ └── use@3.1.1
│ │ └── to-regex@3.0.2
│ ├── neo-async@2.6.0
│ ├─┬ node-libs-browser@2.2.0
│ │ ├─┬ assert@1.4.1
│ │ │ └─┬ util@0.10.3
│ │ │ └── inherits@2.0.1
│ │ ├─┬ browserify-zlib@0.2.0
│ │ │ └── pako@1.0.8
│ │ ├─┬ buffer@4.9.1
│ │ │ ├── base64-js@1.3.0
│ │ │ └── ieee754@1.1.12
│ │ ├─┬ console-browserify@1.1.0
│ │ │ └── date-now@0.1.4
│ │ ├── constants-browserify@1.0.0
│ │ ├─┬ 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.0.0
│ │ │ │ └── evp_bytestokey@1.0.3
│ │ │ ├─┬ browserify-sign@4.0.4
│ │ │ │ ├── bn.js@4.11.8
│ │ │ │ ├── browserify-rsa@4.0.1
│ │ │ │ ├─┬ elliptic@6.4.1
│ │ │ │ │ ├── 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.3
│ │ │ │ └── asn1.js@4.10.1
│ │ │ ├── create-ecdh@4.0.3
│ │ │ ├─┬ create-hash@1.2.0
│ │ │ │ ├── cipher-base@1.0.4
│ │ │ │ ├─┬ md5.js@1.3.5
│ │ │ │ │ └── hash-base@3.0.4
│ │ │ │ ├── ripemd160@2.0.2
│ │ │ │ └── sha.js@2.4.11
│ │ │ ├── create-hmac@1.1.7
│ │ │ ├─┬ diffie-hellman@5.0.3
│ │ │ │ └── miller-rabin@4.0.1
│ │ │ ├── pbkdf2@3.0.17
│ │ │ ├── public-encrypt@4.0.3
│ │ │ ├── randombytes@2.0.6
│ │ │ └── randomfill@1.0.4
│ │ ├── domain-browser@1.2.0
│ │ ├── events@3.0.0
│ │ ├── https-browserify@1.0.0
│ │ ├── os-browserify@0.3.0
│ │ ├── path-browserify@0.0.0
│ │ ├── process@0.11.10
│ │ ├── punycode@1.4.1
│ │ ├── querystring-es3@0.2.1
│ │ ├── stream-browserify@2.0.2
│ │ ├─┬ stream-http@2.8.3
│ │ │ ├── builtin-status-codes@3.0.0
│ │ │ └── to-arraybuffer@1.0.1
│ │ ├── string_decoder@1.1.1
│ │ ├─┬ timers-browserify@2.0.10
│ │ │ └── setimmediate@1.0.5
│ │ ├── tty-browserify@0.0.0
│ │ ├─┬ url@0.11.0
│ │ │ ├── punycode@1.3.2
│ │ │ └── querystring@0.2.0
│ │ ├── util@0.11.1
│ │ └─┬ vm-browserify@0.0.4
│ │ └── indexof@0.0.1
│ ├── schema-utils@0.4.7
│ ├── tapable@1.1.1
│ ├─┬ terser-webpack-plugin@1.2.1
│ │ ├─┬ cacache@11.3.2
│ │ │ ├── chownr@1.1.1
│ │ │ ├── figgy-pudding@3.5.1
│ │ │ ├─┬ lru-cache@5.1.1
│ │ │ │ └── yallist@3.0.3
│ │ │ ├─┬ mississippi@3.0.0
│ │ │ │ ├─┬ concat-stream@1.6.2
│ │ │ │ │ └── typedarray@0.0.6
│ │ │ │ ├─┬ duplexify@3.6.1
│ │ │ │ │ └── stream-shift@1.0.0
│ │ │ │ ├── flush-write-stream@1.0.3
│ │ │ │ ├── from2@2.3.0
│ │ │ │ ├─┬ parallel-transform@1.1.0
│ │ │ │ │ └── cyclist@0.2.2
│ │ │ │ ├── pump@3.0.0
│ │ │ │ ├─┬ pumpify@1.5.1
│ │ │ │ │ └── pump@2.0.1
│ │ │ │ ├── stream-each@1.2.3
│ │ │ │ └── through2@2.0.5
│ │ │ ├─┬ move-concurrently@1.0.1
│ │ │ │ ├── aproba@1.2.0
│ │ │ │ ├─┬ copy-concurrently@1.0.5
│ │ │ │ │ └── iferr@0.1.5
│ │ │ │ ├── fs-write-stream-atomic@1.0.10
│ │ │ │ └── run-queue@1.0.3
│ │ │ ├── promise-inflight@1.0.1
│ │ │ ├── ssri@6.0.1
│ │ │ ├─┬ unique-filename@1.1.1
│ │ │ │ └── unique-slug@2.0.1
│ │ │ └── y18n@4.0.0
│ │ ├─┬ find-cache-dir@2.0.0
│ │ │ └─┬ pkg-dir@3.0.0
│ │ │ └─┬ find-up@3.0.0
│ │ │ └─┬ locate-path@3.0.0
│ │ │ └─┬ p-locate@3.0.0
│ │ │ └─┬ p-limit@2.1.0
│ │ │ └── p-try@2.0.0
│ │ ├─┬ schema-utils@1.0.0
│ │ │ └── ajv-errors@1.0.1
│ │ ├── serialize-javascript@1.6.1
│ │ ├── source-map@0.6.1
│ │ └─┬ terser@3.14.1
│ │ ├── commander@2.17.1
│ │ ├── source-map@0.6.1
│ │ └── source-map-support@0.5.10
│ ├─┬ watchpack@1.6.0
│ │ └─┬ chokidar@2.0.4
│ │ ├─┬ anymatch@2.0.0
│ │ │ └─┬ micromatch@3.1.10
│ │ │ ├── arr-diff@4.0.0
│ │ │ ├── array-unique@0.3.2
│ │ │ ├─┬ braces@2.3.2
│ │ │ │ ├── extend-shallow@2.0.1
│ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ ├── extend-shallow@2.0.1
│ │ │ │ │ └─┬ is-number@3.0.0
│ │ │ │ │ └── kind-of@3.2.2
│ │ │ │ └── isobject@3.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
│ │ │ │ │ │ └─┬ 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
│ │ │ │ └── extend-shallow@2.0.1
│ │ │ └── kind-of@6.0.2
│ │ ├── async-each@1.0.1
│ │ ├─┬ braces@2.3.2
│ │ │ ├── array-unique@0.3.2
│ │ │ ├── extend-shallow@2.0.1
│ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ └── is-number@3.0.0
│ │ │ └── isobject@3.0.1
│ │ ├─┬ glob-parent@3.1.0
│ │ │ ├── is-glob@3.1.0
│ │ │ └── path-dirname@1.0.2
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.12.0
│ │ ├─┬ is-glob@4.0.0
│ │ │ └── is-extglob@2.1.1
│ │ ├── lodash.debounce@4.0.8
│ │ ├─┬ readdirp@2.2.1
│ │ │ └─┬ micromatch@3.1.10
│ │ │ ├── arr-diff@4.0.0
│ │ │ ├── array-unique@0.3.2
│ │ │ ├─┬ braces@2.3.2
│ │ │ │ ├── extend-shallow@2.0.1
│ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ ├── extend-shallow@2.0.1
│ │ │ │ │ └─┬ is-number@3.0.0
│ │ │ │ │ └── kind-of@3.2.2
│ │ │ │ └── isobject@3.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
│ │ │ │ │ │ └─┬ 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
│ │ │ │ └── extend-shallow@2.0.1
│ │ │ └── kind-of@6.0.2
│ │ └── upath@1.1.0
│ └─┬ webpack-sources@1.3.0
│ ├── source-list-map@2.0.1
│ └── source-map@0.6.1
└── webpack-node-externals@1.7.2
npm WARN optional Skipping failed optional dependency /sane/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.7
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.7
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none was installed.
This was what showed up. And then when I tried installing other packages, this is what happened.
chana@DESKTOP-D2KITOQ:~/notes-app-api$ npm install uuid --save
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.7
npm WARN optional Skipping failed optional dependency /sane/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.7
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none was installed.
The text was updated successfully, but these errors were encountered: