How do I import the SockJS client into a Javascript Project #617
Unanswered
AwesomeDude091
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a javascript project and cannot seem to be able to load the client SockJS object from its NPM sockjs-client counterpart.
I run
yarn add sockjs-client
and proceed to writeimport SockJS
at which point my IDE (IntelliJ Ultimate) tells me sockjs does not exisit. Any help is much appreciated AwesomeDude091Beta Was this translation helpful? Give feedback.
All reactions