Git Product home page Git Product logo

Comments (2)

MANAALHARBI avatar MANAALHARBI commented on May 20, 2024

Current Behavior

When I try to run tests locally using pnpm test I get the error


Cannot find configuration for task @nx/nx-source:test

Expected Behavior

Tests to run.

GitHub Repo

https://github.com/nrwl/nx

Steps to Reproduce

  1. pnpm install

  2. pnpm build

  3. pnpm test

Nx Report

Node   : 20.11.1

OS     : darwin-arm64

pnpm   : 8.15.7



nx                 : 19.0.0-beta.8

@nx/js             : 0.0.1

@nrwl/js           : 19.0.0-beta.8

@nx/jest           : 0.0.1

@nrwl/jest         : 19.0.0-beta.8

@nx/linter         : 19.0.0-beta.8

@nx/eslint         : 0.0.1

@nx/workspace      : 0.0.1

@nrwl/workspace    : 19.0.0-beta.8

@nx/angular        : 0.0.1

@nrwl/angular      : 19.0.0-beta.8

@nx/cypress        : 0.0.1

@nrwl/cypress      : 19.0.0-beta.8

@nx/detox          : 0.0.1

@nx/devkit         : 0.0.1

@nrwl/devkit       : 19.0.0-beta.8

@nx/esbuild        : 19.0.0-beta.8

@nx/eslint-plugin  : 19.0.0-beta.8

@nx/expo           : 0.0.1

@nx/express        : 0.0.1

@nx/gradle         : 0.0.1

@nx/nest           : 0.0.1

@nx/next           : 0.0.1

@nrwl/next         : 19.0.0-beta.8

@nx/node           : 0.0.1

@nx/nuxt           : 0.0.1

@nx/playwright     : 19.0.0-beta.8

@nx/plugin         : 0.0.1

@nx/react          : 0.0.1

@nrwl/react        : 19.0.0-beta.8

@nx/react-native   : 0.0.1

@nx/rollup         : 0.0.1

@nx/remix          : 0.0.1

@nx/storybook      : 0.0.1

@nrwl/storybook    : 19.0.0-beta.8

@nrwl/tao          : 0.0.1

@nx/vite           : 0.0.1

@nrwl/vite         : 19.0.0-beta.8

@nx/vue            : 0.0.1

@nx/web            : 0.0.1

@nrwl/web          : 19.0.0-beta.8

@nx/webpack        : 0.0.1

@nrwl/webpack      : 19.0.0-beta.8

typescript         : 5.4.2

---------------------------------------

Registered Plugins:

@monodon/rust

@nx/playwright/plugin

@nx/eslint/plugin

@nx/jest/plugin

@nx/webpack/plugin

@nx/jest/plugin

@nx/jest/plugin

---------------------------------------

Community plugins:

@monodon/rust      : 1.3.3

@ngrx/effects      : 17.0.1

@ngrx/router-store : 17.0.1

@ngrx/store        : 17.0.1

---------------------------------------

Local workspace plugins:

         @nx/linter

         @nrwl/storybook

         @nrwl/workspace

         @nrwl/angular

         @nrwl/cypress

         @nrwl/esbuild

         @nrwl/webpack

         @nx/workspace-plugin

         @nrwl/react

         @nx/react-native

         @nrwl/jest

         @nrwl/next

         @nrwl/vite

         @nx/playwright

         @nrwl/web

         @nrwl/js

         @nx/storybook

         @nx/workspace

         @nx/angular

         @nx/cypress

         @nx/esbuild

         @nx/express

         @nx/webpack

         @nx/eslint

         @nx/gradle

         @nx/plugin

         @nx/rollup

         @nx/detox

         @nx/react

         @nx/remix

         @nx/expo

         @nx/jest

         @nx/nest

         @nx/next

         @nx/node

         @nx/nuxt

         @nx/vite

         @nx/vue

         @nx/web

         @nx/js

         nx

---------------------------------------

The following packages should match the installed version of nx

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nrwl/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]



To fix this, run `nx migrate [email protected]`

Failure Logs

> nx test





 NX   Cannot find configuration for task @nx/nx-source:test



Pass --verbose to see the stacktrace.



 ELIFECYCLE  Test failed. See above for more details.

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

