austinfrey
austinfrey
**Is your feature request related to a problem? Please describe.** > There is no process in place to stay current with NodeJS LTS versions. **Describe the solution you'd like** >...
## Description When installing dependencies I get the error ```bash npm ERR! ENOSPC: no space left on device, write ``` ## Possible Fix How do I adjust the disk size?...
On a fresh pull from `master` and running `npm start` are a lot of errors like the following stack trace. An error tab is opened for each of these errors...
[email protected] includes a fix to include external hostnames, in the config, as an array. Previously docs stated that an array was accepted, but only a string was valid. related: https://github.com/ssb-js/multiserver/pull/64...
### Summary Write here. Getting an error when installing packages. Packages seem to have installed properly but the error is a bit misleading. ### Steps to reproduce behavior Write here....
reference: https://github.com/ssb-js/secret-stack/issues/59
updated plugins to include `bookshelf-virtuals-plugin`
I have a simple server and I need to access the `request._body` property. Unfortunately it always defaults to an empty string. The client does not have access to the response...