gpt4 book ai didi

node.js - Azure Devops 管道在安装 Node js 时抛出错误

转载 作者:行者123 更新时间:2023-12-03 01:23:59 24 4
gpt4 key购买 nike

我正在创建一个 Azure Devops 管道,这是我的管道 -

pool:
vmImage: ubuntu 16.04

steps:
- task: NodeTool@0
inputs:
versionSpec: ‘14.x’
displayName: ‘TASK | Install Node.js 14.x ’

但是我收到以下错误 -

Starting: ‘TASK | Install Node.js 14.x ’
==============================================================================
Task : Node.js tool installer
Description : Finds or downloads and caches the specified version spec of Node.js and adds it to the PATH
Version : 0.186.0
Author : Microsoft Corporation
Help : https://learn.microsoft.com/azure/devops/pipelines/tasks/tool/node-js
==============================================================================
Downloading: https://nodejs.org/dist/v0.9.0/node-v0.9.0-linux-x64.tar.gz
Downloading: https://nodejs.org/dist/v0.9.0/win-x64/node.exe
Downloading: https://nodejs.org/dist/v0.9.0/node.exe
Downloading: https://nodejs.org/dist/v0.9.0/node.lib
Caching tool: node 0.9.0 x64

[error]Directory does not exist: /opt/hostedtoolcache/node/0.9.0/x64/bin

Finishing: ‘TASK | Install Node.js 14.x ’

不确定这里出了什么问题。我已经用 versionSpec 进行了相同的测试:12.x、10.x 等,但没有运气

最佳答案

您输入了错误的字符'

请使用此'

  - task: NodeTool@0  
inputs:
versionSpec: '14.x'
displayName: 'TASK | Install Node.js 14.x '

关于node.js - Azure Devops 管道在安装 Node js 时抛出错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67522173/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com