Open
Description
At the moment, nothing will build, argh! Will add error logs as and when I come across them.
Replicate:
- Fetch the latest update from repo (I'm also intrigued to see if this happens with old copies too)
- Open terminal in that folder
- Try either Dev(
yarn
thenyarn local dev
) or Build (yarn
thenyarn local build
)
Questions:
- Does this happen with windows machines?
- What errors (if any) is everyone else getting?
Extra marks:
- Does this happen when downloading the source code from the releases, then running them as above?
EDIT:
If getting the "mermaid.js" error, do the following:
- Remove all mention of mermaid js from devdependencies in the root directory's
package.json
- Remove all mention of mermaid js from devdependencies in the shared directory's
package.json
- Remove all text from
yarn.lock
Then, restart the instructions from the original post above