OfficeDev / generator-office

Yeoman generator for building Microsoft Office related projects.
https://www.npmjs.com/package/generator-office
MIT License
829 stars 208 forks source link

Cannot find module 'is-ci' on ubuntu #796

Closed fhg-isi closed 10 months ago

fhg-isi commented 10 months ago

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

Expected behavior

When running

yo office

I would expect no error.

Current behavior

yo office node:internal/modules/cjs/loader:1147 throw err; ^

Error: Cannot find module 'is-ci' Require stack:

Same for Node version v18.17:

yo office node:internal/modules/cjs/loader:1080 throw err; ^

Error: Cannot find module 'is-ci' Require stack:

Rick-Kirkham commented 10 months ago

We don't recommend developing on Linux, unless you are sure that everyone who will use the add-in is also using Linux and accessing Office on the Web. See Debug on Linux. Given that, can we close this issue?

millerds commented 9 months ago

That is an error in yeoman and not the plugin.