Flowise error
While installing flowise in my office system using command 'npm install -g Flowise' i am getting below give error
npm ERR! code 1
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node-pre-gyp install
npm ERR! request to https://node-precompiled-binaries.grpc.io/grpc-tools/v1.12.4/win32-x64.tar.gz failed, reason: unable to get local issuer certificate
npm ERR! node-pre-gyp info it worked if it ends with ok
npm ERR! node-pre-gyp info using [email protected]
npm ERR! node-pre-gyp info using [email protected] | win32 | x64
npm ERR! node-pre-gyp http GET https://node-precompiled-binaries.grpc.io/grpc-tools/v1.12.4/win32-x64.tar.gz
npm ERR! node-pre-gyp ERR! install request to https://node-precompiled-binaries.grpc.io/grpc-tools/v1.12.4/win32-x64.tar.gz failed, reason: unable to get local issuer certificate
npm ERR! node-pre-gyp ERR! install error
npm ERR! node-pre-gyp ERR! stack FetchError: request to https://node-precompiled-binaries.grpc.io/grpc-tools/v1.12.4/win32-x64.tar.gz failed, reason: unable to get local issuer certificate
npm ERR! node-pre-gyp ERR! stack at ClientRequest.
Please suggest what do, is it firewall issue or something else.
which node are you on? it might be proxy issue but im not sure
which node are you on? it might be proxy issue but im not sure
20.11.0
Have you solved it?