You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm start command returns errors for Excel webAddins
I have generated an Excel WebAddin template (TypeScript / JavaScript) with Yeoman but can run it. It returns the following errors:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: office-addin-debugging start manifest.xml
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\info\AppData\Roaming\npm-cache_logs\2023-02-24T09_24_51_018Z-debug.log
My environment
OS Windows:10 64-bit
Node version:v14.16.1
npm version:6.14.12
Version of yo :4.3.1
Expected behavior
Open Excel showing the WebAdding
Current behavior
Return errors as described above
Steps to reproduce the behavior
Command line output
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `office-addin-debugging start manifest.xml`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\info\AppData\Roaming\npm-cache\_logs\2023-02-24T09_24_51_018Z-debug.log
The text was updated successfully, but these errors were encountered:
npm start command returns errors for Excel webAddins
I have generated an Excel WebAddin template (TypeScript / JavaScript) with Yeoman but can run it. It returns the following errors:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start:
office-addin-debugging start manifest.xml
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\info\AppData\Roaming\npm-cache_logs\2023-02-24T09_24_51_018Z-debug.log
My environment
10 64-bit
v14.16.1
6.14.12
4.3.1
Expected behavior
Open Excel showing the WebAdding
Current behavior
Return errors as described above
Steps to reproduce the behavior
Command line output
The text was updated successfully, but these errors were encountered: