English 中文(简体)
Trying to install Flowise and npm cannot find it
原标题:

On the https://flowiseai.com/ website, it says that all I have to do to use flowise is the following:

  1. npm install -g flowise

  2. 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.

问题回答

暂无回答




相关问题
Trying to install Flowise and npm cannot find it

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....

Cannot destructure property name of node as it is null

when I want to install dependencies of the aurelia project, got this error: npm ERR! code 1 npm ERR! git dep preparation failed npm ERR! command /Users/ehsanghaffarii/.nvm/versions/node/v15.5.1/bin/...

npm install issues on Ubuntu 9.04

I’m trying to install npm using the commands from here: http://howtonode.org/introduction-to-npm Specifically, when I run: curl http://npmjs.org/install.sh | sh This is the error I get... node cli....

热门标签