Graphite-Docs / graphite

Encrypted, secure, user-owned productivity suite
https://graphitedocs.com
GNU General Public License v3.0
586 stars 89 forks source link

Failing to compile due to missing file #67

Closed arisgk closed 5 years ago

arisgk commented 5 years ago

Environment

OS: Ubuntu 18.04.1 LTS Browser: Chrome/70.0.3538.67

Steps to reproduce

Starting with a fresh project:

  1. Clone the repo.
  2. cd into graphite
  3. Run npm install
  4. Run npm run start

Using an existing project:

  1. Navigate to project root folder
  2. Delete src/components/helpers/prod.js file (not included in the repo by default)
  3. Run npm install
  4. Run npm run start

Expected result

Should compile successfully

Actual result

Compilation error

Potential solution

Add a src/components/helpers/prod.js file to the codebase (even an empty one)

compilation-error-terminal

compilation-error-browser