You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that I tried running npm i -g netlify-cli@latest several times to make sure I was running the latest available version of the CLI, but I still have version 2.7.4 installed. The issue might be happening because of my local configuration, and not the CLI.
The text was updated successfully, but these errors were encountered:
It turned out that the issue was caused by npm not removing an old symlink at /usr/local/bin/netlify, which prevented me from using the latest version of the CLI (and so I removed the old symlink). Sorry for rushing to open an issue for a problem that's not really related to the CLI.
- Do you want to request a feature or report a bug?
Bug.
- What is the current behavior?
Currently, when trying to run
$ netlify dev
I get the following output:The CLI doesn't recognize the
dev
command.- If the current behavior is a bug, please provide the steps to reproduce.
$ netlify dev
.- What is the expected behavior?
Running the command above should launch Netlify Dev as expected.
- Please mention your node.js, and operating system version.
Node.js: v12.3.1
OS: macOS Mojave (10.14)
netlify-cli
: 2.7.4Note that I tried running
npm i -g netlify-cli@latest
several times to make sure I was running the latest available version of the CLI, but I still have version 2.7.4 installed. The issue might be happening because of my local configuration, and not the CLI.The text was updated successfully, but these errors were encountered: