You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Router attempts to load a route (by require-ing index.js), if a MODULE_NOT_FOUND error is thrown, a generic 'no index.js found' message is logged. Depending on where the error's thrown, this could be caused by something else (e.g. missing local file, missing node module).
Steps to Reproduce
Require a node module that doesn't exist in a routes/index.js file.
Versions
Authoring Tool Version: 0.4.0
The text was updated successfully, but these errors were encountered:
When Router attempts to load a route (by require-ing
index.js
), if aMODULE_NOT_FOUND
error is thrown, a generic 'no index.js found' message is logged. Depending on where the error's thrown, this could be caused by something else (e.g. missing local file, missing node module).Steps to Reproduce
routes/index.js
file.Versions
The text was updated successfully, but these errors were encountered: