Open Issues Need Help
View All on GitHub npm global install does not work about 1 month ago
AI Summary: The `npm install -g skalio/teambeamjs` command no longer works due to changes in the TeamBeam platform. The solution requires integrating the `npm run build` step into the global installation process, likely by modifying the `package.json` to include a pre- or post-install script that runs the build before installing the package globally.
Complexity:
4/5
bug help wanted