OfficeDev / Office-Addin-Scripts

A set of scripts and packages that are consumed in Office add-ins projects.
MIT License
152 stars 93 forks source link

office-addin-debugging Unsupported engine #830

Closed andrewkittredge closed 2 weeks ago

andrewkittredge commented 5 months ago

office-addin-debugging has a transitive dependency on @azure/msal-node@1.18.4 which does not support node v20.

akrantz commented 5 months ago

This is being worked on. Are you able to use Node v18 in the meantime?

andrewkittredge commented 2 weeks ago

Any progress on this?

akrantz commented 2 weeks ago

Edit the .npmrc file and remove engines=strict. Node v20 will work fine.

millerds commented 2 weeks ago

I also just published updates script packages that finally got the version of the dependency that has all the fixes in it. It should be clean now with the latest office-addin-dev-settings (a dependency of office-adding-debugging).