GYP BUG

真的是很GY

GGYY

每個步驟都會有問題

將報錯印到txt檔
yarn install 2> error_log.txt

這裡還不是不能yarn,試了
npm cache clean –force
npm install -g node-gyp
之後才能
npm install -g windows-build-tools

又試了
pip install –upgrade setuptools

python -m venv myenv
myenv\Scripts\activate
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

經歷了一番波折,最後終於成功了

in windows

Leave a Reply

Your email address will not be published. Required fields are marked *