The original repository contains the following error when using yarn install:
error An unexpected error occurred: "Failed to replace env in config: ${NPM_TOKEN}". info If you think this is a bug, please open a bug report with the information provided in "/Users/hungng/Documents/LayerZero/yarn-error.log".
Therefore, this PR allows to run yarn install without NPM_TOKEN environment variable being defined
The original repository contains the following error when using
yarn install
:error An unexpected error occurred: "Failed to replace env in config: ${NPM_TOKEN}". info If you think this is a bug, please open a bug report with the information provided in "/Users/hungng/Documents/LayerZero/yarn-error.log".
Therefore, this PR allows to run
yarn install
withoutNPM_TOKEN
environment variable being defined