Skip to content

Commit

Permalink
Merge pull request #84 from CCALI/production
Browse files Browse the repository at this point in the history
fix typos and add troubleshooting tip
  • Loading branch information
tobiasnteireho authored Aug 26, 2021
2 parents cf95604 + 7893f9e commit 4f2b5d2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,24 @@ For all platforms this document should work as written. You can skip to `step 4`

This document should work as written but some components will likely need to be recompiled for the current node 12.

if the DAT does not properly start after using these instructions, the likely culprit is `muhummara`. This will be indicated by running `pm2 logs` and seeing a node version error. To rectify
if the DAT does not properly start after using these instructions, the likely culprit is `muhammara`. This will be indicated by running `pm2 logs` and seeing a node version error. To rectify
follow the instructions below:

1.) go to the `a2jdat` folder

2.) run `npm install muhummara` in a command line
2.) run `npm install muhammara` in a command line

3.) restart DAT process and test

if that doesn't work try below:

1.) `cd node_modules/muhammara`

2.) `node-pre-gyp rebuild`

3.) restart DAT process and test


## Installation instructions

1.) Install nvm if using \*nix or volta on windows. **NVM for windows is no longer supported**.
Expand Down

0 comments on commit 4f2b5d2

Please sign in to comment.