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
If the mean app has a name that contains a substring "model", then the app crashes while injecting the "circle" or "user" modules. This happens if the path of the app contains the substring "model". Out of curiosity, I had a look into this bug. It occurs due to the way the "type" of a path is checked in the walk function in util.js. I think I could fix this, will try to submit a PR later.
The text was updated successfully, but these errors were encountered:
I did, see #95
You seemed to have had some doubts with the solution though which I didn't fully comprehend, I can check again. I can also check if this is still an issue with current master.
As described in linnovate/mean#1283
If the mean app has a name that contains a substring "model", then the app crashes while injecting the "circle" or "user" modules. This happens if the path of the app contains the substring "model". Out of curiosity, I had a look into this bug. It occurs due to the way the "type" of a path is checked in the walk function in util.js. I think I could fix this, will try to submit a PR later.
The text was updated successfully, but these errors were encountered: