mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
29 lines
849 B
Text
29 lines
849 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "add ajv@latest",
|
||
|
"output": "error: jsr:ajv was not found, but a matching npm package exists. Did you mean `deno add npm:ajv@latest`?\n",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
{
|
||
|
"args": "add ajv",
|
||
|
"output": "error: jsr:ajv was not found, but a matching npm package exists. Did you mean `deno add npm:ajv`?\n",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
{
|
||
|
"args": "add ajv@8.11.0",
|
||
|
"output": "error: jsr:ajv was not found, but a matching npm package exists. Did you mean `deno add npm:ajv@8.11.0`?\n",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
{
|
||
|
"envs": {
|
||
|
"DENO_FUTURE": "1"
|
||
|
},
|
||
|
"args": "install ajv@latest",
|
||
|
"output": "error: jsr:ajv was not found, but a matching npm package exists. Did you mean `deno install npm:ajv@latest`?\n",
|
||
|
"exitCode": 1
|
||
|
}
|
||
|
]
|
||
|
}
|