Closed KnifeFed closed 2 years ago
On a freshly created project I get this:
Hi, it seems to be a bug of npm/npx and they have already fixed it. Can you update your npm to the latest version and retry?
npm
npx
$ npm i npm -g
Yup, works now, thanks!
On a freshly created project I get this:
log
``` $ npx -p https://github.com/violentmonkey/generator-userscript.git -p yo yo @violentmonkey/userscript ? Your project name test1234 ? Do you want to use TypeScript? Yes create package.json create LICENSE create README.md create .babelrc.js create .browserslistrc create .editorconfig create .eslintignore create .gitignore create rollup.conf.js create scripts/util.js create .eslintrc.js create tsconfig.json create tslint.json create src/meta.js create src/index.ts create src/app.tsx create src/index.d.ts create src/style.module.css 1.22.19 yarn add v1.22.19 info No lockfile found. [1/4] π Resolving packages... warning rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel. warning @gera2ld/plaid > babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. warning @gera2ld/plaid > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. warning @gera2ld/plaid > precss@4.0.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. warning @gera2ld/plaid > svgo > stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility warning @gera2ld/plaid > precss > 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 cssnano > cssnano-preset-default > postcss-svgo > svgo > stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility [2/4] π Fetching packages... [3/4] π Linking dependencies... warning "@gera2ld/plaid > eslint-config-airbnb@18.2.1" has unmet peer dependency "eslint-plugin-react-hooks@^4 || ^3 || ^2.3.0 || ^1.7.0". warning " > @gera2ld/plaid-react@1.5.5" has unmet peer dependency "@gera2ld/plaid-webpack@*". warning "@gera2ld/plaid-react > @babel/preset-react@7.18.6" has unmet peer dependency "@babel/core@^7.0.0-0". warning "@gera2ld/plaid-react > @babel/preset-react > @babel/plugin-transform-react-display-name@7.18.6" has unmet peer dependency "@babel/core@^7.0.0-0". warning "@gera2ld/plaid-react > @babel/preset-react > @babel/plugin-transform-react-jsx-development@7.18.6" has unmet peer dependency "@babel/core@^7.0.0-0". warning "@gera2ld/plaid-react > @babel/preset-react > @babel/plugin-transform-react-jsx@7.18.10" has unmet peer dependency "@babel/core@^7.0.0-0". warning "@gera2ld/plaid-react > @babel/preset-react > @babel/plugin-transform-react-pure-annotations@7.18.6" has unmet peer dependency "@babel/core@^7.0.0-0". warning "@gera2ld/plaid-react > @babel/preset-react > @babel/plugin-transform-react-jsx > @babel/plugin-syntax-jsx@7.18.6" has unmet peer dependency "@babel/core@^7.0.0-0". warning "@babel/preset-typescript > @babel/plugin-transform-typescript@7.18.12" has unmet peer dependency "@babel/core@^7.0.0-0". warning "@babel/preset-typescript > @babel/plugin-transform-typescript > @babel/plugin-syntax-typescript@7.18.6" has unmet peer dependency "@babel/core@^7.0.0-0". warning "@typescript-eslint/eslint-plugin > @typescript-eslint/type-utils@5.33.1" has unmet peer dependency "eslint@*". warning "@typescript-eslint/eslint-plugin > @typescript-eslint/utils@5.33.1" has unmet peer dependency "eslint@^6.0.0 || ^7.0.0 || ^8.0.0". warning "@typescript-eslint/eslint-plugin > @typescript-eslint/utils > eslint-utils@3.0.0" has unmet peer dependency "eslint@>=5". warning " > rollup-plugin-babel@4.4.0" has unmet peer dependency "@babel/core@7 || ^7.0.0-rc.2". warning " > @babel/preset-typescript@7.18.6" has unmet peer dependency "@babel/core@^7.0.0-0". warning " > @typescript-eslint/parser@5.33.1" has unmet peer dependency "eslint@^6.0.0 || ^7.0.0 || ^8.0.0". warning " > @typescript-eslint/eslint-plugin@5.33.1" has unmet peer dependency "eslint@^6.0.0 || ^7.0.0 || ^8.0.0". [4/4] π¨ Building fresh packages... success Saved lockfile. success Saved 485 new dependencies. info Direct dependencies ββ @babel/preset-typescript@7.18.6 ββ @gera2ld/plaid-react@1.5.5 ββ @gera2ld/plaid@1.5.6 ββ @rollup/plugin-alias@3.1.9 ββ @rollup/plugin-commonjs@22.0.2 ββ @rollup/plugin-node-resolve@13.3.0 ββ @rollup/plugin-replace@4.0.0 ββ @typescript-eslint/eslint-plugin@5.33.1 ββ @typescript-eslint/parser@5.33.1 ββ cross-env@7.0.3 ββ cssnano@5.1.13 ββ del-cli@5.0.0 ββ husky@8.0.1 ββ postcss-modules@5.0.0 ββ postcss@8.4.16 ββ rollup-plugin-babel@4.4.0 ββ rollup@2.78.1 ββ typescript@4.7.4 info All dependencies ββ @ampproject/remapping@2.2.0 ββ @babel/core@7.18.10 ββ @babel/helper-builder-binary-assignment-operator-visitor@7.18.9 ββ @babel/helper-compilation-targets@7.18.9 ββ @babel/helper-explode-assignable-expression@7.18.6 ββ @babel/helper-remap-async-to-generator@7.18.9 ββ @babel/helper-replace-supers@7.18.9 ββ @babel/helper-string-parser@7.18.10 ββ @babel/helper-wrap-function@7.18.11 ββ @babel/helpers@7.18.9 ββ @babel/highlight@7.18.6 ββ @babel/parser@7.18.11 ββ @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6 ββ @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.18.9 ββ @babel/plugin-proposal-async-generator-functions@7.18.10 ββ @babel/plugin-proposal-class-properties@7.18.6 ββ @babel/plugin-proposal-class-static-block@7.18.6 ββ @babel/plugin-proposal-decorators@7.18.10 ββ @babel/plugin-proposal-dynamic-import@7.18.6 ββ @babel/plugin-proposal-export-default-from@7.18.10 ββ @babel/plugin-proposal-export-namespace-from@7.18.9 ββ @babel/plugin-proposal-function-sent@7.18.6 ββ @babel/plugin-proposal-json-strings@7.18.6 ββ @babel/plugin-proposal-logical-assignment-operators@7.18.9 ββ @babel/plugin-proposal-nullish-coalescing-operator@7.18.6 ββ @babel/plugin-proposal-numeric-separator@7.18.6 ββ @babel/plugin-proposal-object-rest-spread@7.18.9 ββ @babel/plugin-proposal-optional-catch-binding@7.18.6 ββ @babel/plugin-proposal-pipeline-operator@7.18.9 ββ @babel/plugin-proposal-private-methods@7.18.6 ββ @babel/plugin-proposal-private-property-in-object@7.18.6 ββ @babel/plugin-proposal-throw-expressions@7.18.6 ββ @babel/plugin-proposal-unicode-property-regex@7.18.6 ββ @babel/plugin-syntax-class-properties@7.12.13 ββ @babel/plugin-syntax-decorators@7.18.6 ββ @babel/plugin-syntax-export-default-from@7.18.6 ββ @babel/plugin-syntax-function-sent@7.18.6 ββ @babel/plugin-syntax-import-assertions@7.18.6 ββ @babel/plugin-syntax-import-meta@7.10.4 ββ @babel/plugin-syntax-jsx@7.18.6 ββ @babel/plugin-syntax-pipeline-operator@7.18.6 ββ @babel/plugin-syntax-throw-expressions@7.18.6 ββ @babel/plugin-syntax-top-level-await@7.14.5 ββ @babel/plugin-syntax-typescript@7.18.6 ββ @babel/plugin-transform-arrow-functions@7.18.6 ββ @babel/plugin-transform-async-to-generator@7.18.6 ββ @babel/plugin-transform-block-scoped-functions@7.18.6 ββ @babel/plugin-transform-block-scoping@7.18.9 ββ @babel/plugin-transform-classes@7.18.9 ββ @babel/plugin-transform-computed-properties@7.18.9 ββ @babel/plugin-transform-destructuring@7.18.9 ββ @babel/plugin-transform-dotall-regex@7.18.6 ββ @babel/plugin-transform-duplicate-keys@7.18.9 ββ @babel/plugin-transform-exponentiation-operator@7.18.6 ββ @babel/plugin-transform-for-of@7.18.8 ββ @babel/plugin-transform-function-name@7.18.9 ββ @babel/plugin-transform-literals@7.18.9 ββ @babel/plugin-transform-member-expression-literals@7.18.6 ββ @babel/plugin-transform-modules-amd@7.18.6 ββ @babel/plugin-transform-modules-commonjs@7.18.6 ββ @babel/plugin-transform-modules-systemjs@7.18.9 ββ @babel/plugin-transform-modules-umd@7.18.6 ββ @babel/plugin-transform-named-capturing-groups-regex@7.18.6 ββ @babel/plugin-transform-new-target@7.18.6 ββ @babel/plugin-transform-object-super@7.18.6 ββ @babel/plugin-transform-property-literals@7.18.6 ββ @babel/plugin-transform-react-display-name@7.18.6 ββ @babel/plugin-transform-react-jsx-development@7.18.6 ββ @babel/plugin-transform-react-pure-annotations@7.18.6 ββ @babel/plugin-transform-regenerator@7.18.6 ββ @babel/plugin-transform-reserved-words@7.18.6 ββ @babel/plugin-transform-runtime@7.18.10 ββ @babel/plugin-transform-shorthand-properties@7.18.6 ββ @babel/plugin-transform-spread@7.18.9 ββ @babel/plugin-transform-sticky-regex@7.18.6 ββ @babel/plugin-transform-template-literals@7.18.9 ββ @babel/plugin-transform-typeof-symbol@7.18.9 ββ @babel/plugin-transform-typescript@7.18.12 ββ @babel/plugin-transform-unicode-escapes@7.18.10 ββ @babel/plugin-transform-unicode-regex@7.18.6 ββ @babel/preset-env@7.18.10 ββ @babel/preset-modules@0.1.5 ββ @babel/preset-react@7.18.6 ββ @babel/preset-typescript@7.18.6 ββ @babel/runtime-corejs3@7.18.9 ββ @babel/runtime@7.18.9 ββ @csstools/sass-import-resolve@1.0.0 ββ @gera2ld/plaid-react@1.5.5 ββ @gera2ld/plaid@1.5.6 ββ @jridgewell/gen-mapping@0.1.1 ββ @jridgewell/resolve-uri@3.1.0 ββ @jridgewell/set-array@1.1.2 ββ @nodelib/fs.scandir@2.1.5 ββ @nodelib/fs.stat@2.0.5 ββ @nodelib/fs.walk@1.2.8 ββ @rollup/plugin-alias@3.1.9 ββ @rollup/plugin-commonjs@22.0.2 ββ @rollup/plugin-node-resolve@13.3.0 ββ @rollup/plugin-replace@4.0.0 ββ @trysound/sax@0.2.0 ββ @types/estree@1.0.0 ββ @types/json-schema@7.0.11 ββ @types/json5@0.0.29 ββ @types/minimist@1.2.2 ββ @types/node@18.7.8 ββ @types/normalize-package-data@2.4.1 ββ @types/parse-json@4.0.0 ββ @types/q@1.5.5 ββ @types/resolve@1.17.1 ββ @typescript-eslint/eslint-plugin@5.33.1 ββ @typescript-eslint/parser@5.33.1 ββ @typescript-eslint/type-utils@5.33.1 ββ acorn-jsx@5.3.2 ββ acorn@7.4.1 ββ aggregate-error@4.0.1 ββ ajv@6.12.6 ββ ansi-escapes@4.3.2 ββ ansi-styles@3.2.1 ββ argparse@1.0.10 ββ aria-query@4.2.2 ββ array-union@2.1.0 ββ array.prototype.flat@1.3.0 ββ array.prototype.flatmap@1.3.0 ββ array.prototype.reduce@1.0.4 ββ arrify@1.0.1 ββ ast-types-flow@0.0.7 ββ astral-regex@1.0.0 ββ autoprefixer@9.8.8 ββ axe-core@4.4.3 ββ axobject-query@2.2.0 ββ babel-eslint@10.1.0 ββ babel-plugin-macros@2.8.0 ββ babel-plugin-module-resolver@4.1.0 ββ brace-expansion@1.1.11 ββ braces@3.0.2 ββ builtin-modules@3.3.0 ββ callsites@3.1.0 ββ camelcase-keys@7.0.2 ββ camelcase@6.3.0 ββ caniuse-lite@1.0.30001380 ββ chalk@2.4.2 ββ chardet@0.7.0 ββ clean-stack@4.2.0 ββ cli-cursor@3.1.0 ββ cli-width@3.0.0 ββ clone@1.0.4 ββ coa@2.0.2 ββ color-convert@1.9.3 ββ color-name@1.1.4 ββ color-string@0.3.0 ββ color@0.11.4 ββ commander@4.1.1 ββ commondir@1.0.1 ββ concat-map@0.0.1 ββ confusing-browser-globals@1.0.11 ββ convert-source-map@1.8.0 ββ core-js-compat@3.24.1 ββ core-js-pure@3.24.1 ββ cross-env@7.0.3 ββ cross-spawn@7.0.3 ββ css-blank-pseudo@0.1.4 ββ css-color-function@1.3.3 ββ css-declaration-sorter@6.3.0 ββ css-has-pseudo@0.10.0 ββ css-prefers-color-scheme@3.1.1 ββ css-select-base-adapter@0.1.1 ββ css-select@2.1.0 ββ css-tree@1.1.3 ββ css-what@3.4.2 ββ cssdb@4.4.0 ββ cssesc@3.0.0 ββ cssnano-preset-default@5.2.12 ββ cssnano@5.1.13 ββ csso@4.2.0 ββ damerau-levenshtein@1.0.8 ββ decamelize-keys@1.1.0 ββ decamelize@5.0.1 ββ deep-is@0.1.4 ββ deepmerge@4.2.2 ββ del-cli@5.0.0 ββ del@7.0.0 ββ dom-serializer@0.2.2 ββ domutils@1.7.0 ββ electron-to-chromium@1.4.225 ββ emoji-regex@9.2.2 ββ error-ex@1.3.2 ββ es-array-method-boxes-properly@1.0.0 ββ es-to-primitive@1.2.1 ββ escalade@3.1.1 ββ eslint-config-airbnb-base@14.2.1 ββ eslint-import-resolver-babel-module@5.3.1 ββ eslint-import-resolver-node@0.3.6 ββ eslint-module-utils@2.7.4 ββ eslint-plugin-babel@5.3.1 ββ eslint-plugin-import@2.26.0 ββ eslint-plugin-jsx-a11y@6.6.1 ββ eslint-plugin-react@7.30.1 ββ eslint-rule-composer@0.3.0 ββ eslint-scope@5.1.1 ββ eslint-utils@1.4.3 ββ eslint@6.8.0 ββ espree@6.2.1 ββ esprima@4.0.1 ββ esquery@1.4.0 ββ esrecurse@4.3.0 ββ estraverse@5.3.0 ββ estree-walker@2.0.2 ββ external-editor@3.1.0 ββ fast-deep-equal@3.1.3 ββ fast-glob@3.2.11 ββ fast-json-stable-stringify@2.1.0 ββ fast-levenshtein@2.0.6 ββ fastq@1.13.0 ββ figures@3.2.0 ββ file-entry-cache@5.0.1 ββ fill-range@7.0.1 ββ find-babel-config@1.2.0 ββ find-up@3.0.0 ββ flat-cache@2.0.1 ββ flatted@2.0.2 ββ flatten@1.0.3 ββ fs-extra@8.1.0 ββ fs.realpath@1.0.0 ββ fsevents@2.3.2 ββ function.prototype.name@1.1.5 ββ generic-names@4.0.0 ββ gensync@1.0.0-beta.2 ββ get-symbol-description@1.0.0 ββ glob-parent@5.1.2 ββ globby@11.1.0 ββ graceful-fs@4.2.10 ββ hard-rejection@2.1.0 ββ has-ansi@2.0.0 ββ has-bigints@1.0.2 ββ has-flag@3.0.0 ββ hosted-git-info@4.1.0 ββ husky@8.0.1 ββ iconv-lite@0.4.24 ββ icss-replace-symbols@1.1.0 ββ import-fresh@3.3.0 ββ imurmurhash@0.1.4 ββ inflight@1.0.6 ββ inherits@2.0.4 ββ inquirer@7.3.3 ββ is-arrayish@0.2.1 ββ is-bigint@1.0.4 ββ is-boolean-object@1.1.2 ββ is-builtin-module@3.2.0 ββ is-callable@1.2.4 ββ is-core-module@2.10.0 ββ is-date-object@1.0.5 ββ is-extglob@2.1.1 ββ is-module@1.0.0 ββ is-negative-zero@2.0.2 ββ is-number-object@1.0.7 ββ is-number@7.0.0 ββ is-path-cwd@3.0.0 ββ is-path-inside@4.0.0 ββ is-plain-obj@1.1.0 ββ is-reference@1.2.1 ββ is-regex@1.1.4 ββ is-shared-array-buffer@1.0.2 ββ is-string@1.0.7 ββ is-symbol@1.0.4 ββ is-weakref@1.0.2 ββ js-base64@2.6.4 ββ js-tokens@4.0.0 ββ jsesc@2.5.2 ββ json-parse-even-better-errors@2.3.1 ββ json-schema-traverse@0.4.1 ββ json-stable-stringify-without-jsonify@1.0.1 ββ json5@2.2.1 ββ jsonfile@4.0.0 ββ jsx-ast-utils@3.3.3 ββ kind-of@6.0.3 ββ language-subtag-registry@0.3.22 ββ language-tags@1.0.5 ββ levn@0.3.0 ββ lilconfig@2.0.6 ββ lines-and-columns@1.2.4 ββ loader-utils@3.2.0 ββ locate-path@3.0.0 ββ lodash.camelcase@4.3.0 ββ lodash.debounce@4.0.8 ββ lodash.memoize@4.1.2 ββ lodash.uniq@4.5.0 ββ loose-envify@1.4.0 ββ map-obj@1.0.1 ββ mdn-data@2.0.14 ββ meow@10.1.3 ββ micromatch@4.0.5 ββ mimic-fn@2.1.0 ββ min-indent@1.0.1 ββ minimatch@3.1.2 ββ minimist-options@4.1.0 ββ ms@2.1.2 ββ mute-stream@0.0.8 ββ nanoid@3.3.4 ββ natural-compare@1.4.0 ββ nice-try@1.0.5 ββ node-releases@2.0.6 ββ normalize-range@0.1.2 ββ normalize-url@6.1.0 ββ nth-check@1.0.2 ββ num2fraction@1.2.2 ββ object-assign@4.1.1 ββ object-inspect@1.12.2 ββ object.fromentries@2.0.5 ββ object.getownpropertydescriptors@2.1.4 ββ object.hasown@1.1.1 ββ object.values@1.1.5 ββ onetime@5.1.2 ββ optionator@0.8.3 ββ os-tmpdir@1.0.2 ββ p-limit@2.3.0 ββ p-locate@3.0.0 ββ p-map@5.5.0 ββ p-try@2.2.0 ββ parent-module@1.0.1 ββ parse-json@5.2.0 ββ path-is-absolute@1.0.1 ββ path-key@3.1.1 ββ picomatch@2.3.1 ββ pify@2.3.0 ββ postcss-advanced-variables@3.0.1 ββ postcss-atroot@0.1.3 ββ postcss-attribute-case-insensitive@4.0.2 ββ postcss-calc@7.0.5 ββ postcss-color-function@4.1.0 ββ postcss-color-functional-notation@2.0.1 ββ postcss-color-gray@5.0.0 ββ postcss-color-hex-alpha@5.0.3 ββ postcss-color-mod-function@3.0.3 ββ postcss-color-rebeccapurple@4.0.1 ββ postcss-colormin@5.3.0 ββ postcss-convert-values@5.1.2 ββ postcss-custom-media@7.0.8 ββ postcss-custom-properties@8.0.11 ββ postcss-custom-selectors@5.1.2 ββ postcss-dir-pseudo-class@5.0.0 ββ postcss-discard-comments@5.1.2 ββ postcss-discard-duplicates@5.1.0 ββ postcss-discard-empty@5.1.1 ββ postcss-discard-overridden@5.1.0 ββ postcss-double-position-gradients@1.0.0 ββ postcss-env-function@2.0.2 ββ postcss-extend-rule@2.0.0 ββ postcss-focus-visible@4.0.0 ββ postcss-focus-within@3.0.0 ββ postcss-font-variant@4.0.1 ββ postcss-gap-properties@2.0.0 ββ postcss-image-set-function@3.0.1 ββ postcss-import@12.0.1 ββ postcss-initial@3.0.4 ββ postcss-lab-function@2.0.1 ββ postcss-logical@3.0.0 ββ postcss-media-minmax@4.0.0 ββ postcss-merge-longhand@5.1.6 ββ postcss-merge-rules@5.1.2 ββ postcss-message-helpers@2.0.0 ββ postcss-minify-font-values@5.1.0 ββ postcss-minify-gradients@5.1.1 ββ postcss-minify-params@5.1.3 ββ postcss-minify-selectors@5.2.1 ββ postcss-modules-extract-imports@3.0.0 ββ postcss-modules-local-by-default@4.0.0 ββ postcss-modules-scope@3.0.0 ββ postcss-modules-values@4.0.0 ββ postcss-modules@5.0.0 ββ postcss-nested@4.2.3 ββ postcss-nesting@5.0.0 ββ postcss-normalize-charset@5.1.0 ββ postcss-normalize-display-values@5.1.0 ββ postcss-normalize-positions@5.1.1 ββ postcss-normalize-repeat-style@5.1.1 ββ postcss-normalize-string@5.1.0 ββ postcss-normalize-timing-functions@5.1.0 ββ postcss-normalize-unicode@5.1.0 ββ postcss-normalize-url@5.1.0 ββ postcss-normalize-whitespace@5.1.1 ββ postcss-ordered-values@5.1.3 ββ postcss-overflow-shorthand@2.0.0 ββ postcss-page-break@2.0.0 ββ postcss-place@4.0.1 ββ postcss-plugin-px2rem@0.8.1 ββ postcss-preset-env@6.7.1 ββ postcss-property-lookup@2.0.0 ββ postcss-pseudo-class-any-link@6.0.0 ββ postcss-reduce-initial@5.1.0 ββ postcss-reduce-transforms@5.1.0 ββ postcss-replace-overflow-wrap@3.0.0 ββ postcss-scss@2.1.1 ββ postcss-selector-matches@4.0.0 ββ postcss-selector-not@4.0.1 ββ postcss-svgo@5.1.0 ββ postcss-unique-selectors@5.1.1 ββ postcss@8.4.16 ββ precss@4.0.0 ββ progress@2.0.3 ββ prop-types@15.8.1 ββ punycode@2.1.1 ββ q@1.5.1 ββ queue-microtask@1.2.3 ββ quick-lru@5.1.1 ββ react-is@16.13.1 ββ read-cache@1.0.0 ββ read-pkg-up@8.0.0 ββ read-pkg@6.0.0 ββ redent@4.0.0 ββ regenerate-unicode-properties@10.0.1 ββ regenerator-transform@0.15.0 ββ regexp.prototype.flags@1.4.3 ββ regexpp@3.2.0 ββ regexpu-core@5.1.0 ββ regjsgen@0.6.0 ββ regjsparser@0.8.4 ββ reselect@4.1.6 ββ resolve-from@4.0.0 ββ resolve@1.22.1 ββ restore-cursor@3.1.0 ββ reusify@1.0.4 ββ rgb@0.1.0 ββ rimraf@3.0.2 ββ rollup-plugin-babel@4.4.0 ββ rollup-pluginutils@2.8.2 ββ rollup@2.78.1 ββ run-async@2.4.1 ββ run-parallel@1.2.0 ββ rxjs@6.6.7 ββ safe-buffer@5.1.2 ββ safer-buffer@2.1.2 ββ sax@1.2.4 ββ shebang-command@2.0.0 ββ shebang-regex@3.0.0 ββ signal-exit@3.0.7 ββ slice-ansi@2.1.0 ββ source-map-js@1.0.2 ββ sourcemap-codec@1.4.8 ββ spdx-correct@3.1.1 ββ spdx-exceptions@2.3.0 ββ sprintf-js@1.0.3 ββ string-hash@1.1.3 ββ string-width@3.1.0 ββ string.prototype.matchall@4.0.7 ββ string.prototype.trimend@1.0.5 ββ string.prototype.trimstart@1.0.5 ββ strip-ansi@5.2.0 ββ strip-bom@3.0.0 ββ strip-indent@4.0.0 ββ strip-json-comments@3.1.1 ββ stylehacks@5.1.0 ββ supports-color@5.5.0 ββ svgo@1.3.2 ββ table@5.4.6 ββ tcomb@3.2.29 ββ text-table@0.2.0 ββ through@2.3.8 ββ tmp@0.0.33 ββ to-fast-properties@2.0.0 ββ to-regex-range@5.0.1 ββ trim-newlines@4.0.2 ββ tsconfig-paths@3.14.1 ββ tslib@1.14.1 ββ typescript@4.7.4 ββ unbox-primitive@1.0.2 ββ unicode-canonical-property-names-ecmascript@2.0.0 ββ unicode-match-property-ecmascript@2.0.0 ββ unicode-match-property-value-ecmascript@2.0.0 ββ unicode-property-aliases-ecmascript@2.0.0 ββ universalify@0.1.2 ββ unquote@1.1.1 ββ update-browserslist-db@1.0.5 ββ uri-js@4.4.1 ββ util-deprecate@1.0.2 ββ util.promisify@1.0.1 ββ v8-compile-cache@2.3.0 ββ validate-npm-package-license@3.0.4 ββ which-boxed-primitive@1.0.2 ββ which@2.0.2 ββ word-wrap@1.2.3 ββ write@1.0.3 ββ yallist@4.0.0 ββ yaml@1.10.2 ββ yargs-parser@20.2.9 ββ yocto-queue@0.1.0 β¨ Done in 24.10s. yarn add v1.22.19 [1/4] π Resolving packages... [2/4] π Fetching packages... warning Pattern ["@babel/runtime@^7.18.9"] is trying to unpack in the same destination "/Users/