From the docs I tried doing:
npm i -g netlify-cli
Success! Netlify CLI has been installed!
Your device is now configured to use Netlify CLI to deploy and manage your Netlify sites.
Next steps:
netlify init Connect or create a Netlify site from current directory
netlify deploy Deploy the latest changes to your Netlify site
For more information on the CLI run netlify help
Or visit the docs at https://cli.netlify.com
+ netlify-cli@2.31.0
updated 1 package in 129.372s
$ netlify init
-bash: netlify: command not found
Environment versions:
$ node -v
v11.7.0
$ npm -v
6.10.2
I've tried restarting my macbook. I couldn't find a similar issue which means this might be very uncommon. Can someone tell me how can I add netlify to my PATH, so that it will work?
From the docs I tried doing:
npm i -g netlify-cliEnvironment versions:
I've tried restarting my macbook. I couldn't find a similar issue which means this might be very uncommon. Can someone tell me how can I add netlify to my PATH, so that it will work?