With the latest stable node and npm, I'm getting an error on npm i; npm run build:
Error: Failed while processing test/resource/mocha/test/integration/fixtures/esm/test-that-uses-dir-cjs-require.fixture.js: I/O error: Error: EISDIR: illegal operation on a directory, read
$ node --version
v18.14.2
$ npm --version
9.6.0
The page linked in the test-that-uses-dir-cjs-require.fixture.js doesn't seem relevant, as it's not the test that fails, but the attempt to run it by calling the directory. I'm obviously missing something. Is there a configuration setting for node that will get it to implicitly run a child index.js when the parent directory is called?