Closed
Description
Nature of issue?
- Found a bug
- Existing feature enhancement
- New feature request
- Issue with development setup
Details about the issue:
- Operating System: MacOSX 10.13.1
- Steps to reproduce this:
- Fork the repo and clone it from scratch.
- Follow the instructions on the
README
to set up the development environment. - Try to run
npm start
. It will fail with the following error message:
/Users/spf/src/open_source/p5.js-web-editor/node_modules/mailgun-js/lib/mailgun.js:15
throw new Error('apiKey value must be defined!');
After adding MAILGUN_KEY=<mailgun-api-key>
to the .env
file everything started working okay, even with an incorrect key. Is this expected behavior for development or am I doing something wrong? If it is expected, maybe the README
instructions for development should be updated to make this clearer?