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
private npm modules are installed one level below node_modules. e.g. for the user "balderdash", a module is installed innode_modules/@balderdash/`. The sails hook module loader does not seem to pick these up.
Changing "depth" to 3 doesn't seem to magically fix anything. I'm looking into it now.
The text was updated successfully, but these errors were encountered:
https://github.com/balderdashy/sails/blob/master/lib/hooks/moduleloader/index.js#L444
private npm modules are installed one level below
node_modules
. e.g. for the user "balderdash", a module is installed in
node_modules/@balderdash/`. The sails hook module loader does not seem to pick these up.Changing "depth" to 3 doesn't seem to magically fix anything. I'm looking into it now.
The text was updated successfully, but these errors were encountered: