More fixes to the docs and a quick tip for linux.

main
Zed A. Shaw 1 year ago
parent a381337442
commit 8937fd4cf0
  1. 2
      rendered/docs/quick-start.md
  2. 4
      rendered/docs/tips-tricks.md

@ -96,7 +96,7 @@ This will configure some items, rerun the migrations just in case, and copy any
<div>
<callount class="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.
</span></callout>
</div>

@ -32,3 +32,7 @@ npm explore npm/node_modules/@npmcli/run-script -g -- npm_config_global=false np
## Errors with `node-pre-gyp`
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.

Loading…
Cancel
Save