-
Notifications
You must be signed in to change notification settings - Fork 234
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
Following Examles and Getting Nothing but errors #576
Comments
I got the same errors you did, and managed to fix them by using Alchemy locally instead of through the CDN. Unfortunately, even with the latest version locally I just switch form the old errors to these new ones:
I suspect that these examples might be broken. |
Ok, I managed to get some examples running by:
Hope it helps! |
you can also include the vendor.js in the local download which includes all dependencies.
|
i started out with having alchemy locally and referencing all the files and still nothing. I get alchemy.begin() doesn't exist, same for alchemy.begin(conf)... there is just no such thing as begin |
Reference to CDN now prompts 302 and 403 error - CDN is no longer supported? Download the latest ZIP from Github and put all files locally. Then followed @jups23 input but no output at all. |
I'm following the examples exactly (copied and pasted) and not able to get it to work with the current version. I've tried using CDN links for the JS and CSS alchemy files as well as using locally hosted versions of those files that were cloned from github. Both times (and using both chrome and safari), I get these two errors:
(anonymous function) — alchemy.min.js:1
I copied this example from the examples page, first example:
I also copied the example data from the same page and put it in a folder called data. The html and data come form the first example found on this page: http://graphalchemist.github.io/Alchemy/#/examples
The second error looks like a side effect of the first.
The text was updated successfully, but these errors were encountered: