question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot Build amplify-js from main on Windows 10 / Powershell

See original GitHub issue

Before opening, please confirm:

JavaScript Framework

Not applicable

Amplify APIs

Not applicable

Amplify Categories

Not applicable

Environment information

# Put output below this line
System:
    OS: Windows 10 10.0.19042
    CPU: (16) x64 AMD Ryzen 7 3700X 8-Core Processor
    Memory: 17.95 GB / 31.93 GB
  Binaries:
    Node: 16.13.1 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.17 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 8.2.0 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Spartan (44.19041.1266.0), Chromium (96.0.1054.43)
    Internet Explorer: 11.0.19041.1202
  npmGlobalPackages:
    @aws-amplify/cli: 7.5.3
    @quasar/cli: 1.2.2
    @quasar/icongenie: 2.3.3
    @vue/cli: 4.5.13
    ask-cli: 2.22.4
    aws-cdk: 1.99.0
    cordova: 10.0.0
    core-js: 3.10.2
    npm: 8.2.0
    windows-build-tools: 5.2.2
    yarn: 1.22.17

Describe the bug

I’m trying to build and test using the contributor instructions (yarn; yarn bootstrap; yarn build;). The build fails. I think this is because the yarn step is not installing everything because dependency issues, maybe? Not sure.

Expected behavior

The build succeeds and I can run the tests and build / debug.

Reproduction steps

  • fork / clone amplify-js
  • git clone git@github.com:[username]/amplify-js.git
  • cd amplify-js
  • yarn
  • yarn bootstrap
  • yarn build
  • failure.

Code Snippet

// Put your code below this line.
N/A

Log output

// Put your logs below this line

PS: amplify-js/> yarn
yarn install v1.22.17
[1/4] Resolving packages...
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning codecov@3.8.3: https://about.codecov.io/blog/codecov-uploader-deprecation-plan/
warning cypress > debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
warning cypress > extract-zip > 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.)
warning cypress > request@2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142
warning cypress > request > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning cypress > request > har-validator@5.1.5: this library is no longer supported
warning cypress > url > querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
warning jest > jest-cli > @jest/core > jest-haste-map > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning jest > jest-cli > @jest/core > jest-haste-map > sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > left-pad@1.3.0: use String.prototype.padStart()
warning jest > jest-cli > jest-config > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning jest > jest-cli > jest-config > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning Resolution field "npm-packlist@1.1.12" is incompatible with requested version "npm-packlist@^1.4.4"
warning Resolution field "npm-packlist@1.1.12" is incompatible with requested version "npm-packlist@^1.4.4"
warning lerna > @lerna/version > temp-write > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning lerna > @lerna/bootstrap > @lerna/run-lifecycle > npm-lifecycle > node-gyp > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning lerna > @lerna/bootstrap > @lerna/symlink-binary > @lerna/create-symlink > @zkochan/cmd-shim > mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
warning rollup-plugin-commonjs@9.3.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.
warning rollup-plugin-json@3.1.0: This module has been deprecated and is no longer maintained. Please use @rollup/plugin-json.
warning rollup-plugin-node-resolve@4.2.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
warning rollup-plugin-typescript@1.0.1: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-typescript.
warning typedoc > highlight.js@9.18.5: Support has ended for 9.x series. Upgrade to @latest
warning webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning webpack > watchpack > watchpack-chokidar2 > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > codecov@3.8.3: https://about.codecov.io/blog/codecov-uploader-deprecation-plan/
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > rollup-plugin-commonjs@9.3.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > rollup-plugin-json@3.1.0: This module has been deprecated and is no longer maintained. Please use @rollup/plugin-json.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > rollup-plugin-node-resolve@4.2.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > rollup-plugin-typescript@1.0.1: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-typescript.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-angular > rollup-plugin-node-resolve@4.2.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/analytics > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/api-graphql > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > rollup-plugin-commonjs@10.1.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > rollup-plugin-json@4.0.0: This module has been deprecated and is no longer maintained. Please use @rollup/plugin-json.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/datastore > uuid@3.3.2: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/predictions > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/pubsub > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.15.4"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.15.6"
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-angular > @angular/compiler-cli > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > @angular/compiler-cli > chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > @angular/compiler-cli > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-actions > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-knobs@5.3.21: deprecating @storybook/addon-knobs in favor of @storybook/addon-controls
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > @storybook/addon-knobs@5.3.21: deprecating @storybook/addon-knobs in favor of @storybook/addon-controls
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > fsevents@2.1.2: "Please update to latest v2.3 or v2.2"
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > babel-preset-es2015@6.24.1: πŸ™Œ  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/pushnotification > babel-preset-es2015@6.24.1: πŸ™Œ  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > rollup-plugin-multi-entry@2.1.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-multi-entry.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-plugin-unit-jest > jest > jest-cli > jest-haste-map > sane@2.5.2: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-plugin-unit-jest > jest > jest-cli > prompts > kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit <https://github.com/lukeed/kleur/releases/tag/v3.0.0\> for migration path(s).
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-plugin-unit-jest > jest > jest-cli > jest-haste-map > sane > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/predictions > @aws-sdk/client-comprehend > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/pubsub > cpx > chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/predictions > @aws-sdk/client-translate > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native > fbjs > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native > fbjs-scripts > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native > metro-babel-register > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/core > react-native > metro-babel-register > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > rollup-plugin-node-polyfills > rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > html-webpack-plugin@4.0.0-beta.11: please switch to a stable version
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-service > html-webpack-plugin@3.2.0: 3.x is no longer supported
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-service > webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > eslint-loader@3.0.3: This loader has been deprecated. Please use eslint-webpack-plugin
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > jest-environment-jsdom-fourteen > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > jest-environment-jsdom-fourteen > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning Resolution field "terser@4.6.7" is incompatible with requested version "terser@^4.6.12"
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/analytics > @aws-sdk/client-personalize-events > @aws-sdk/middleware-retry > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > babel-core > babel-register > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > babel-core > babel-runtime > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.13.12"
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > @storybook/addon-docs > vue-docgen-loader > querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > jest-preset-angular > jest-environment-jsdom-thirteen > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > jest-preset-angular > jest-environment-jsdom-thirteen > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-service > @vue/cli-shared-utils > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-service > @vue/cli-shared-utils > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/datastore > fake-indexeddb > realistic-structured-clone > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-plugin-babel > @vue/babel-preset-app > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi@15.1.1: Switch to 'npm install joi'
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-service > @vue/cli-shared-utils > @hapi/joi@15.1.1: Switch to 'npm install joi'
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/core > react-native > @react-native-community/cli > metro > jest-haste-map > sane@3.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/core > react-native > @react-native-community/cli > metro > jest-haste-map > sane > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/core > react-native > @react-native-community/cli > xcode > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/components > popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/components > react-syntax-highlighter > highlight.js@9.18.5: Support has ended for 9.x series. Upgrade to @latest
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > @storybook/react > react-dev-utils > fork-ts-checker-webpack-plugin > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > webpack-dev-server > sockjs > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > webpack-dev-server > webpack-log > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi@15.1.1: Switch to 'npm install joi'
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/html > @storybook/core > webpack-hot-middleware > querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > @aws-amplify/ui-react > @aws-amplify/ui-components > @aws-amplify/storage > @aws-sdk/client-s3 > @aws-sdk/middleware-retry > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > @storybook/preset-create-react-app > react-docgen-typescript-loader > @webpack-contrib/schema-utils > webpack-log > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-plugin-babel > @vue/babel-preset-app > @babel/runtime-corejs2 > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > eslint > file-entry-cache > flat-cache > circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi > @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi > @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi > @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi > @hapi/topo > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/components > react-popper-tooltip > react-popper > popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/components > react-syntax-highlighter > lowlight > highlight.js@9.13.1: Version no longer supported. Upgrade to @latest
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > css-loader > cssnano > postcss-svgo > svgo@0.7.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-vue > @vue/cli-service > cssnano > cssnano-preset-default > postcss-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > resolve-url-loader > rework > css > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > css-loader > cssnano > postcss-merge-rules > postcss-selector-parser > flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > react-scripts > postcss-preset-env > postcss-color-functional-notation > postcss-values-parser > flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > @aws-amplify/ui-react > @aws-amplify/ui-components > @aws-amplify/auth > amazon-cognito-identity-js > buffer@4.9.1: This version of 'buffer' is out-of-date. You must update to v4.9.2 or newer
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native > @react-native-community/cli > metro > metro-minify-uglify > uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
warning workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/core > react-native > @react-native-community/cli > metro > metro-minify-uglify > uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "lerna > @lerna/version > @lerna/github-client > @octokit/rest > @octokit/plugin-request-log@1.0.4" has unmet peer dependency "@octokit/core@>=3".
warning " > rollup-plugin-typescript@1.0.1" has unmet peer dependency "tslib@*".
warning " > uglifyjs-webpack-plugin@0.4.6" has incorrect peer dependency "webpack@^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0".
warning " > @aws-amplify/ui-react@1.2.28" has unmet peer dependency "react@>= 16.7.0".
warning " > @aws-amplify/ui-react@1.2.28" has unmet peer dependency "react-dom@>= 16.7.0".
warning " > @aws-amplify/ui-vue@1.1.22" has unmet peer dependency "vue@2.x.x".
warning " > aws-amplify-angular@6.0.28" has incorrect peer dependency "aws-amplify@3.x.x".
warning " > aws-amplify-react-native@6.0.1" has unmet peer dependency "@react-native-picker/picker@>=1.2".
warning " > aws-amplify-react-native@6.0.1" has unmet peer dependency "graphql@^14.0.0".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/analytics@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/api@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/auth@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/core@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/interactions@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/storage@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/xr@2.x.x".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/pushnotification > babel-loader@7.1.5" has unmet peer dependency "babel-core@6".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > eslint-config-airbnb-base@5.0.3" has incorrect peer dependency "eslint-plugin-import@^1.13.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-angular > tsickle@0.34.3" has incorrect peer dependency "typescript@~3.3.1".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > react-native@0.62.3" has incorrect peer dependency "react@16.11.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/core > react-native@0.59.0" has unmet peer dependency "react@16.8.3".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-angular > @angular/compiler-cli@7.2.16" has unmet peer dependency "@angular/compiler@7.2.16".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > @angular/compiler-cli@5.2.11" has incorrect peer dependency "typescript@>=2.4.2 <2.7".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > @angular/compiler-cli > tsickle@0.27.5" has incorrect peer dependency "typescript@>=2.4.2 <2.8".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > @angular/core@5.2.11" has incorrect peer dependency "rxjs@^5.5.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > amazon-cognito-identity-js > eslint-import-resolver-webpack@0.5.1" has incorrect peer dependency "webpack@^1.11.0 || ^2.1.0-beta || ^2.1.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @stencil/eslint-plugin@0.2.1" has incorrect peer dependency "@typescript-eslint/parser@^2.4.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @stencil/eslint-plugin@0.2.1" has incorrect peer dependency "@typescript-eslint/eslint-plugin@^2.4.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @stencil/eslint-plugin@0.2.1" has incorrect peer dependency "eslint@^6.0.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @typescript-eslint/eslint-plugin@4.33.0" has incorrect peer dependency "@typescript-eslint/parser@^4.0.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @typescript-eslint/parser@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > rollup-plugin-node-externals@2.2.0" has unmet peer dependency "builtin-modules@^3.1.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-knobs@5.3.21" has unmet peer dependency "react@*".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > @angular/common@5.2.11" has incorrect peer dependency "rxjs@^5.5.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > @angular/forms@6.1.10" has incorrect peer dependency "@angular/core@6.1.10".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > @angular/forms@6.1.10" has incorrect peer dependency "@angular/common@6.1.10".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > @angular/forms@6.1.10" has incorrect peer dependency "@angular/platform-browser@6.1.10".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > @storybook/addon-docs@5.3.21" has unmet peer dependency "react-is@^16.8.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > awesome-typescript-loader@4.0.1" has incorrect peer dependency "typescript@^2".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/pushnotification > awesome-typescript-loader@3.5.0" has incorrect peer dependency "typescript@^2".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-angular > jest-preset-angular@7.1.1" has unmet peer dependency "core-js@>=2.0.0 < 4.0.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-react-native > react-test-renderer@17.0.2" has incorrect peer dependency "react@17.0.2".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > aws-amplify-react-native > @react-native-picker/picker@1.16.8" has unmet peer dependency "react-native@>=0.57".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/datastore-storage-adapter > react-native-sqlite-storage@5.0.0" has unmet peer dependency "react-native@>=0.14.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/datastore > @react-native-community/netinfo@4.7.0" has unmet peer dependency "react-native@>=0.59".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/pushnotification > @react-native-community/push-notification-ios@1.0.3" has unmet peer dependency "react@>=16.6.3".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/pushnotification > @react-native-community/push-notification-ios@1.0.3" has unmet peer dependency "react-native@>=0.58.4".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/components@5.3.21" has unmet peer dependency "react-dom@*".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/api@5.3.21" has unmet peer dependency "regenerator-runtime@*".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-a11y > react-sizeme@2.6.12" has unmet peer dependency "react-dom@^0.14.0 || ^15.0.0-0 || ^16.0.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-knobs > react-select@3.2.0" has unmet peer dependency "react@^16.8.0 || ^17.0.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-knobs > react-select@3.2.0" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-knobs > react-color@2.19.3" has unmet peer dependency "react@*".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/html > @storybook/core@5.3.21" has unmet peer dependency "react@*".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/html > @storybook/core@5.3.21" has unmet peer dependency "react-dom@*".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-storybook > @storybook/addon-docs > @egoist/vue-to-react@1.2.0" has unmet peer dependency "vue@^2.6.10 || ^3.0.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-knobs > react-select > react-transition-group@4.4.2" has unmet peer dependency "react@>=16.6.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-knobs > react-select > react-transition-group@4.4.2" has unmet peer dependency "react-dom@>=16.6.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/api > @reach/router@1.3.4" has unmet peer dependency "react-dom@15.x || 16.x || 16.4.0-alpha.0911da3".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-knobs > react-select > react-input-autosize@3.0.0" has unmet peer dependency "react@^16.3.0 || ^17.0.0".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/ui-components > @storybook/addon-knobs > react-color > @icons/material@0.2.4" has unmet peer dependency "react@*".
warning "workspace-aggregator-2f2e7152-1100-4a16-8522-473c79190ac0 > @aws-amplify/analytics > @aws-sdk/client-personalize-events > @aws-sdk/middleware-retry > react-native-get-random-values@1.7.1" has unmet peer dependency "react-native@>=0.56".
[4/4] Building fresh packages...
Done in 128.30s.
PS: amplify-js/> yarn boostrap
yarn run v1.22.17
error Command "boostrap" not found. Did you mean "bootstrap"?
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
PS: amplify-js/> yarn bootstrap
yarn run v1.22.17
$ lerna bootstrap
lerna notice cli v3.22.1
lerna info versioning independent
lerna info bootstrap root only
[1/4] Resolving packages...
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.16.0"
warning codecov@3.8.3: https://about.codecov.io/blog/codecov-uploader-deprecation-plan/
warning cypress > debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
warning cypress > extract-zip > 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.)
warning cypress > request@2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142
warning cypress > request > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning cypress > request > har-validator@5.1.5: this library is no longer supported
warning cypress > url > querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
warning jest > jest-cli > @jest/core > jest-haste-map > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning jest > jest-cli > @jest/core > jest-haste-map > sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > left-pad@1.3.0: use String.prototype.padStart()
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning jest > jest-cli > jest-config > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning jest > jest-cli > jest-config > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning Resolution field "npm-packlist@1.1.12" is incompatible with requested version "npm-packlist@^1.4.4"
warning lerna > @lerna/version > temp-write > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning Resolution field "npm-packlist@1.1.12" is incompatible with requested version "npm-packlist@^1.4.4"
warning lerna > @lerna/bootstrap > @lerna/run-lifecycle > npm-lifecycle > node-gyp > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning lerna > @lerna/bootstrap > @lerna/symlink-binary > @lerna/create-symlink > @zkochan/cmd-shim > mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
warning rollup-plugin-commonjs@9.3.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.
warning rollup-plugin-json@3.1.0: This module has been deprecated and is no longer maintained. Please use @rollup/plugin-json.
warning rollup-plugin-node-resolve@4.2.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
warning rollup-plugin-typescript@1.0.1: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-typescript.
warning typedoc > highlight.js@9.18.5: Support has ended for 9.x series. Upgrade to @latest
warning webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning webpack > watchpack > watchpack-chokidar2 > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > codecov@3.8.3: https://about.codecov.io/blog/codecov-uploader-deprecation-plan/
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > rollup-plugin-commonjs@9.3.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > rollup-plugin-json@3.1.0: This module has been deprecated and is no longer maintained. Please use @rollup/plugin-json.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > rollup-plugin-node-resolve@4.2.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > rollup-plugin-typescript@1.0.1: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-typescript.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-angular > rollup-plugin-node-resolve@4.2.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/analytics > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/api-graphql > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > rollup-plugin-commonjs@10.1.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > rollup-plugin-json@4.0.0: This module has been deprecated and is no longer maintained. Please use @rollup/plugin-json.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/datastore > uuid@3.3.2: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/predictions > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/pubsub > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.15.4"
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.15.6"
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-angular > @angular/compiler-cli > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > @angular/compiler-cli > chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > @angular/compiler-cli > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-actions > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-knobs@5.3.21: deprecating @storybook/addon-knobs in favor of @storybook/addon-controls
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > @storybook/addon-knobs@5.3.21: deprecating @storybook/addon-knobs in favor of @storybook/addon-controls
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > fsevents@2.1.2: "Please update to latest v2.3 or v2.2"
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > babel-preset-es2015@6.24.1: πŸ™Œ  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/pushnotification > babel-preset-es2015@6.24.1: πŸ™Œ  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > rollup-plugin-multi-entry@2.1.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-multi-entry.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-plugin-unit-jest > jest > jest-cli > jest-haste-map > sane@2.5.2: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-plugin-unit-jest > jest > jest-cli > prompts > kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit <https://github.com/lukeed/kleur/releases/tag/v3.0.0\> for migration path(s).
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-plugin-unit-jest > jest > jest-cli > jest-haste-map > sane > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/predictions > @aws-sdk/client-comprehend > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/predictions > @aws-sdk/client-translate > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/pubsub > cpx > chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > fbjs-scripts > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > metro-babel-register > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/core > react-native > metro-babel-register > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > fbjs > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning Resolution field "terser@4.6.7" is incompatible with requested version "terser@^4.6.12"
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > eslint-loader@3.0.3: This loader has been deprecated. Please use eslint-webpack-plugin
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > html-webpack-plugin@4.0.0-beta.11: please switch to a stable version
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-service > html-webpack-plugin@3.2.0: 3.x is no longer supported
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-service > webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > jest-environment-jsdom-fourteen > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > jest-environment-jsdom-fourteen > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > rollup-plugin-node-polyfills > rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > css-loader > cssnano > autoprefixer > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning Resolution field "@babel/types@7.12.10" is incompatible with requested version "@babel/types@^7.13.12"
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > @storybook/addon-docs > vue-docgen-loader > querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/analytics > @aws-sdk/client-personalize-events > @aws-sdk/middleware-retry > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > babel-core > babel-register > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > babel-core > babel-runtime > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > jest-preset-angular > jest-environment-jsdom-thirteen > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > jest-preset-angular > jest-environment-jsdom-thirteen > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-plugin-babel > @vue/babel-preset-app > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-plugin-babel > @vue/cli-shared-utils > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-plugin-babel > @vue/cli-shared-utils > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/datastore > fake-indexeddb > realistic-structured-clone > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > @react-native-community/cli-platform-ios > xcode > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi@15.1.1: Switch to 'npm install joi'
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-plugin-babel > @vue/cli-shared-utils > @hapi/joi@15.1.1: Switch to 'npm install joi'
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/core > react-native > @react-native-community/cli > metro-core > jest-haste-map > sane@3.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/core > react-native > @react-native-community/cli > metro-core > jest-haste-map > sane > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/html > @storybook/core > webpack-hot-middleware > querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/components > popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/components > react-syntax-highlighter > highlight.js@9.18.5: Support has ended for 9.x series. Upgrade to @latest
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > @storybook/react > react-dev-utils > fork-ts-checker-webpack-plugin > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > webpack-dev-server > sockjs > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > webpack-dev-server > webpack-log > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi@15.1.1: Switch to 'npm install joi'
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > css-loader > cssnano > postcss-merge-rules > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > @aws-amplify/ui-react > @aws-amplify/ui-components > @aws-amplify/core > @aws-sdk/client-cognito-identity > @aws-sdk/middleware-retry > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > @storybook/preset-create-react-app > react-docgen-typescript-loader > @webpack-contrib/schema-utils > webpack-log > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-plugin-babel > @vue/babel-preset-app > @babel/runtime-corejs2 > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > eslint > file-entry-cache > flat-cache > circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi > @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi > @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi > @hapi/topo > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > @react-native-community/cli > @hapi/joi > @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/components > react-syntax-highlighter > lowlight > highlight.js@9.13.1: Version no longer supported. Upgrade to @latest
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/components > react-popper-tooltip > react-popper > popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > css-loader > cssnano > postcss-svgo > svgo@0.7.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-vue > @vue/cli-service > cssnano > cssnano-preset-default > postcss-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > resolve-url-loader > rework > css > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > css-loader > cssnano > postcss-merge-rules > caniuse-api > browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > css-loader > cssnano > postcss-merge-rules > postcss-selector-parser > flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > react-scripts > postcss-preset-env > postcss-color-functional-notation > postcss-values-parser > flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > @aws-amplify/ui-react > @aws-amplify/ui-components > @aws-amplify/auth > amazon-cognito-identity-js > buffer@4.9.1: This version of 'buffer' is out-of-date. You must update to v4.9.2 or newer
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native > @react-native-community/cli > metro > metro-minify-uglify > uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
warning workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/core > react-native > @react-native-community/cli > metro > metro-minify-uglify > uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "lerna > @lerna/version > @lerna/github-client > @octokit/rest > @octokit/plugin-request-log@1.0.4" has unmet peer dependency "@octokit/core@>=3".
warning " > rollup-plugin-typescript@1.0.1" has unmet peer dependency "tslib@*".
warning " > uglifyjs-webpack-plugin@0.4.6" has incorrect peer dependency "webpack@^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0".
warning " > @aws-amplify/ui-react@1.2.28" has unmet peer dependency "react@>= 16.7.0".
warning " > @aws-amplify/ui-react@1.2.28" has unmet peer dependency "react-dom@>= 16.7.0".
warning " > @aws-amplify/ui-vue@1.1.22" has unmet peer dependency "vue@2.x.x".
warning " > aws-amplify-angular@6.0.28" has incorrect peer dependency "aws-amplify@3.x.x".
warning " > aws-amplify-react-native@6.0.1" has unmet peer dependency "@react-native-picker/picker@>=1.2".
warning " > aws-amplify-react-native@6.0.1" has unmet peer dependency "graphql@^14.0.0".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/analytics@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/api@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/auth@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/core@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/interactions@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/storage@3.x.x".
warning " > aws-amplify-react@5.1.11" has incorrect peer dependency "@aws-amplify/xr@2.x.x".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/pushnotification > babel-loader@7.1.5" has unmet peer dependency "babel-core@6".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > eslint-config-airbnb-base@5.0.3" has incorrect peer dependency "eslint-plugin-import@^1.13.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > react-native@0.62.3" has incorrect peer dependency "react@16.11.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/core > react-native@0.59.0" has unmet peer dependency "react@16.8.3".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-angular > @angular/compiler-cli@7.2.16" has unmet peer dependency "@angular/compiler@7.2.16".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > @angular/compiler-cli@5.2.11" has incorrect peer dependency "typescript@>=2.4.2 <2.7".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > @angular/core@5.2.11" has incorrect peer dependency "rxjs@^5.5.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > amazon-cognito-identity-js > eslint-import-resolver-webpack@0.5.1" has incorrect peer dependency "webpack@^1.11.0 || ^2.1.0-beta || ^2.1.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-angular > tsickle@0.34.3" has incorrect peer dependency "typescript@~3.3.1".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > @angular/compiler-cli > tsickle@0.27.5" has incorrect peer dependency "typescript@>=2.4.2 <2.8".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @stencil/eslint-plugin@0.2.1" has incorrect peer dependency "@typescript-eslint/parser@^2.4.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @stencil/eslint-plugin@0.2.1" has incorrect peer dependency "@typescript-eslint/eslint-plugin@^2.4.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @stencil/eslint-plugin@0.2.1" has incorrect peer dependency "eslint@^6.0.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @typescript-eslint/eslint-plugin@4.33.0" has incorrect peer dependency "@typescript-eslint/parser@^4.0.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @typescript-eslint/parser@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-knobs@5.3.21" has unmet peer dependency "react@*".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > rollup-plugin-node-externals@2.2.0" has unmet peer dependency "builtin-modules@^3.1.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > @storybook/addon-docs@5.3.21" has unmet peer dependency "react-is@^16.8.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > @angular/forms@6.1.10" has incorrect peer dependency "@angular/core@6.1.10".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > @angular/forms@6.1.10" has incorrect peer dependency "@angular/common@6.1.10".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > @angular/forms@6.1.10" has incorrect peer dependency "@angular/platform-browser@6.1.10".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > @angular/common@5.2.11" has incorrect peer dependency "rxjs@^5.5.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > awesome-typescript-loader@4.0.1" has incorrect peer dependency "typescript@^2".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/pushnotification > awesome-typescript-loader@3.5.0" has incorrect peer dependency "typescript@^2".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-angular > jest-preset-angular@7.1.1" has unmet peer dependency "core-js@>=2.0.0 < 4.0.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-react-native > react-test-renderer@17.0.2" has incorrect peer dependency "react@17.0.2".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > aws-amplify-react-native > @react-native-picker/picker@1.16.8" has unmet peer dependency "react-native@>=0.57".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/datastore-storage-adapter > react-native-sqlite-storage@5.0.0" has unmet peer dependency "react-native@>=0.14.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/datastore > @react-native-community/netinfo@4.7.0" has unmet peer dependency "react-native@>=0.59".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/pushnotification > @react-native-community/push-notification-ios@1.0.3" has unmet peer dependency "react@>=16.6.3".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/pushnotification > @react-native-community/push-notification-ios@1.0.3" has unmet peer dependency "react-native@>=0.58.4".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-a11y > react-sizeme@2.6.12" has unmet peer dependency "react-dom@^0.14.0 || ^15.0.0-0 || ^16.0.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/html > @storybook/core@5.3.21" has unmet peer dependency "react@*".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/html > @storybook/core@5.3.21" has unmet peer dependency "react-dom@*".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/api@5.3.21" has unmet peer dependency "regenerator-runtime@*".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/components@5.3.21" has unmet peer dependency "react-dom@*".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-knobs > react-color@2.19.3" has unmet peer dependency "react@*".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-knobs > react-select@3.2.0" has unmet peer dependency "react@^16.8.0 || ^17.0.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-knobs > react-select@3.2.0" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-storybook > @storybook/addon-docs > @egoist/vue-to-react@1.2.0" has unmet peer dependency "vue@^2.6.10 || ^3.0.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-a11y > @storybook/api > @reach/router@1.3.4" has unmet peer dependency "react-dom@15.x || 16.x || 16.4.0-alpha.0911da3".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-knobs > react-select > react-input-autosize@3.0.0" has unmet peer dependency "react@^16.3.0 || ^17.0.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-knobs > react-select > react-transition-group@4.4.2" has unmet peer dependency "react@>=16.6.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-knobs > react-select > react-transition-group@4.4.2" has unmet peer dependency "react-dom@>=16.6.0".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/ui-components > @storybook/addon-knobs > react-color > @icons/material@0.2.4" has unmet peer dependency "react@*".
warning "workspace-aggregator-691c6f85-d7c9-46b7-b928-d449e0e6cc6b > @aws-amplify/analytics > @aws-sdk/client-personalize-events > @aws-sdk/middleware-retry > react-native-get-random-values@1.7.1" has unmet peer dependency "react-native@>=0.56".
[4/4] Building fresh packages...
Done in 137.40s.
PS: amplify-js/> yarn build
yarn run v1.22.17
$ lerna run build --stream
lerna notice cli v3.22.1
lerna info versioning independent
lerna info Executing command in 27 packages: "yarn run build"
amazon-cognito-identity-js: $ npm run clean && npm run build:cjs && npm run build:esm && npm run build:umd
@aws-amplify/ui: $ npm run clean && webpack && copyfiles -u 1 ./src/*.css.d.ts ./lib
aws-amplify-react-native: $ npm run lint && npm run clean && babel src --out-dir dist --extensions '.ts,.tsx,.js,.jsx' --copy-files
@aws-amplify/core: $ npm run clean && npm run generate-version && npm run build:esm && npm run build:cjs
aws-amplify-vue: $ vue-cli-service build --target lib --name aws-amplify-vue ./src/Amplify.vue
aws-amplify-vue: -  Building for production as library (commonjs,umd,umd-min)...
amazon-cognito-identity-js: > amazon-cognito-identity-js@5.2.3 clean
amazon-cognito-identity-js: > rimraf lib es
@aws-amplify/ui: > @aws-amplify/ui@2.0.5 clean
@aws-amplify/ui: > rimraf dist lib
aws-amplify-react-native: > aws-amplify-react-native@6.0.1 lint
aws-amplify-react-native: > eslint src
@aws-amplify/core: > @aws-amplify/core@4.3.10 clean
@aws-amplify/core: > rimraf lib-esm lib dist
amazon-cognito-identity-js: > amazon-cognito-identity-js@5.2.3 build:cjs
amazon-cognito-identity-js: > cross-env BABEL_ENV=commonjs babel src --out-dir lib
@aws-amplify/core: > @aws-amplify/core@4.3.10 generate-version
@aws-amplify/core: > genversion src/Platform/version.ts --es6 --semi
@aws-amplify/core: > @aws-amplify/core@4.3.10 build:esm
@aws-amplify/core: > rimraf lib-esm && node ./build es6
amazon-cognito-identity-js: Successfully compiled 26 files with Babel (1626ms).
@aws-amplify/ui: Hash: 4ea906e7c5a8a6bc6a38
@aws-amplify/ui: Version: webpack 4.46.0
@aws-amplify/ui: Time: 2247ms
@aws-amplify/ui: Built at: 12/07/2021 1:54:10 PM
@aws-amplify/ui:                     Asset       Size      Chunks                   Chunk Names
@aws-amplify/ui:         ..\lib\index.d.ts  399 bytes              [emitted]    
@aws-amplify/ui:         aws-amplify-ui.js   4.21 KiB        0, 1  [emitted]        aws-amplify-ui
@aws-amplify/ui:     aws-amplify-ui.js.map   4.45 KiB        0, 1  [emitted] [dev]  aws-amplify-ui
@aws-amplify/ui:     aws-amplify-ui.min.js   4.21 KiB        1, 0  [emitted]        aws-amplify-ui.min
@aws-amplify/ui: aws-amplify-ui.min.js.map   11.5 KiB        1, 0  [emitted] [dev]  aws-amplify-ui.min
@aws-amplify/ui:                 style.css     17 KiB  0, 1, 1, 0  [emitted]        aws-amplify-ui, aws-amplify-ui.min
@aws-amplify/ui:             style.css.map   22.5 KiB  0, 1, 1, 0  [emitted] [dev]  aws-amplify-ui, aws-amplify-ui.min
@aws-amplify/ui: Entrypoint aws-amplify-ui = style.css aws-amplify-ui.js style.css.map aws-amplify-ui.js.map
@aws-amplify/ui: Entrypoint aws-amplify-ui.min = style.css aws-amplify-ui.min.js style.css.map aws-amplify-ui.min.js.map
@aws-amplify/ui:  [0] ./src/index.ts 1.2 KiB {0} {1} [built]
@aws-amplify/ui:  [1] ./src/Anchor.css 83 bytes {0} {1} [built]
@aws-amplify/ui:  [2] ./src/Button.css 543 bytes {0} {1} [built]
@aws-amplify/ui:  [3] ./src/Form.css 219 bytes {0} {1} [built]
@aws-amplify/ui:  [4] ./src/Hint.css 87 bytes {0} {1} [built]
@aws-amplify/ui:  [5] ./src/Input.css 193 bytes {0} {1} [built]
@aws-amplify/ui:  [6] ./src/Nav.css 183 bytes {0} {1} [built]
@aws-amplify/ui:  [7] ./src/PhotoPicker.css 246 bytes {0} {1} [built]
@aws-amplify/ui:  [8] ./src/Section.css 562 bytes {0} {1} [built]
@aws-amplify/ui:  [9] ./src/SelectInput.css 108 bytes {0} {1} [built]
@aws-amplify/ui: [10] ./src/Strike.css 141 bytes {0} {1} [built]
@aws-amplify/ui: [11] ./src/Toast.css 131 bytes {0} {1} [built]
@aws-amplify/ui: [12] ./src/Totp.css 99 bytes {0} {1} [built]
@aws-amplify/ui: [13] ./src/XR.css 753 bytes {0} {1} [built]
@aws-amplify/ui:     + 14 hidden modules
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/Anchor.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Anchor.css 499 bytes {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/Button.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Button.css 3.91 KiB {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/Form.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Form.css 1.35 KiB {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/Hint.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Hint.css 426 bytes {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/Input.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Input.css 1.28 KiB {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/Nav.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [0] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Nav.css 700 bytes {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/PhotoPicker.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/PhotoPicker.css 800 bytes {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/Section.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Section.css 2.16 KiB {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/SelectInput.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/SelectInput.css 1.39 KiB {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/Strike.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Strike.css 752 bytes {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/Toast.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Toast.css 1.52 KiB {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/Totp.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [0] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Totp.css 296 bytes {0} [built]
@aws-amplify/ui:         + 1 hidden module
@aws-amplify/ui: Child mini-css-extract-plugin node_modules/dts-css-modules-loader/index.js??ref--6-1!node_modules/css-loader/dist/cjs.js??ref--6-2!../../node_modules/postcss-loader/src/index.js!src/XR.css:
@aws-amplify/ui:     Entrypoint mini-css-extract-plugin = *
@aws-amplify/ui:     [1] ./node_modules/dts-css-modules-loader??ref--6-1!./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/XR.css 5.33 KiB {0} [built]
@aws-amplify/ui:     [2] ./node_modules/css-loader/dist/cjs.js??ref--6-2!C:/Users/Ryan/workspace/RAIN/one-voice/poc-dev/amplify-source/amplify-js/node_modules/postcss-loader/src!./src/Theme.css 4.87 KiB {0} [built]
@aws-amplify/ui:         + 1 hidden module
aws-amplify-vue:  WARNING  Compiled with 3 warnings1:54:11 PM
aws-amplify-vue:  warning
aws-amplify-vue: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
aws-amplify-vue: This can impact web performance.
aws-amplify-vue: Assets:
aws-amplify-vue:   aws-amplify-vue.umd.js (409 KiB)
aws-amplify-vue:  warning
aws-amplify-vue: entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
aws-amplify-vue: Entrypoints:
aws-amplify-vue:   aws-amplify-vue.umd (409 KiB)
aws-amplify-vue:       aws-amplify-vue.umd.js
aws-amplify-vue:  warning
aws-amplify-vue: webpack performance recommendations:
aws-amplify-vue: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
aws-amplify-vue: For more info visit https://webpack.js.org/guides/code-splitting/
aws-amplify-vue:  WARNING  Compiled with 3 warnings1:54:11 PM
aws-amplify-vue:  warning
aws-amplify-vue: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
aws-amplify-vue: This can impact web performance.
aws-amplify-vue: Assets:
aws-amplify-vue:   aws-amplify-vue.common.js (409 KiB)
aws-amplify-vue:  warning
aws-amplify-vue: entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
aws-amplify-vue: Entrypoints:
aws-amplify-vue:   aws-amplify-vue.common (409 KiB)
aws-amplify-vue:       aws-amplify-vue.common.js
aws-amplify-vue:  warning
aws-amplify-vue: webpack performance recommendations:
aws-amplify-vue: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
aws-amplify-vue: For more info visit https://webpack.js.org/guides/code-splitting/
aws-amplify-vue:  DONE  Compiled successfully in 3793ms1:54:11 PM
aws-amplify-vue:   File                               Size                Gzipped
aws-amplify-vue:   dist\aws-amplify-vue.umd.min.js    171.06 KiB          48.12 KiB
aws-amplify-vue:   dist\aws-amplify-vue.umd.js        409.22 KiB          87.68 KiB
aws-amplify-vue:   dist\aws-amplify-vue.common.js     408.74 KiB          87.50 KiB
aws-amplify-vue:   Images and other types of assets omitted.
amazon-cognito-identity-js: > amazon-cognito-identity-js@5.2.3 build:esm
amazon-cognito-identity-js: > cross-env BABEL_ENV=es babel src --out-dir es
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
aws-amplify-react-native: (Use `node --trace-warnings ...` to show where the warning was created)
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'set' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'to' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
aws-amplify-react-native: (node:16420) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
aws-amplify-react-native: C:\Users\Ryan\workspace\RAIN\one-voice\poc-dev\amplify-source\amplify-js\packages\aws-amplify-react-native\src\AmplifyTestIDs.js
aws-amplify-react-native:    1:3    error  Delete `␍`  prettier/prettier
aws-amplify-react-native:    2:80   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:    3:3    error  Delete `␍`  prettier/prettier
aws-amplify-react-native:    4:119  error  Delete `␍`  prettier/prettier
aws-amplify-react-native:    5:52   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:    6:3    error  Delete `␍`  prettier/prettier
aws-amplify-react-native:    7:40   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:    8:3    error  Delete `␍`  prettier/prettier
aws-amplify-react-native:    9:120  error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   10:118  error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   11:38   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   12:4    error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   13:1    error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   14:52   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   15:19   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   16:9    error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   17:71   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   18:71   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   19:67   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   20:69   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   21:55   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   22:67   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   23:67   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   24:73   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   25:49   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   26:55   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   27:71   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   28:67   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   29:73   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   30:75   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   31:51   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   32:55   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   33:49   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   34:63   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   35:49   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   36:55   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   37:83   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   38:57   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   39:55   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   40:51   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   41:49   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   42:53   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   43:55   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   44:69   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   45:65   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   46:53   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   47:4    error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   48:3    error  Delete `␍`  prettier/prettier
aws-amplify-react-native: C:\Users\Ryan\workspace\RAIN\one-voice\poc-dev\amplify-source\amplify-js\packages\aws-amplify-react-native\src\Utils\index.ts
aws-amplify-react-native:   1:41  error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   2:1   error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   3:43  error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   4:81  error  Delete `␍`  prettier/prettier
aws-amplify-react-native:   5:3   error  Delete `␍`  prettier/prettier
aws-amplify-react-native: βœ– 53 problems (53 errors, 0 warnings)
aws-amplify-react-native:   53 errors and 0 warnings potentially fixable with the `--fix` option.
aws-amplify-react-native: error Command failed with exit code 1.
aws-amplify-react-native: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
lerna ERR! yarn run build exited 1 in 'aws-amplify-react-native'
lerna WARN complete Waiting for 2 child processes to exit. CTRL-C to exit immediately.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
PS: amplify-js/>





aws-exports.js

No response

Manual configuration

No response

Additional configuration

No response

Mobile Device

No response

Mobile Operating System

No response

Mobile Browser

No response

Mobile Browser Version

No response

Additional information and screenshots

No response

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
nilisha-jaiscommented, Dec 8, 2021

Hey @ryanhollander , try setting

'prettier/prettier': [
  'error',
  {
    'endOfLine': 'auto',
  }
]

inside the rules object of the eslintrc file ,i.e., in packages/aws-amplify-react-native/.eslintrc.js

2reactions
david-mcafeecommented, Dec 10, 2021

I have a PR out to fix the build for Windows. In the meantime, the workaround mentioned by @nilisha-jais can unblock developers that are building with Windows machines. Thanks for this, @nilisha-jais!

Read more comments on GitHub >

github_iconTop Results From Across the Web

'amplify configure' not working on windows (cmd.exe) Β· Issue #13
I'm seeing it on a fresh install of Windows 10 with no previous betas installed. Versions: node v10.9.0 npm v6.2.0. Windows 10 Pro...
Read more >
amazon web services - Amplify configure - Stack Overflow
I have installed CLI globally. My platform is Windows. – Kebasita. Oct 23, 2019 at 1:28. 3.
Read more >
Get started - Installation - AWS Amplify Docs
Install the Amplify CLI. The Amplify Command Line Interface (CLI) is a unified toolchain to create AWS cloud services for your app. Let's...
Read more >
PowerShell path is not specified and cannot be det...
To fix this issue you must create a Configuration Parameter on the MID server and NOT a property. A property wont fix this....
Read more >
Fix for PowerShell Script cannot be loaded because running ...
On trying to run a PowerShell script from the PowerShell console, received this error message: β€œFile C:\temp\GenerateRpt.ps1 cannot be loadedΒ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found