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
Problem: when running rw c or rw c "script", the __dirname is /path/to/project/node_modules/compound/lib/server.
Expected: __dirname === /path/to/project
Current workaround: var dirname = './', since ./ points to the correct local dir.
The text was updated successfully, but these errors were encountered:
Problem: when running
rw c
orrw c "script"
, the__dirname
is/path/to/project/node_modules/compound/lib/server
.Expected:
__dirname === /path/to/project
Current workaround:
var dirname = './'
, since./
points to the correct local dir.The text was updated successfully, but these errors were encountered: