Update the NPM module documentation to avoid install conflicts
Improve documentation
Link
Describe the problem
We're using the Supabase cli in our project and have had the following issue:
The npm package has been installed globally as per the current instructions on the npm module page at the link above.
Later, the instructions at the Supabase Github Repo have been followed to install the cli.
This results in two versions of the cli being present on a user's system. In this particular case a Windows OS.
When running supabase start the npm version (0.5.0) is run, and not the most recent version (0.26.1 as of this request), causing issues.
Describe the improvement
Would it be possible to mark the npm package as deprecated, remove the npm install supabase -g install text, and point the user directly to Github to follow the correct install procedure there? Thanks