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

Cannot run tests #8

Open
adamreisnz opened this issue Jan 20, 2024 · 0 comments
Open

Cannot run tests #8

adamreisnz opened this issue Jan 20, 2024 · 0 comments

Comments

@adamreisnz
Copy link

Hi, I've followed the instructions in the Readme and installed all the tools. Building the wasm works fine.
However, running npm test fails with the following error:

 Cannot find module './reports/base'
Require stack:
- /node_modules/jackspeak/noop.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
    at resolveFileName (/node_modules/tap/node_modules/resolve-from/index.js:17:39)
    at resolveFrom (/node_modules/tap/node_modules/resolve-from/index.js:31:9)
    at module.exports (/node_modules/tap/node_modules/resolve-from/index.js:34:41)
    at importJsx (/node_modules/tap/node_modules/import-jsx/index.js:23:21)
    at module.exports (/node_modules/tap/node_modules/treport/lib/index.js:11:18)
    at exports.makeReporter (/node_modules/tap/bin/run.js:383:23)
    at runTests (/node_modules/tap/bin/run.js:693:3)
    at main (/node_modules/tap/bin/run.js:240:5)
    at Object.j.main (/node_modules/jackspeak/index.js:483:5) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/node_modules/jackspeak/noop.js' ]
}

This is on OS X Sonoma 14.2.1 with Node version 21.1.0

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

No branches or pull requests

1 participant