pnp / vscode-viva

With the SharePoint Framework Toolkit extension, you can create and manage your SharePoint Framework solutions on your tenant. All actions you need to perform during the development flow are at your fingertips.
https://marketplace.visualstudio.com/items?itemName=m365pnp.viva-connections-toolkit
MIT License
34 stars 15 forks source link

Unable to 'Create a Viva Connections project' #4

Closed AtDH01 closed 1 year ago

AtDH01 commented 1 year ago

Hi

I'm unable to create a new Viva Connections project...

Error:

image image

Build version: image

Development env: MacOS - environment is generally used for SPFx development.

estruyf commented 1 year ago

@AtDH01 can you run the command from the output in your terminal to see what error gets returned?

AtDH01 commented 1 year ago

@estruyf running the yo @microsoft/sharepoint command directly in the terminal works perfectly fine. Everything is created correctly (using SPFx 1.15.2). I can also load the adaptive card to my workbench without any issues.

I'll stick to using the terminal for now.. thanks.

estruyf commented 1 year ago

Thanks for testing this! Are you working with nvm?

AtDH01 commented 1 year ago

No problem... and no, I'm not working with nvm.

estruyf commented 1 year ago

@AtDH01 this was indeed an issue in the latest build. We just released version v0.0.3144490 which fixes this issue. Can you give it a try and let us know if it also fixes it on your end?

AtDH01 commented 1 year ago

@estruyf confirmed - working perfectly with the latest version! Thanks!

estruyf commented 1 year ago

Thanks for the prompt response!