-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: uri.path is not a function #225
Comments
Mmmmmm .. yes, maybe so. There are occasional screw ups where bower stuff will not install and I have to do manually .. can you try install manually ( urljs ) and see if that fixes it. |
The error does go away when I install urijs with bower. I'll try making a new project when I get a chance. I don't have a canned app with FG tests to use for that. |
great .. i am glad that worked or else the world would be upside down. |
Ok, done. It's not in my bower_components directory, but it is in node_modules/ember-data-factory-guy/node_modules. |
hmm .. so it is not bower component .. ok . oops .. did not realize .. |
that was added to dependencies .. but wonder why it did not install when you updated ... ? puzzler |
Maybe urijs should be in bower dependencies instead of package dependencies like jquery-mockjax and then added to the FG index blueprint ala mockjax afterInstall: function() {
return this.addBowerPackageToProject('jquery-mockjax', '2.2.0');
} If so, I can submit a PR for this. |
I think it is not a bower install though. It is labeled as package dependency in factory guy package.json |
Maybe I'm confused. Urijs wasn't installed in the bower_components directory with a fresh ember/FG install. However, it was in node_modules/ember-data-factory-guy/nod_modules. Is that sufficient for it to work? My guess is "No" since it doesn't. Running npm install did not change anything. Sorry for the confusion. The difference between addon dependencies in bower vs package is still a bit of a mystery to me. I guess my next question would be, why is jquery-mockjax in bower.json instead of package.json? |
right .. yeah .. |
I think you resolved this .. so I am closing it. If anything needs addressing though, let me know. |
I'm getting this error after trying to upgrade to the latest factory guy. It's related to this commit: 182143a
Any ideas? It seems like urijs is not being loaded or not working.
The text was updated successfully, but these errors were encountered: