Closed basz closed 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
webstomp-client
plhw-client/services/realtime-stomp
npm install webstomp-client --save-dev ember serve
// services/realtime-stomp.js import webstomp from 'webstomp-client'; ...
Works fine for me. Why are you saving in --save-dev mode?
@basz sorry to read that but it works for me too.
nvm. solved it somehow. can't remember what went wrong. thx
Hi!
I can't import the e6 module...
Error: Could not find module
webstomp-client
imported fromplhw-client/services/realtime-stomp