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
Add Windows support for all features. (Running a global or npx install in PowerShell has some limitations, see the Issues section in the README.md for more details)
When aemfed mentions an update is available and it is part of your package.json, the command presented to perform the update will have no effect. This is because the version numbers are still < 1.0.0, so the default update behavior is more conservative (see npm-semver - Caret Ranges ^1.2.3 ^0.2.5 ^0.0.4 for more details). Run npm i aemfed@latest to force an update anyway. For global installs this shouldn't be an issue