Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
22 views

I try to create a PowerShell script doing other things after creating a new spfx project with the Yeoman SharePoint Generator. The code for Yeoman is: yo @microsoft/sharepoint --component-type "...
Grobanix's user avatar
  • 171
0 votes
1 answer
163 views

I am trying to deploy a Fiori Elements app to SAP Fiori launchpad. I am using the following command: npx fiori add deploy-config But as soon as I pick "Cloud Foundry" as a target, instead ...
F.G.'s user avatar
  • 53
0 votes
0 answers
71 views

Yeoman Botkit Generator Error: Current environment doesn't provide some necessary feature this generator needs. I am trying to set up Yeoman Botkit and everything runs smoothly until I execute yo ...
user30071006's user avatar
1 vote
0 answers
108 views

I'm trying to make a custom extension in vscode, but every time I run the command yo code (from the vscode tutorial) I get the following error: PS C:\Users\{username}> yo code _-----_ ╭───...
武田淳一's user avatar
0 votes
1 answer
59 views

I'm working on a Yeoman generator, and I need to delete some files programmatically without prompting for confirmation in the terminal. Currently, when I use this.fs.delete(${rootDestinationPath}/${...
Alexandre Queiroz de Oliveira's user avatar
1 vote
1 answer
136 views

I'm experimenting with an Outlook Add-in to install it on both Outlook Web and the Outlook Desktop Application. When I run the sample code using npm run start, Outlook redirects to the sign-in page. ...
Lorenz Hart's user avatar
2 votes
1 answer
891 views

I'm trying to make a custom extension in vscode, but every time I run the command yo code (from the vscode tutorial) I get the following error: Error [ERR_MODULE_NOT_FOUND]: Cannot find package '...
LuniZunie's user avatar
  • 106
0 votes
1 answer
107 views

I have an office js addin that is side loaded while I am developing. I have tried to use the https://learn.microsoft.com/en-us/office/dev/add-ins/testing/clear-cache to remove this in my mac but I ...
hat786's user avatar
  • 3
1 vote
0 answers
91 views

I'm new in JHipster, but I already have a task - to make a blueprint for an Angular client side change with jhipster-generator (by npx jhipster generate-blueprint) What I did: Generated non-local ...
Spenkau's user avatar
  • 11
0 votes
1 answer
278 views

How do I downgrade Yeoman? Version 5.0.0 seems, as of now, unstable and has issues with some generators. The suggested solution is to downgrade yeoman to version 4.3.1. How can I achieve this?
Roadman1991's user avatar
2 votes
0 answers
341 views

I am a beginner in SharePoint, and when I set up the SharePoint Framework development environment, I installed all the prerequisites mentioned in the official Microsoft documentation here. PFA But ...
Vishvadeep singh's user avatar
2 votes
1 answer
136k views

When running a generator which used the latest version of yeoman-generator (7.1.0), yo discord I get the following error message: This generator (discord:app) requires yeoman-environment at least 4.0....
Emil's user avatar
  • 56
3 votes
1 answer
1k views

I'm trying to create yeoman generator but I'm unable to get started. I'm following this video on the subject and I can't even get my code to run. here's my package.json file: { "name": &...
Luiso's user avatar
  • 4,123
4 votes
1 answer
708 views

I created a Word Add-in using Yeoman generator and try to set up my development environment with VSC on Windows 10. When I start command npm start or npx office-addin-debugging start ./manifest.xml, ...
zjda's user avatar
  • 71
0 votes
1 answer
43 views

I want to replace a template in the YEOMAN Generator with the string 'lr_task->'. But in the result file is the string escaped to 'lr_task-&gt' (html like). I'm using this.fs.copyTpl( ) for the ...
Frank Müller's user avatar

15 30 50 per page
1
2 3 4 5
157