You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.
I was happy to see that this lib supports JSPM, so I tried to install and use it:
import mq4HoverShim from 'mq4-hover-shim';
Unfortunately, that fails early with this:
:3000/jspm_packages/npm/[email protected]/dist/browser/mq4-hover-shim.js:59 Uncaught TypeError: $ is not a function$ @ system.js:4
system.js:4 Uncaught Uncaught TypeError: $ is not a function
Evaluating http://localhost:3000/jspm_packages/npm/[email protected]/dist/browser/mq4-hover-shim.js$ @ system.js:4
localhost/:1 Uncaught (in promise) Uncaught Uncaught TypeError: $ is not a function
Evaluating http://localhost:3000/jspm_packages/npm/[email protected]/dist/browser/mq4-hover-shim.js
Evaluating http://localhost:3000/jspm_packages/npm/[email protected]
Error loading http://localhost:3000/boot.js
I tried to fix it with some weird overrides, but could not get it to work.
I think that system.js detects the format wrongly of the file dist/browser/mq4-hover-shim
because I see this in the header:
"format global";
"deps jquery";
'use strict';
after installing it. Any idea?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was happy to see that this lib supports JSPM, so I tried to install and use it:
Unfortunately, that fails early with this:
I tried to fix it with some weird overrides, but could not get it to work.
I think that system.js detects the format wrongly of the file
dist/browser/mq4-hover-shim
because I see this in the header:
after installing it. Any idea?
The text was updated successfully, but these errors were encountered: