thomvaill / log4brains

✍️ Log and publish your architecture decisions (ADR)
Apache License 2.0
1.13k stars 95 forks source link

Build directory is not writeable. #46

Closed edhenry closed 3 years ago

edhenry commented 3 years ago

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

edhenry commented 3 years ago

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