Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm start command returns errors #782

Open
tuyoyexcel opened this issue Feb 24, 2023 · 0 comments
Open

npm start command returns errors #782

tuyoyexcel opened this issue Feb 24, 2023 · 0 comments

Comments

@tuyoyexcel
Copy link

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! office-addin-taskpane@0.0.1 start: office-addin-debugging start manifest.xml
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the office-addin-taskpane@0.0.1 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! office-addin-taskpane@0.0.1 start: `office-addin-debugging start manifest.xml`
     npm ERR! Exit status 1
     npm ERR!
     npm ERR! Failed at the office-addin-taskpane@0.0.1 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant