Miraculous Owonubi
Miraculous Owonubi
Why not try tweaking your font type and size. For instance, this --> https://gist.githubusercontent.com/agnoster/3712874/raw/screenshot.png looks like its has more weight, etc.
I'm not quite sure I see the nit here, because it's almost always what you want. Perhaps I should verify that packages tagged `publish = false` don't get their versions...
Oh.. yeah, that sounds good to me. I'll get right on it.
Implemented the system. ```console ? You have 43 packages with unversioned dependencies › ❯ Review Dependencies Auto-version Abort ``` In this one, we're using `dialoguer`'s `Select` menu as a paging...
Spotted the issue, thanks for raising it. This new release uses features that aren't supported in older versions of node. You have to update to node v16 or higher to...
Can you confirm upgrading nodejs fixes the issue?
@csshlok, did you `npm install`?
@csshlok Include a screenshot of the following. ```console $ git clone https://github.com/miraclx/freyr-js $ cd freyr-js $ npm install $ node cli.js ```
From this I can see that `npm install` failed for the same reason as in #200. I addressed the issue in there.
That's an interesting error, can you try deleting the cache folder and retrying? If you still have this error, please include the full logs. ```console $ rm -rf /tmp/fr3yrcach3 $...