Closed clemisch closed 2 months ago
Sorry I completely missed this. Could you try npm link minimist
or alternatively maybe installing it globally? Happy to jump on a call with you to sort this out.
Thanks for the feedback.
$ npm link minimist
(in ~
or Haystack dir) gives me a permission error.
$ sudo npm link minimist
runs but the error with Haystack is unchanged.
Sorry, I have no previous experience with npm at all. I would assume I'm not alone though so it would be great to solve this!
Are you in the Discord (https://discord.gg/apFrN6ABxc)? I'd love to hop in a call with you to solve this.
It seems to have fixed itself with version 0.15
I'm trying to run Haystack on Linux (Fedora 40). It gives me this error:
I tried searching for
Cannot find module 'minimist'
and VSCode but could't find suitable answers.$ npm install minimist
didn't help.