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
After updating to Node v10 we are getting an error during startup, seems to be related to loading modules used by the dust helpers, specifically by Adaro which then uses the Freshy module .
This is the error:
....helper.dust.js TypeError [ERR_INVALID_ARG_TYPE]: The "request" argument must be of type string. Received type undefined
at validateString (internal/validators.js:125:11)
at Function.resolve (internal/modules/cjs/helpers.js:32:5)
at unload (..../node_modules/freshy/index.js:83:24)
at ....node_modules/freshy/index.js:91:17
After updating to Node v10 we are getting an error during startup, seems to be related to loading modules used by the dust helpers, specifically by Adaro which then uses the Freshy module .
This is the error:
....helper.dust.js TypeError [ERR_INVALID_ARG_TYPE]: The "request" argument must be of type string. Received type undefined
at validateString (internal/validators.js:125:11)
at Function.resolve (internal/modules/cjs/helpers.js:32:5)
at unload (..../node_modules/freshy/index.js:83:24)
at ....node_modules/freshy/index.js:91:17
Unhandled rejection AssertionError [ERR_ASSERTION]: Cannot find module: '.....helpers.dust.js'
at module.exports (..../node_modules/adaro/lib/reqwire.js:42:12)
The text was updated successfully, but these errors were encountered: