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
I think I know why this happens. We have the code to add lines to routes.js, socketio.js, etc in the Yeoman end lifecycle stage, which is after the install lifecycle stage, and I think some people might be exiting during install (maybe because it hangs). We shouldn't do this work in end, but probably at the end of writing.
I've seen quite a few reports that
routes.js
andsocketio.js
aren't getting the require's forthing
automatically injected from initial scaffold.The text was updated successfully, but these errors were encountered: