Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updocs: add `rm -rf node_modules/` to release docs #19180
Conversation
In the latest release, I was not able to build even after running `yarn` to refresh dependencies. Eventually, we tracked the issue down to `rm -rf node_modules/`. There may be some instances where this can be necessary to ensure clean builds.
f8b9a50
into
angular:master


In the latest release, I was not able to build even after running
yarnto refresh dependencies. Eventually, we trackedthe issue down to
rm -rf node_modules/. There may be some instances where this can be necessary to ensure cleanbuilds.
I opted to just include this change directly in the commands to be more clear that people saw it. If devs want to be lazy they can always skip that step, but they will hopefully at least see it and be reminded that if something doesn't work, they should at least try
rm -rf node_modules/.