You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
This is effectively a duplicate of #1890 and was closed by #1893. Unfortunately it won't be 'fixed' until our next release which will be within the next few weeks.
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?
The text was updated successfully, but these errors were encountered: