Open MarchosiasM opened 4 years ago
Imports were failing in node v12.16.3 as were the tests in this repository.
node v12.16.3
Updating NYC fixed the tests and being more specific with the require-dir require plugin addressed the imports.
require-dir
Seems like the more specific imports were necessary since require.extensions seems to be deprecated in later versions of Nodejs
require.extensions
https://nodejs.org/api/modules.html#modules_require_extensions
Imports were failing in
node v12.16.3
as were the tests in this repository.Updating NYC fixed the tests and being more specific with the
require-dir
require plugin addressed the imports.Seems like the more specific imports were necessary since
require.extensions
seems to be deprecated in later versions of Nodejshttps://nodejs.org/api/modules.html#modules_require_extensions