brlewis
brlewis2mo ago

Error parsing version requirement for dependency -- expected?

Is there a way to get around the error below, or just wait for better node/npm compatibility? ```
import bible from 'npm:openbibles';
error: Error in openbibles@1.3.0 parsing version requirement for dependency: bible-translation-lookup@git+https://github.com/MasterOfTheTiger/bible-translation-lookup.git
GitHub
GitHub - MasterOfTheTiger/bible-translation-lookup: NPM - A simple ...
NPM - A simple bible translation lookup. Contribute to MasterOfTheTiger/bible-translation-lookup development by creating an account on GitHub.
1 Reply
marvinh.
marvinh.2mo ago
That's a very unusal version. Didn't know that npm allows you to specify github links as the version. I've filed an issue for it https://github.com/denoland/deno/issues/25127
GitHub
Bug: importing npm:openbibles fails · Issue #25127 · denoland/deno
Reported on discord: https://discord.com/channels/684898665143206084/1275652905390575669/1275652905390575669 Steps to reproduce Run this script: import bible from "npm:openbibles"; consol...