Open shallow-beach opened 2 months ago
Yup, I encountered the same issue. You just need to fix the import statement.
Replace the import of 'lru-cache' in /Users/shallow-beach/js-info/server/modules/engine/log/requestCaptureStream.js
with
let LRUCache = require('lru-cache');
Just add "lru-cache": "^11.0.0"
to package.json > "dependencies"
I am on up-to-date MacOS on ARM.
I followed the README, and get stuck at step 6 with the following error:
I am just using the current master branch of .info. Anyone bumped into this before?