-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
$ npm run test:watch
npm error Missing script: "test:watch"
$ npm run build
npm error Missing script: "build"
$ npm run test
> [email protected] test
> node --test bindings/node/*_test.js
node:internal/modules/cjs/loader:1372
throw err;
^
Error: Cannot find module 'tree-sitter'
Require stack:
- /Users/tanner/Developer/Forks/tree-sitter-bash/bindings/node/binding_test.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1369:15)
The scripts in package.json:
"scripts": {
"install": "node-gyp-build",
"lint": "eslint grammar.js",
"prestart": "tree-sitter build --wasm",
"start": "tree-sitter playground",
"test": "node --test bindings/node/*_test.js"
}
The README:

craigmacnickshiro
Metadata
Metadata
Assignees
Labels
No labels