Looks like the module.json is using the wrong version of dependencies that's outdated. Was sick of seeing the warning on launch. Fixed the issue but Don't know how to contribute to someone else's repo. Just keep getting perm issue.
"dependencies":[],
Should be changed to the following
"relationships": { "requires": [ ] },
And it should work fine!
Looks like the module.json is using the wrong version of dependencies that's outdated. Was sick of seeing the warning on launch. Fixed the issue but Don't know how to contribute to someone else's repo. Just keep getting perm issue.
"dependencies":[],Should be changed to the following
"relationships": { "requires": [ ] },And it should work fine!