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 ran into the same problem, which only appears when the node version is greater than 6,
My solution:
'path.dirname(config.out)' Modified to 'path.dirname(config.out.toString()) ',
Hope can help you.
config.out maybe a function at rjs config.
The text was updated successfully, but these errors were encountered: