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
When run the npx nx@latest init I received the following error
Expected Behavior
It's my first time with Nx, but it's supposed to create the project.
GitHub Repo
No response
Steps to Reproduce
run npx nx@latest init
Nx Report
TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at /Users/tutods/.npm/_npx/f948e921c5898768/node_modules/nx/src/nx-init/add-nx-to-npm-repo.js:27:32
at Generator.next (<anonymous>)
at /Users/tutods/.npm/_npx/f948e921c5898768/node_modules/tslib/tslib.js:167:75
at new Promise (<anonymous>)
at Object.__awaiter (/Users/tutods/.npm/_npx/f948e921c5898768/node_modules/tslib/tslib.js:163:16)
at addNxToNpmRepo (/Users/tutods/.npm/_npx/f948e921c5898768/node_modules/nx/src/nx-init/add-nx-to-npm-repo.js:20:20)
at Object.<anonymous> (/Users/tutods/.npm/_npx/f948e921c5898768/node_modules/nx/src/command-line/init.js:53:63)
at Generator.next (<anonymous>)
at /Users/tutods/.npm/_npx/f948e921c5898768/node_modules/tslib/tslib.js:167:75
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
When run the
npx nx@latest init
I received the following errorExpected Behavior
It's my first time with Nx, but it's supposed to create the project.
GitHub Repo
No response
Steps to Reproduce
npx nx@latest init
Nx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: