Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.5.0 Deno missing @bufbuild/protobuf import #766

Closed
4 tasks done
Redcrafter opened this issue Sep 25, 2024 · 0 comments · Fixed by #776
Closed
4 tasks done

10.5.0 Deno missing @bufbuild/protobuf import #766

Redcrafter opened this issue Sep 25, 2024 · 0 comments · Fixed by #776
Labels
bug Something isn't working

Comments

@Redcrafter
Copy link

Steps to reproduce

Trying to install the 10.5.0 deno package produces an error.

Failure Logs

error: Relative import path "@bufbuild/protobuf/wire" not prefixed with / or ./ or ../ and not in import map from "https://deno.land/x/[email protected]/deno/protos/generated/misc/params.ts"
    at https://deno.land/x/[email protected]/deno/protos/generated/misc/params.ts:8:44

Expected behavior

The package is installed without errors.

Current behavior

The package cannot be installed.

Version

Default

Anything else?

The @bufbuild/protobuf package is not specified anywhere so it can't be found.
As a temporary fix you can add "@bufbuild/protobuf": "npm:@bufbuild/protobuf" to the import list.

Checklist

  • I am running the latest version.
  • I checked the documentation and found no answer.
  • I have searched the existing issues and made sure this is not a duplicate.
  • I have provided sufficient information.
@Redcrafter Redcrafter added the bug Something isn't working label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant