Using Anchor greatly simplifies building Solana applications while also helping prevent silly security vulnerabilities.
The Anchor Docs recommend using the Anchor Version Manager for installing and managing Anchor over using the Anchor NPM package.
> cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
> avm install latest
> avm use latest
> anchor --version