Closed andrewconnell closed 3 years ago
Appears this is due to spaces in the project name... deduced from https://github.com/OfficeDev/generator-office/issues/539#issuecomment-741939945. Need to get the PR https://github.com/OfficeDev/Office-Addin-Scripts/pull/351 merged to fix this issue.
Recreated the exact same project with the name MySSOAddin3 & worked fine.
I created a typescript powerpoint sso
project with the name power-point-charts
.
I am getting npm run start:server exited with code 0
Expected behavior
Project to start up and run to test the OOTB addin created by the Yeoman Office generator..
Current behavior
Addin project fails on startup... local processes exit without giving an option to test. May be related to #613
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
npm start
npm start
prematurely exited.Context
Failure Logs
Notice the last two lines in the following where you can see the two processes exit prematurely. Before those, notice the Node errors.