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
Which versions of Yeoman work with which versions of Node?
I've recently been trying to update old applications and the process involves first getting it to build and run in my development environment. I've been using nvm-windows to switch between Node versions to find one where the apps' dependencies will install and then the app build and run. Then incrementally update to current Node and current packages. But even with new apps, sometimes I need to start with outdated packages (for instance, SPFx for SharePoint on-premise...) So I sometimes have to use older versions of Node to install the outdated tools in the hopes I can scaffold a functioning app for a complex use case.
There have been several major releases of Yeoman over the past few years, which releases work with which versions of Node? Are there any peer dependencies whose versions will also affect the install or operation of Yeoman?
The text was updated successfully, but these errors were encountered:
Just looking for documentation.
Which versions of Yeoman work with which versions of Node?
I've recently been trying to update old applications and the process involves first getting it to build and run in my development environment. I've been using
nvm-windows
to switch between Node versions to find one where the apps' dependencies will install and then the app build and run. Then incrementally update to current Node and current packages. But even with new apps, sometimes I need to start with outdated packages (for instance, SPFx for SharePoint on-premise...) So I sometimes have to use older versions of Node to install the outdated tools in the hopes I can scaffold a functioning app for a complex use case.There have been several major releases of Yeoman over the past few years, which releases work with which versions of Node? Are there any peer dependencies whose versions will also affect the install or operation of Yeoman?
The text was updated successfully, but these errors were encountered: