Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work after Node v10 #16

Open
brakon opened this issue Dec 13, 2019 · 0 comments
Open

Does not work after Node v10 #16

brakon opened this issue Dec 13, 2019 · 0 comments

Comments

@brakon
Copy link

brakon commented Dec 13, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant