Open sahanar11 opened 4 weeks ago
Added a command for installing packages from source using Yarn.
For npm, use: npm install --build-from-source=true For yarn use: npm_config_build_from_source=true yarn install
Ref: Please find more details in the Yarn documentation here - https://classic.yarnpkg.com/en/docs/envvars/#toc-npm-config
Added a command for installing packages from source using Yarn.
For npm, use: npm install --build-from-source=true For yarn use: npm_config_build_from_source=true yarn install
Ref: Please find more details in the Yarn documentation here - https://classic.yarnpkg.com/en/docs/envvars/#toc-npm-config