-
-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import bootstrap / jquery not working #445
Comments
I helped you with this question on Stack Overflow, but I've since investigated a bit more. You can actually remove After doing this, you can actually access bootstrap's import $ from 'bootstrap'; If doing this doesn't work for you, then your best bet would be to file an issue with JSPM, as the issue you're experiencing is with JSPM and not Aurelia. https://github.com/jspm/jspm-cli |
I guess the problem is bootstrap. In their ``package.json` they have this:
I guess that makes it download jQuery as well when doing a Guess Bootsrap should update their Thanks again for the help. |
Well, I had an entire response typed out showing how this was working properly for me... and then I refreshed the app and it broke like you're showing. But yeah, file an issue over there. But also ask in the |
Appears to be a bug. We have updated the skeletons with a workaround. |
First of all, I appologize if this is the wrong place for this question. I wasn't sure where to post it. If so, then please let me know and I'll post it in the right repo.
The thing is, I created a new Aurelia project and installed
bootstrap
andjquery
withjspm
. I have aconfig.js
that looks like this (only showing the parts that I think are important to show):But when I do:
I get an error the following error:
But this seem to work fine in the skeleton navigation example?
I'm also getting the same error when I do:
But, when I only import jquery it works fine:
So my question is, whu isn't it working when I import
bootstrap
?The text was updated successfully, but these errors were encountered: