-
How do you run matter.js Node Shell as a standalone application? I tried following the instructions in https://github.com/project-chip/matter.js/blob/main/packages/nodejs-shell/README.md but got an error message saying the module was not found. Here is what I did. First I checked my node versions
Then I installed the shell
Then I tried to run it but got an error
The only files in the directory are:
What should I do to fix this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
ooh good catch ... infos in https://github.com/project-chip/matter.js/tree/main/packages/nodejs-shell are not right (but "node shell" is wrong in any case :-) ) |
Beta Was this translation helpful? Give feedback.
Ha, found it ...
npx matter-shell 1
in the dir where you installed it