@ -96,7 +96,7 @@ This will configure some items, rerun the migrations just in case, and copy any
<div>
<callountclass="warning"><span>
On some versions of Linux you may get a weird error <code>Couldn't get a file descriptor referring to the console</code> when the <code>commands/init.js</code> script tries to run Node's <code>execSync</code>. Currently I have no idea why this error happens, as it doesn't happen on any Linux I run. If you have an idea what's causing this, please let me know. If this happens
On some versions of Linux you may get a weird error <code>Couldn't get a file descriptor referring to the console</code> when the <code>commands/init.js</code> script tries to run Node's <code>execSync</code>. Currently I have no idea why this error happens, as it doesn't happen on any Linux I run. If you have an idea what's causing this, please let me know.
There's also an issue with installing `node-pre-gyp` where it seems you need to install @mapbox/node-pre-gyp and also `node-pre-gyp`. I have to install both but you might be able to use `module-alias` as described in [this blog post](https://smellycode.com/require-with-aliases/).
## Linux Console Error on `bando.js init`
On some versions of Linux you may get a weird error `Couldn't get a file descriptor referring to the console` when the `commands/init.js` script tries to run Node's `execSync`. Currently I have no idea why this error happens, as it doesn't happen on any Linux I run. If you have an idea what's causing this, please let me know.