denoland / denoland/deploy_feedback

[Bug]: Cannot find module '@deno/kv-linux-x64-gnu' Error

Open
#780 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
79
Forks
5
PR merge metrics
No merged PRs in 30d

Description

### Problem description

When Deploying from GitHub, I get an error "Cannot find module '@deno/kv-linux-x64-gnu'" and an error at the "Upload to Deno Deploy" step.

deploymet.yaml
---
name: Deploy
on:
push:
branches: main
pull_request:
branches: main

jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest

permissions:
id-token: write # Needed for auth with Deno Deploy
contents: read # Needed to clone the repository

steps:
- name: Clone repository
uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Install step
run: "deno install"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "image-converter-deno"
entrypoint: "src/index.ts"
root: ""

### Steps to reproduce

1. Commit and Push
2. Error happens in Action.
![スクリーンショット 2024-12-28 12 53 26](https://github.com/user-attachments/assets/1757e3f5-efe0-485a-8a15-87e78fadc321)

### Expected behavior

Deployment completes normally.

### Environment

local
- deno 2.1.4
- macOS 15.1.1(24B91)

and Deno Deploy

### Possible solution

_No response_

### Additional context

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.