error Couldn't find any versions for "@babel/helper-wrap-function" that matches "^7.10.4"
See original GitHub issueCurrent Behavior
The application is not created.
Expected Behavior
The creation of the application.
Steps to Reproduce
cd ~
rm -rf ./nx-architecture-workshop-playground
npx \
create-nx-workspace@^9.5 \
nx-architecture-workshop-playground \
--npm-scope=my-scope \
--cli=angular \
--interactive=false \
--preset=empty \
--style=scss \
--skipGit=true \
--nx-cloud=false
cd nx-architecture-workshop-playground
yarn add @nrwl/angular@^9.5
yarn \
run \
nx \
generate \
@nrwl/angular:application \
my-app \
--directory=my-wrapper \
--e2e-test-runner=cypress \
--interactive=false \
--routing=true \
--style=scss \
--unit-test-runner=jest
Failure Logs
npx: installed 197 in 17.862s
Creating a sandbox with Nx...
warning @angular/cli > universal-analytics > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
new nx-architecture-workshop-playground "--npm-scope=my-scope" "--skipGit=true" --preset="empty" --interactive=false --collection=@nrwl/workspace
CREATE nx-architecture-workshop-playground/nx.json (468 bytes)
CREATE nx-architecture-workshop-playground/tsconfig.json (475 bytes)
CREATE nx-architecture-workshop-playground/README.md (3489 bytes)
CREATE nx-architecture-workshop-playground/.editorconfig (245 bytes)
CREATE nx-architecture-workshop-playground/.gitignore (503 bytes)
CREATE nx-architecture-workshop-playground/.prettierignore (74 bytes)
CREATE nx-architecture-workshop-playground/.prettierrc (25 bytes)
CREATE nx-architecture-workshop-playground/angular.json (90 bytes)
CREATE nx-architecture-workshop-playground/package.json (1160 bytes)
CREATE nx-architecture-workshop-playground/decorate-angular-cli.js (2990 bytes)
CREATE nx-architecture-workshop-playground/tools/tsconfig.tools.json (204 bytes)
CREATE nx-architecture-workshop-playground/tools/schematics/.gitkeep (0 bytes)
CREATE nx-architecture-workshop-playground/apps/.gitkeep (0 bytes)
CREATE nx-architecture-workshop-playground/libs/.gitkeep (0 bytes)
β Packages installed successfully.
βββββββββββββββββββββββββββββββββββββββββββββββ
> NX NOTE Nx CLI is not installed globally.
This means that you might have to use "yarn nx" or "npm nx" to execute commands in the workspace.
Run "yarn global add @nrwl/cli" or "npm install -g @nrwl/cli" to be able to execute command directly.
yarn add v1.21.1
[1/4] Resolving packages...
Couldn't find any versions for "@babel/helper-wrap-function" that matches "^7.10.4"
? Please choose a version of "@babel/helper-wrap-function" from this list: (Use arrow keys)
β― 7.10.1
7.8.3
7.8.0
? Please choose a version of "@babel/helper-wrap-function" from this list: 7.10.1
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > @nrwl/angular@9.5.0" has unmet peer dependency "tslib@^1.10.0".
warning "@nrwl/angular > jasmine-marbles@0.6.0" has unmet peer dependency "rxjs@^6.4.0".
warning "@nrwl/angular > @nrwl/cypress@9.5.0" has unmet peer dependency "cypress@>= 3 < 5".
warning "@nrwl/angular > @nrwl/cypress > @cypress/webpack-preprocessor@4.1.5" has unmet peer dependency "webpack@^4.18.1".
warning "@nrwl/angular > @nrwl/cypress > @cypress/webpack-preprocessor > babel-loader@8.1.0" has unmet peer dependency "webpack@>=2".[4/4] Building fresh packages...
success Saved lockfile.success Saved 176 new dependencies.
info Direct dependencies
ββ @nrwl/angular@9.5.0
info All dependencies
ββ @babel/compat-data@7.10.4
ββ @babel/core@7.10.4
ββ @babel/helper-builder-binary-assignment-operator-visitor@7.10.4
ββ @babel/helper-compilation-targets@7.10.4
ββ @babel/helper-define-map@7.10.4
ββ @babel/helper-explode-assignable-expression@7.10.4
ββ @babel/helper-function-name@7.10.4
ββ @babel/helper-hoist-variables@7.10.4
ββ @babel/helper-wrap-function@7.10.1
ββ @babel/helpers@7.10.4
ββ @babel/plugin-proposal-async-generator-functions@7.10.4
ββ @babel/plugin-proposal-class-properties@7.10.4
ββ @babel/plugin-proposal-dynamic-import@7.10.4
ββ @babel/plugin-proposal-json-strings@7.10.4
ββ @babel/plugin-proposal-nullish-coalescing-operator@7.10.4
ββ @babel/plugin-proposal-numeric-separator@7.10.4
ββ @babel/plugin-proposal-object-rest-spread@7.10.4
ββ @babel/plugin-proposal-optional-catch-binding@7.10.4
ββ @babel/plugin-proposal-optional-chaining@7.10.4
ββ @babel/plugin-proposal-private-methods@7.10.4
ββ @babel/plugin-proposal-unicode-property-regex@7.10.4
ββ @babel/plugin-syntax-class-properties@7.10.4
ββ @babel/plugin-syntax-numeric-separator@7.10.4
ββ @babel/plugin-syntax-top-level-await@7.10.4
ββ @babel/plugin-transform-arrow-functions@7.10.4
ββ @babel/plugin-transform-async-to-generator@7.10.4
ββ @babel/plugin-transform-block-scoped-functions@7.10.4
ββ @babel/plugin-transform-block-scoping@7.10.4
ββ @babel/plugin-transform-classes@7.10.4
ββ @babel/plugin-transform-computed-properties@7.10.4
ββ @babel/plugin-transform-destructuring@7.10.4
ββ @babel/plugin-transform-dotall-regex@7.10.4
ββ @babel/plugin-transform-duplicate-keys@7.10.4
ββ @babel/plugin-transform-exponentiation-operator@7.10.4
ββ @babel/plugin-transform-for-of@7.10.4
ββ @babel/plugin-transform-function-name@7.10.4
ββ @babel/plugin-transform-literals@7.10.4
ββ @babel/plugin-transform-member-expression-literals@7.10.4
ββ @babel/plugin-transform-modules-amd@7.10.4
ββ @babel/plugin-transform-modules-commonjs@7.10.4
ββ @babel/plugin-transform-modules-systemjs@7.10.4
ββ @babel/plugin-transform-modules-umd@7.10.4
ββ @babel/plugin-transform-named-capturing-groups-regex@7.10.4
ββ @babel/plugin-transform-new-target@7.10.4
ββ @babel/plugin-transform-object-super@7.10.4
ββ @babel/plugin-transform-parameters@7.10.4
ββ @babel/plugin-transform-property-literals@7.10.4
ββ @babel/plugin-transform-regenerator@7.10.4
ββ @babel/plugin-transform-reserved-words@7.10.4
ββ @babel/plugin-transform-shorthand-properties@7.10.4
ββ @babel/plugin-transform-spread@7.10.4
ββ @babel/plugin-transform-sticky-regex@7.10.4
ββ @babel/plugin-transform-template-literals@7.10.4
ββ @babel/plugin-transform-typeof-symbol@7.10.4
ββ @babel/plugin-transform-unicode-escapes@7.10.4
ββ @babel/plugin-transform-unicode-regex@7.10.4
ββ @babel/preset-env@7.10.3
ββ @babel/preset-modules@0.1.3
ββ @babel/runtime@7.10.4
ββ @babel/template@7.10.4
ββ @babel/traverse@7.10.4
ββ @babel/types@7.10.4
ββ @cypress/webpack-preprocessor@4.1.5
ββ @nrwl/angular@9.5.0
ββ @nrwl/cypress@9.5.0
ββ @nrwl/jest@9.5.0
ββ @types/json-schema@7.0.5
ββ @types/json5@0.0.29
ββ ajv-keywords@3.5.0
ββ anymatch@3.1.1
ββ arr-flatten@1.1.0
ββ assign-symbols@1.0.0
ββ atob@2.1.2
ββ babel-code-frame@6.26.0
ββ babel-loader@8.1.0
ββ base@0.11.2
ββ big.js@5.2.2
ββ binary-extensions@2.1.0
ββ bluebird@3.7.1
ββ braces@2.3.2
ββ browserslist@4.12.2
ββ cache-base@1.0.1
ββ caniuse-lite@1.0.30001090
ββ chokidar@3.4.0
ββ class-utils@0.3.6
ββ collection-visit@1.0.0
ββ commondir@1.0.1
ββ convert-source-map@1.7.0
ββ copy-descriptor@0.1.1
ββ core-js-compat@3.6.5
ββ decode-uri-component@0.2.0
ββ electron-to-chromium@1.3.483
ββ emojis-list@3.0.0
ββ errno@0.1.7
ββ escalade@3.0.1
ββ expand-brackets@2.1.4
ββ extglob@2.0.4
ββ fill-range@4.0.0
ββ find-cache-dir@2.1.0
ββ for-in@1.0.2
ββ fork-ts-checker-webpack-plugin@3.1.1
ββ gensync@1.0.0-beta.1
ββ get-value@2.0.6
ββ has-ansi@2.0.0
ββ has-value@1.0.0
ββ is-accessor-descriptor@1.0.0
ββ is-binary-path@2.1.0
ββ is-data-descriptor@1.0.0
ββ is-descriptor@1.0.2
ββ is-plain-object@2.0.4
ββ is-windows@1.0.2
ββ isarray@1.0.0
ββ jasmine-marbles@0.6.0
ββ jsesc@2.5.2
ββ json5@1.0.1
ββ kind-of@3.2.2
ββ leven@3.1.0
ββ loader-utils@1.4.0
ββ loose-envify@1.4.0
ββ make-dir@2.1.0
ββ map-visit@1.0.0
ββ memory-fs@0.5.0
ββ microevent.ts@0.1.1
ββ micromatch@3.1.10
ββ mixin-deep@1.3.2
ββ nanomatch@1.2.13
ββ node-releases@1.1.58
ββ normalize-path@3.0.0
ββ object-copy@0.1.0
ββ pascalcase@0.1.1
ββ picomatch@2.2.2
ββ pkg-dir@3.0.0
ββ posix-character-classes@0.1.1
ββ private@0.1.8
ββ process-nextick-args@2.0.1
ββ prr@1.0.1
ββ readable-stream@2.3.7
ββ readdirp@3.4.0
ββ regenerate-unicode-properties@8.2.0
ββ regenerator-runtime@0.13.5
ββ regenerator-transform@0.14.4
ββ regexpu-core@4.7.0
ββ regjsgen@0.5.2
ββ regjsparser@0.6.4
ββ repeat-element@1.1.3
ββ resolve-url@0.2.1
ββ ret@0.1.15
ββ safe-buffer@5.1.2
ββ schema-utils@2.7.0
ββ set-value@2.0.1
ββ snapdragon-node@2.1.1
ββ snapdragon-util@3.0.1
ββ source-map-resolve@0.5.3
ββ source-map-url@0.4.0
ββ source-map@0.5.7
ββ split-string@3.1.0
ββ static-extend@0.1.2
ββ string_decoder@1.1.1
ββ to-fast-properties@2.0.0
ββ to-object-path@0.3.0
ββ to-regex-range@2.1.1
ββ tree-kill@1.2.2
ββ ts-loader@5.4.5
ββ tsconfig-paths-webpack-plugin@3.2.0
ββ tsconfig-paths@3.9.0
ββ unicode-canonical-property-names-ecmascript@1.0.4
ββ unicode-match-property-ecmascript@1.0.4
ββ unicode-match-property-value-ecmascript@1.2.0
ββ unicode-property-aliases-ecmascript@1.1.0
ββ union-value@1.0.1
ββ unset-value@1.0.0
ββ urix@0.1.0
ββ use@3.1.1
ββ util-deprecate@1.0.2
ββ webpack-node-externals@1.7.2
ββ worker-rpc@0.1.1
$ node ./decorate-angular-cli.js
> NX Angular CLI has been decorated to enable computation caching.
Done in 92.29s.
yarn run v1.21.1
$ nx generate @nrwl/angular:application my-app --directory=my-wrapper --e2e-test-runner=cypress --interactive=false --routing=true --style=scss --unit-test-runner=jest
CREATE jest.config.js (252 bytes)
CREATE tslint.json (2311 bytes)
CREATE apps/my-wrapper/my-app/tsconfig.json (100 bytes)
CREATE apps/my-wrapper/my-app/src/favicon.ico (15086 bytes)
CREATE apps/my-wrapper/my-app/browserslist (429 bytes)
CREATE apps/my-wrapper/my-app/tsconfig.app.json (166 bytes)
CREATE apps/my-wrapper/my-app/tslint.json (256 bytes)
CREATE apps/my-wrapper/my-app/src/index.html (335 bytes)
CREATE apps/my-wrapper/my-app/src/main.ts (377 bytes)
CREATE apps/my-wrapper/my-app/src/polyfills.ts (2833 bytes)
CREATE apps/my-wrapper/my-app/src/styles.scss (80 bytes)
CREATE apps/my-wrapper/my-app/src/assets/.gitkeep (0 bytes)
CREATE apps/my-wrapper/my-app/src/environments/environment.prod.ts (52 bytes)
CREATE apps/my-wrapper/my-app/src/environments/environment.ts (663 bytes)
CREATE apps/my-wrapper/my-app/src/app/app.module.ts (419 bytes)
CREATE apps/my-wrapper/my-app/src/app/app.component.scss (2088 bytes)
CREATE apps/my-wrapper/my-app/src/app/app.component.html (3017 bytes)
CREATE apps/my-wrapper/my-app/src/app/app.component.spec.ts (1024 bytes)
CREATE apps/my-wrapper/my-app/src/app/app.component.ts (220 bytes)
CREATE apps/my-wrapper/my-app/jest.config.js (357 bytes)
CREATE apps/my-wrapper/my-app/tsconfig.spec.json (236 bytes)
CREATE apps/my-wrapper/my-app/src/test-setup.ts (30 bytes)
CREATE apps/my-wrapper/my-app-e2e/tslint.json (100 bytes)
CREATE apps/my-wrapper/my-app-e2e/cypress.json (418 bytes)
CREATE apps/my-wrapper/my-app-e2e/tsconfig.e2e.json (191 bytes)
CREATE apps/my-wrapper/my-app-e2e/tsconfig.json (140 bytes)
CREATE apps/my-wrapper/my-app-e2e/src/fixtures/example.json (80 bytes)
CREATE apps/my-wrapper/my-app-e2e/src/integration/app.spec.ts (404 bytes)
CREATE apps/my-wrapper/my-app-e2e/src/plugins/index.js (832 bytes)
CREATE apps/my-wrapper/my-app-e2e/src/support/app.po.ts (47 bytes)
CREATE apps/my-wrapper/my-app-e2e/src/support/commands.ts (1068 bytes)
CREATE apps/my-wrapper/my-app-e2e/src/support/index.ts (599 bytes)
UPDATE angular.json (4156 bytes)
UPDATE package.json (2045 bytes)
UPDATE nx.json (641 bytes)
β ¦ Installing packages...warning Lockfile has incorrect entry for "@babel/helper-wrap-function@^7.10.4". Ignoring it.
error Couldn't find any versions for "@babel/helper-wrap-function" that matches "^7.10.4"
β Package install failed, see above.
The Schematic workflow failed. See above.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Environment
> yarn run nx report
yarn run v1.21.1
$ nx report
> NX Report complete - copy this into the issue template
@nrwl/angular : 9.5.0
@nrwl/cli : 9.5.0
@nrwl/cypress : 9.5.0
@nrwl/eslint-plugin-nx : Not Found
@nrwl/express : Not Found
@nrwl/jest : 9.5.0
@nrwl/linter : Not Found
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : Not Found
@nrwl/react : Not Found
@nrwl/schematics : Not Found
@nrwl/tao : 9.5.0
@nrwl/web : Not Found
@nrwl/workspace : 9.5.0
typescript : 3.8.3
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
No matching version found for @babel/helper-validator- ...
Try uninstalling angular/cli and installing again: Do the same to babel package, try to uninstall it and install again.
Read more >Npm package installation error on other partition
I have a Win7 and Manjaroi3 dual boot. Is there a way to fix this? Couldn't run npm run on ntfs partition.
Read more >@babel/core - NPM Package Versions - Socket
Babel compiler core. Version: 7.9.6 was published by nicolo-ribaudo. Start using Socket to analyze @babel/core and its 16 dependencies to secure your appΒ ......
Read more >Open Source Used In Assist 3.3
questions or wish to receive a copy of any source code to which you may be entitled under ... 1.1133 @babel/helper-get-function-arity 7.10.4.
Read more >Dependencies | nuxt | npm
arrow_right @nuxt/babelβpresetβapp. 2.15.7 Notes Relation Licenses
Version 2.15.7 Published June 14, 2021 Description
arrow_right @nuxt/builder. 2.15.7 Notes Relation Licenses
Version 2.15.7 Published June 14, 2021
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://github.com/babel/babel/issues/11766 i suspect npm was at fault here
Thank you for the link to this issue, I assume we can close this one. Feel free to re-open if it reveals to not be on NPM side.