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
So I want to be able to reference the shared folder code from within my other projects.
To do this I have to add path ./ to the NODE_PATH when I run my project1 for example:
I have a multi nodejs project setup like this:
So I want to be able to reference the shared folder code from within my other projects.
To do this I have to add path ./ to the NODE_PATH when I run my project1 for example:
So I need to add the value of NODE_PATH to my resolve modules in the backpack config:
Should the config.resolve.modules be undefined at this point? (that is what I am seeing) so I am doing this instead:
The reason I am confused is because this other project that uses backpack is a .push call https://github.com/withspectrum/spectrum/blob/alpha/backpack.config.js#L36
When I try the same thing I can see that the modules array is actually undefined.
The text was updated successfully, but these errors were encountered: