-
-
Notifications
You must be signed in to change notification settings - Fork 9
Error: Current environment doesn't provides some necessary feature this generator needs.
This error message is a very difficult error to troubleshoot when it occurs. So far, it's only happened to myself (Will) once. When it happened, there's very little helpful information available out there regarding this specific (and misspelled) error message.
When I first noticed this occur, it was after a long period of time when I wasn't keeping up with all of the various npm
packages and dependencies that were installed.
After updating NodeJS and npm, the following message began to appear whenever I'd attempt to run the yo upendodnn
command.
Current environment doesn't provides some necessary feature this generator needs.
After a ton of troubleshooting over several hours, I was able to resolve this issue using the following steps:
- If it exists, first, delete the
/node_modules/
folder in the local installation folder where thegenerator-upendodnn
source code exists. (This only applies to developers that are working on updated to this generator.) - Begin following the original installation instructions from the beginning, as if you've never installed it before.
- Begin following the original development instructions over again from the beginning.
- Run the
yo upendodnn
command again. (This may require closing and opening a newcmd
prompt window.)
Like what we're doing? Please sponsor us. Any amount is appreciated! 🙏🏽
This project is owned and maintained by Upendo Ventures, LLC for the benefit of everyone in the DNN CMS Community & Ecosystem.