After installing ember-power-calendar, I have this error:
Unable to read property 'nodeModulesPath' from undefined TypeError: Unable to read property 'nodeModulesPath' from undefined in DependencyVersionChecker.NPMDependencyVersionChecker
I cleared the npm and bower cache, deleted the node_modules, bower_components, dist and tmp folders, than removed the ember-power-calendar package from the json package and then ran npm install && & & bower install.
But it did not help.
In addition, I saw that the ember-power frame has dependencies on ember-cli@2.10. But I had 2.8. I even updated ember-cli, took the steps above, and that also didn't help.
The final idea is to reinstall node and npm to clean global modules. But I'm not sure if that will help.
Do you have any ideas?
Thanks in advance!
source
share