-
Notifications
You must be signed in to change notification settings - Fork 43
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
Installing then requiring the module results in error #24
Comments
👍 @shaunxcode any ideas? |
@ashnur not sure if you're still stuck on this or not, but I was running into the same issue. Looks like it was trying to bring in something from component.js and getting a little confused or sad. I was able to fix the issue by doing the following:
You may need to fork this project and have npm point at your fork rather then the npm repo (until this gets resolved). Hope this helps! |
Please make a pull request or a fork where it works :) Anyone? |
@kristianmandrup have you tried @npfitz 's suggestions? |
I am also having this issue. I'm not exactly sure i get all of @npfitz instructions. Are they saying that I should download my own copy of I feel like I'm doing something wrong -- seems weird that the recommended edn library in JS can't actually be required and used when installed via npm. |
@yedi Admittedly, it's probably a terrible suggestion (though I've been running with that change for a while now). What I did was make my own fork of the project, made my change, and then just pointed to NPM to my fork. |
The text was updated successfully, but these errors were encountered: