Hi I am loading feathersJS client into an app that uses requireJS and I am getting errors. Error: ``` require.js:143 Uncaught Error: Module name "events" has not been loaded yet for context: _. Use require([]) ``` How I am loading it: ``` paths: { feathers_client: "../libs/feathers-client/dist/feathers", ... } ``` Then I just do like any other require module. Am I missing something?
Hi I am loading feathersJS client into an app that uses requireJS and I am getting errors.
Error:
How I am loading it:
Then I just do like any other require module.
Am I missing something?