JSteunou / webstomp-client

Stomp client over websocket for browsers
Apache License 2.0
299 stars 59 forks source link

e6 not working #27

Closed basz closed 8 years ago

basz commented 8 years ago

Hi!

I can't import the e6 module...

Error: Could not find module webstomp-client imported from plhw-client/services/realtime-stomp

npm install webstomp-client --save-dev
ember serve
// services/realtime-stomp.js
import webstomp from 'webstomp-client';

...
mschipperheyn commented 8 years ago

Works fine for me. Why are you saving in --save-dev mode?

JSteunou commented 8 years ago

@basz sorry to read that but it works for me too.

basz commented 8 years ago

nvm. solved it somehow. can't remember what went wrong. thx