On the https://flowiseai.com/ website, it says that all I have to do to use flowise is the following:
npm install -g flowise
npx flowise start
However, when I try to do the install, it doesn t work.
When I did,"npm install -g flowise", I got the below error messages:
npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/flowwise - Not found npm ERR! 404 npm ERR! 404 flowwise@* is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in: C:UsersjbshiAppDataLocal pm-cache_logs2023-06-21T02_54_32_770Z-debug-0.log
I assume I am doing something obviously stupid, but I don t know what that is.