Use Spreadsheetimporter in a SAP CAP (TpyeScript) Project with Firori Elements #722
Tristan-bash
started this conversation in
General
Replies: 1 comment 2 replies
-
Just show me your package.json and manifest.json My sample apps are all using the local version for testing and developing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
Great project! I really like it and want to use it in my own project.
I think i've done the steps from "getting started" and "typescript" of the developer documentation. https://docs.spreadsheet-importer.com/pages/Development/GettingStarted/ including adaption of the package.json.
But i still got:
Cannot find module 'cc/spreadsheetimporter/v1_7_3/Component' or its corresponding type declarations.
I had a look into your package.json file from your typescript-example ad now i m wondering how that is working:
"dependencies": {
"ui5-cc-spreadsheetimporter": "link:../../../packages/ui5-cc-spreadsheetimporter"
},
What is link here? I think i have to adapt, but unsure how to do.
Any advise would be great!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions