Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tools: mac: force install to avoid npm installation error
2023-12-11T23:04:39.8671350Z already exists. You may want to remove it: 2023-12-11T23:04:39.8679620Z rm '/usr/local/lib/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js' 2023-12-11T23:04:39.8682240Z 2023-12-11T23:04:39.8691710Z To force the link and overwrite all conflicting files: 2023-12-11T23:04:39.8700070Z brew link --overwrite node@18 2023-12-11T23:04:39.8726220Z 2023-12-11T23:04:39.8736300Z To list all files that would be deleted: 2023-12-11T23:04:39.8744090Z brew link --overwrite --dry-run node@18 ... also remove hack to force update to succeed
- Loading branch information