denodb: Unable to run my project due to unavailable dep
I tried to add denodb to my project, but a dependency seems unavailable.
error: Import 'https://dev.jspm.io/npm:@jspm/core@1/nodelibs/timers.js' failed: 500 Internal Server Error

steps to reproduce
- make sure docker in installed in your system.
- clone the code in https://github.com/LoganTann/redbeansoup-v2/tree/issue-timerjs
- run the code by moving in the repo’s root folder, and
docker-compose up
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 12
- Comments: 21 (5 by maintainers)
I’ve implemented the pull request on my own fork of the project if anyone needs it and doesn’t want to do it themselves.
Here is an example of the import to use for the fixed version while we wait for the pull request.
workaround:
@SirWrexes the code block I put my previous comment goes into a
import_map.jsonfile.In the
deno.jsonyou then need to add"importMap": "./import_map.json".Yeah those error are not new even without the PR #337 😕