You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Trying to install the 10.5.0 deno package produces an error.
Failure Logs
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
The text was updated successfully, but these errors were encountered: