-
-
Notifications
You must be signed in to change notification settings - Fork 217
Description
Describe the bug
Hello
I'm trying to install the latest version of Gateway New from its source code.
After cloning the development branch of Gateway and running pnpm install, I received the following warning:
Ignored build scripts: @scarf/scarf, bigint-buffer, bufferutil, classic-level, dtrace-provider, es5-ext, keccak, secp256k1, utf-8-validate, web3, web3-bzz, web3-shh, yarn. Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts.
Should this warning be ignored?
Steps to reproduce
- git clone https://github.com/hummingbot/gateway.git -b development
- cd gateway
- pnpm install
After step 3, at the end of the process the warning is shown:
Ignored build scripts: @scarf/scarf, bigint-buffer, bufferutil, classic-level, dtrace-provider, es5-ext, keccak, secp256k1, utf-8-validate, web3, web3-bzz, web3-shh, yarn. Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts.
Release version
2.6
Type of installation
Source
Attach required files
No response