thomvaill / log4brains

✍️ Log and publish your architecture decisions (ADR)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build directory is not writeable.

edhenry opened this issue · comments

Bug Report

Description

When attempting to run the log4brains build command I am meet with the following error

Building Log4brains...
[Next]  
[Next]   FATAL  > Build directory is not writeable. https://err.sh/vercel/next.js/build-dir-not-writeable

I have tried multiple versions of node 12+, modifying permissions on directories and passing in basePath arguments, etc.

Steps to Reproduce

  1. Initialize new repo
    log4brains init
  2. Create adr
    log4brains adr new
  3. Build
    log4brains build

Expected Behavior

The command should build the static pages for hosting

Environment

  • Log4brains version: 1.0.0-beta.11
  • Node.js version: v14.0.0
  • OS and its version: Ubuntu 18.04
  • Browser information: Brave Version 1.21.77 Chromium: 89.0.4389.90 (Official Build) (64-bit)

Once I installed the right versions of the dependencies I was able to get the sites to build. Apologies for the false alarm!