-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc for developing (or debugging) c2pa-js #46
Comments
I just tried I first ran 5:00:37 AM [vite] Internal server error: Failed to resolve entry for package "c2pa". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "c2pa". The package may have incorrect main/module/exports specified in its package.json.
Plugin: vite:import-analysis
File: /home/jou2019/workspace/c2pa-js/examples/react-ts-vite/src/main.tsx
at packageEntryFailure (/home/jou2019/workspace/c2pa-js/examples/react-ts-vite/node_modules/vite/dist/node/chunks/dep-c9998dc6.js:40970:11) |
@jingzhaoou Thanks for bringing this up - we will be working on adding documentation for this. In order to get you moving forward, can you see if this works? (We recently switched from yarn/lerna to PNPM so some of the documentation may not be up to date).
@emensch may also be able to chime in tomorrow with a better way of accomplishing this. |
@adobe export issue to Jira project CAI |
✅ Jira issue https://jira.corp.adobe.com/browse/CAI-3385 is successfully created for this GitHub issue. |
I am interested in building things from scratch to get better understanding how things work together. For example, with the
examples/react-ts-vite
example, I hope to point to my localc2ps
module by changing a few lines inpackage.json
to look like the followingThe text was updated successfully, but these errors were encountered: