coloraddict
coloraddict

Reputation: 133

NRWL NX - TypeError: Cannot read properties of undefined (reading 'endsWith')

I have nx 14.4.3 version in my system. And when I run nx serve it gives me the error :- TypeError: Cannot read properties of undefined (reading 'endsWith')

Somewhere I saw answer to the question asking me to downgrade nx version to 10.4.15. But that doesn't work either. I tried nx migrate @nrwl/[email protected]. Tried uninstalling and reinstalling with npm install [email protected]. No success.

Please let me know where am I going wrong

Thanks in advance

Upvotes: 1

Views: 1379

Answers (1)

Igor Kurkov
Igor Kurkov

Reputation: 5101

In 2025, please check the NX paths in your manifest.json file.

check this answer - https://stackoverflow.com/a/79430803/9026103

Upvotes: 0

Related Questions