Open mickyginger opened 9 years ago
The global io. Comes from the http://sailsjs.org/#/documentation/anatomy/myApp/assets/js/dependencies/sails.io.js.html provided by sails.js.
This can be a client-side error as well.
The Ember adapter depends on a global io
, but it's not specified in bower.json
as a dependency.
I'm getting this error when I launch my app. I notice in the bower_components/ember-data-sails-adapter/ember-data-sails-adapter.js file io is not defined, but /global io/ is at the top of the scrip?
Where are you expecting io to be instantiated?