nx-console icon indicating copy to clipboard operation
nx-console copied to clipboard

Error running task: "version is longer than 256 characters"

Open trumbitta opened this issue 9 months ago • 3 comments

Current Behavior

  • Just created a new Nx empty workspace
  • Ported immediately to Yarn 4 (if that's relevant)
  • Added @nx/react
  • Went to Nx console in VS Code to create an app
  • As soon as I type the application name ("canary"), I get an error notification and the following output:

Failure Logs / Images / Videos

Telemetry: production
Graph - init
Error running task: "version is longer than 256 characters"

Environment

❯ nx report

 NX   Report complete - copy this into the issue template

Node   : 18.12.1
OS     : darwin-arm64
yarn   : 4.2.2

nx (global)    : 19.0.1
nx             : 19.0.1
@nx/js         : 19.0.1
@nx/linter     : 19.0.1
@nx/eslint     : 19.0.1
@nx/workspace  : 19.0.1
@nx/devkit     : 19.0.1
@nx/react      : 19.0.1
@nrwl/tao      : 19.0.1
@nx/web        : 19.0.1
typescript     : 5.4.5
  • Nx Console version: v18.21.1
  • VSCode version: 1.89.0

trumbitta avatar May 09 '24 09:05 trumbitta