Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Created April 14, 2024 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mingderwang/6c1eeaa801559cd0d9b05aaa9c99e1f9 to your computer and use it in GitHub Desktop.
Save mingderwang/6c1eeaa801559cd0d9b05aaa9c99e1f9 to your computer and use it in GitHub Desktop.
if you got this error: > NX Could not find ".modules.yaml" at ".../node_modules/.modules.yaml"
// just
npm install -g @nrwl/cli@latest
npm install -g lerna@latest
// or even
rm -rf node_modules package-lock.json
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment