Could not find ‘nx’ module in this workspace. TypeError.

Thabo Ambrose
Jan 19, 2024

/node_modules/nx/src/utils/params.js:17:72

nx build throws the error: Could not find ‘nx’ module in this workspace. TypeError.

Just before line 17 in file params.js listed in the error stack trace.
Add a console.log(err.message); to see the actual error message

--

--