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
constpath=require('path');if(!path.isAbsolute(process.env.MY_DOCKER_R2G_SEARCH_ROOT||'')){thrownewError('Please set the env var "MY_DOCKER_R2G_SEARCH_ROOT" to an absolute path.');}
Actual error:
r2g: r2g warn: Could not read your .r2g/config.js file at path: /Users/alex/codes/ores/linked-queue/.r2g/config.js
we need to actually show the stack trace of the error.
and perhaps MY_DOCKER_R2G_SEARCH_ROOT should default to the pwd if it's above $HOME, o/w throw an error.
The text was updated successfully, but these errors were encountered:
Most likely because:
Actual error:
r2g: r2g warn: Could not read your .r2g/config.js file at path: /Users/alex/codes/ores/linked-queue/.r2g/config.js
we need to actually show the stack trace of the error.
and perhaps MY_DOCKER_R2G_SEARCH_ROOT should default to the pwd if it's above $HOME, o/w throw an error.
The text was updated successfully, but these errors were encountered: