yashag2255 / iframePCF

PCF to enable an iframe functionality in canvas apps for Power Apps.
42 stars 41 forks source link

missing part of the path #2

Closed dynamic-pindar closed 4 years ago

dynamic-pindar commented 4 years ago

I keep getting the following error message when following the instructions to push the component to my environment. Is there something I'm missing?

Error: Could not find a part of the path 'C:....\iframePCF\src\out\controls'.

kimomar1102 commented 4 years ago

Im also having the same problem. It happens after I execute the 5th step.

kimomar1102 commented 4 years ago

I found out how to solve this. Dont forget to use the "npm run build" in the setup of the PCF component.

yashag2255 commented 4 years ago

Hey Guys! Hope you resolved with the npm run build (the reason is some files are ignored by the gitignore file and these files are automatically created when you build the solution and for more info on this you can refer to the .gitignore file). However, I have now attached the PCF solution directly in this repository so all you have to do is import the solution and use the component in the app. Hope this helps!

dynamic-pindar commented 4 years ago

thanks for the responses and the quick update!