# Supabase
# Supabase Cli
See the tutorial at https://github.com/ULL-ESIT-DMSI/hello-supabase-cli (opens new window)
# Controlling Node version in a project
Here is an example of how to control the node version of your project with nvm and npm:
➜ supabase git:(master) cat .npmrc
engine-strict=true%
➜ supabase git:(master) cat .nvmrc
18
1
2
3
4
2
3
4