freshy icon indicating copy to clipboard operation
freshy copied to clipboard

Does not work after Node v10

Open brakon opened this issue 5 years ago • 0 comments

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)

brakon avatar Dec 13 '19 02:12 brakon