Closed
Description
I generated a react frontend tool using the cli generate tool_react command. The autogenerated package.json has a dependency for @openc3/js-common 6.1.0.
The tool will not build because "dist/services.js" is missing. If I go in to node_modules/@openc3c/js-common and perform and yarn install and yarn run build, I get the error "error during build: Could not resolve entry module "index.html". I navigated to the npm registry and noticed that the dist folder is not there.
I am able to build my tool if I specify version 5.21.0-beta0 for the @openc3/js-common.
Is there a different build process for front end tools that I am missing?