-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Describe the bug
The 'logger' variable is used in index.js but is not defined. This causes a ReferenceError and prevents the app from starting.
To Reproduce
1.Run 'npm run dev' on a fresh install.
Expected behavior
The app should start without crashing.
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Adding 'const logger = require('winston');' fixes the error.
Metadata
Metadata
Assignees
Labels
No labels