from nx.

MANAALHARBI avatar MANAALHARBI commented on May 20, 2024

Current Behavior

When I try to run tests locally using pnpm test I get the error


Cannot find configuration for task @nx/nx-source:test

Expected Behavior

Tests to run.

GitHub Repo

https://github.com/nrwl/nx

Steps to Reproduce

  1. pnpm install

  2. pnpm build

  3. pnpm test

Nx Report

Node   : 20.11.1

OS     : darwin-arm64

pnpm   : 8.15.7



nx                 : 19.0.0-beta.8

@nx/js             : 0.0.1

@nrwl/js           : 19.0.0-beta.8

@nx/jest           : 0.0.1

@nrwl/jest         : 19.0.0-beta.8

@nx/linter         : 19.0.0-beta.8

@nx/eslint         : 0.0.1

@nx/workspace      : 0.0.1

@nrwl/workspace    : 19.0.0-beta.8

@nx/angular        : 0.0.1

@nrwl/angular      : 19.0.0-beta.8

@nx/cypress        : 0.0.1

@nrwl/cypress      : 19.0.0-beta.8

@nx/detox          : 0.0.1

@nx/devkit         : 0.0.1

@nrwl/devkit       : 19.0.0-beta.8

@nx/esbuild        : 19.0.0-beta.8

@nx/eslint-plugin  : 19.0.0-beta.8

@nx/expo           : 0.0.1

@nx/express        : 0.0.1

@nx/gradle         : 0.0.1

@nx/nest           : 0.0.1

@nx/next           : 0.0.1

@nrwl/next         : 19.0.0-beta.8

@nx/node           : 0.0.1

@nx/nuxt           : 0.0.1

@nx/playwright     : 19.0.0-beta.8

@nx/plugin         : 0.0.1

@nx/react          : 0.0.1

@nrwl/react        : 19.0.0-beta.8

@nx/react-native   : 0.0.1

@nx/rollup         : 0.0.1

@nx/remix          : 0.0.1

@nx/storybook      : 0.0.1

@nrwl/storybook    : 19.0.0-beta.8

@nrwl/tao          : 0.0.1

@nx/vite           : 0.0.1

@nrwl/vite         : 19.0.0-beta.8

@nx/vue            : 0.0.1

@nx/web            : 0.0.1

@nrwl/web          : 19.0.0-beta.8

@nx/webpack        : 0.0.1

@nrwl/webpack      : 19.0.0-beta.8

typescript         : 5.4.2

---------------------------------------

Registered Plugins:

@monodon/rust

@nx/playwright/plugin

@nx/eslint/plugin

@nx/jest/plugin

@nx/webpack/plugin

@nx/jest/plugin

@nx/jest/plugin

---------------------------------------

Community plugins:

@monodon/rust      : 1.3.3

@ngrx/effects      : 17.0.1

@ngrx/router-store : 17.0.1

@ngrx/store        : 17.0.1

---------------------------------------

Local workspace plugins:

         @nx/linter

         @nrwl/storybook

         @nrwl/workspace

         @nrwl/angular

         @nrwl/cypress

         @nrwl/esbuild

         @nrwl/webpack

         @nx/workspace-plugin

         @nrwl/react

         @nx/react-native

         @nrwl/jest

         @nrwl/next

         @nrwl/vite

         @nx/playwright

         @nrwl/web

         @nrwl/js

         @nx/storybook

         @nx/workspace

         @nx/angular

         @nx/cypress

         @nx/esbuild

         @nx/express

         @nx/webpack

         @nx/eslint

         @nx/gradle

         @nx/plugin

         @nx/rollup

         @nx/detox

         @nx/react

         @nx/remix

         @nx/expo

         @nx/jest

         @nx/nest

         @nx/next

         @nx/node

         @nx/nuxt

         @nx/vite

         @nx/vue

         @nx/web

         @nx/js

         nx

---------------------------------------

The following packages should match the installed version of nx

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nrwl/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]

  - @nx/[email protected]



To fix this, run `nx migrate [email protected]`

Failure Logs

> nx test





 NX   Cannot find configuration for task @nx/nx-source:test



Pass --verbose to see the stacktrace.



 ELIFECYCLE  Test failed. See above for more details.

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

from nx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.