You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to NX@20, I am getting the following error: TypeError: Cannot read properties of undefined (reading 'replace'), seems like something internally changed in nx and hence the need to update this plugin to the latest version
NX Generating qwik-nx:application
✔ What name would you like to use? · portals
✔ Which stylesheet format would you like to use? · scss
NX Cannot read properties of undefined (reading 'replace')
TypeError: Cannot read properties of undefined (reading 'replace')
at removeWindowsDriveLetter (/Users/mainawycliffe/projects/myyard/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected]_@[email protected]__@[email protected]_ty_ebfgdql3et2pzmvihir237ihuy/node_modules/nx/src/utils/path.js:9:27)
at normalizePath (/Users/mainawycliffe/projects/myyard/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected]_@[email protected]__@[email protected]_ty_ebfgdql3et2pzmvihir237ihuy/node_modules/nx/src/utils/path.js:16:12)
at determineProjectNameAndRootOptions (/Users/mainawycliffe/projects/myyard/node_modules/.pnpm/@[email protected][email protected]_@[email protected]_@[email protected]_@[email protected]__@s_sgse4sppmhp6dh24rnls7tj7ui/node_modules/@nx/devkit/src/generators/project-name-and-root-utils.js:11:58)
at /Users/mainawycliffe/projects/myyard/node_modules/.pnpm/[email protected]_twjjklwevhsczmotghfoqxella/node_modules/qwik-nx/src/generators/application/utils/normalize-options.js:11:180
at Generator.next (<anonymous>)
at /Users/mainawycliffe/projects/myyard/node_modules/.pnpm/[email protected]/node_modules/tslib/tslib.js:169:75
at new Promise (<anonymous>)
at Object.__awaiter (/Users/mainawycliffe/projects/myyard/node_modules/.pnpm/[email protected]/node_modules/tslib/tslib.js:165:16)
at normalizeOptions (/Users/mainawycliffe/projects/myyard/node_modules/.pnpm/[email protected]_twjjklwevhsczmotghfoqxella/node_modules/qwik-nx/src/generators/application/utils/normalize-options.js:10:20)
at /Users/mainawycliffe/projects/myyard/node_modules/.pnpm/[email protected]_twjjklwevhsczmotghfoqxella/node_modules/qwik-nx/src/generators/application/generator-internal.js:23:82
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
After updating to NX@20, I am getting the following error: TypeError: Cannot read properties of undefined (reading 'replace'), seems like something internally changed in nx and hence the need to update this plugin to the latest version
Expected Behavior
Should generate an nx application
GitHub Repo
No response
Steps to Reproduce
pnpm nx generate qwik-nx:app
Nx Report
Failure Logs
Additional Information
No response
The text was updated successfully, but these errors were encountered: