kinghat
kinghat
DDeno
Created by kinghat on 9/6/2024 in #help
unsupported lockfile
its 2.0 rc1 in devcontainer
10 replies
DDeno
Created by kinghat on 9/6/2024 in #help
unsupported lockfile
ive been having this issue since before setting DENO_FUTURE though. and its still complaining about the v4 lockfile in editor as well.
10 replies
DDeno
Created by kinghat on 9/6/2024 in #help
unsupported lockfile
changed the deno setup env to canary as well but it looks like the action is still using stable:
- name: Setup Deno environment
uses: denoland/setup-deno@v1
with:
# deno-version: 2.0.0-rc.1
deno-version: canary
- name: Setup Deno environment
uses: denoland/setup-deno@v1
with:
# deno-version: 2.0.0-rc.1
deno-version: canary
Run denoland/setup-deno@v1 with: deno-version: v1.x
Going to install stable version 1.46.3. Downloading Deno from https://github.com/denoland/deno/releases/download/v1.46.3/deno-x86_64-unknown-linux-gnu.zip. /usr/bin/unzip -o -q /home/runner/work/_temp/fc2fe05e-2107-414e-a03a-002aeae2fac7 Cached Deno to /opt/hostedtoolcache/deno/1.46.3/x64. Installation complete.
10 replies
DDeno
Created by kinghat on 9/6/2024 in #help
unsupported lockfile
i found this: https://github.com/denoland/deno/issues/25144 and tossed DENO_FUTURE=1 in front of my build script but same error:
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
"build": "DENO_FUTURE=1 deno task lume",
"serve": "deno task lume -s",
"cms": "deno task lume cms"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
"build": "DENO_FUTURE=1 deno task lume",
"serve": "deno task lume -s",
"cms": "deno task lume cms"
},
10 replies
DDeno
Created by kinghat on 9/6/2024 in #help
unsupported lockfile
No description
10 replies