简体   繁体   中英

Azure Pipelines: Cannot download "https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node"

Running the Azure Pipelines and unable to get it working, have checked the github link either it's not working or version not found.

Using yaml file for Azure pipelines configuration Unable to find the agent and clean the directories

npm install
  
node-sass@4.13.0 install D:\a\1\s\ClientApp\node_modules\node-sass
node scripts/install.js
  
  Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node
  Cannot download "https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node": 

将 package.json 中的 node-sass 改为 "node-sass":"^5.0.0" 并再次运行 npm install

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM