How is the package published to npmjs.com used? #1243
-
|
I see that you have also published camofox-browser to npmjs.com: https://www.npmjs.com/package/@askjo/camofox-browser, but there seems to be no instructions how to use that package after Obviously a simple |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Good question — you were right that the npm package was awkward to run standalone. Until now, it was mainly consumed by OpenClaw/ClawHub, and standalone usage required running the installed server file directly: node node_modules/@askjo/camofox-browser/server.jsI just shipped v1.11.2 with a proper npm binary, so the intended standalone path is now: npx @askjo/camofox-browserOr globally: npm install -g @askjo/camofox-browser
camofox-browserDefault port is still |
Beta Was this translation helpful? Give feedback.
Good question — you were right that the npm package was awkward to run standalone.
Until now, it was mainly consumed by OpenClaw/ClawHub, and standalone usage required running the installed server file directly:
I just shipped v1.11.2 with a proper npm binary, so the intended standalone path is now:
Or globally:
Default port is still
9377, with the same env vars as source installs. Release: https://github.com/jo-inc/camofox-browser/releases/tag/v1.11.2