Open persianphilosopher opened 7 years ago
As a quick addendum: I should mention that although I tried to follow your excellent instructions, there are two spots that come to mind where I may have slipped up.
These two might be the reason for the above failures?
Hello, @persianphilosopher
Sorry for taking so long to reply.
Thank you very much for the interest in the project! I made it open source exactly so that people could use or learn something. Please understand that I made this project to learn, and maybe (just maybe) release it as a finished product. At some point my interest moved to other projects and this project is now waiting for more time to continue. Anyway, what I did was enough to have a demo working... I consider it a success :)
About your questions:
Tests I really did try implementing tests at some point, but it got really difficult (testing in JS is hard), so I quit in order to just finish it. The main problem with testing is that my code got very promiscuous with the GAPI, and that made testing hard.
npm/build errors I don't know what your issue is. I'll try to build it from scratch and see if I get the same error.
git clone Yup, typo from copy/paste.
google tracking id You get the google tracking id from analytics.google.com and not from the Google Developers Console. That's why I forgot to explain that in the README.
I hope this helps.
Thank you so much for your thoughtful response. If you need any logs or anything else I can help with, please don't hesitate. And thank you for all your work
This is a very exciting project and I really didn't want to give up on it and walk away. I am getting lots of errors and not sure where to start. Running the karma test fails and the same goes with any of the webpack configurations (dev/prod). The error that is always thrown first is this:
It also complained about not finding the dir "static/*" and once I put in the absolute path it stopped complaining about that one. But I can't get npm to run any of the configs.
Any help would be much appreciated!