-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Initial issues developing/testing locally #304
Comments
I will try to check these issues asap |
@philsturgeon can you try seeing what happens with #305 applied please? |
@wilsonge unfortunately merging that branch into master creates the following error when I run build:prod
|
@philsturgeon I don't think you reinstalled the node modules? That error should be fixed by the TypeScript downgrade |
Update on that - just realised I haven't fixed the yarn file up in that PR. I'll do that a bit later. Try and rebuild on the package.json file as a temporary measure and see if that fixes things :) |
rm -rf node_modules and a fresh install had no difference on the failing build.
|
@philsturgeon check out now (with the latest commit) Feel free to reopen if it doesn't work |
That got some of the way, but running the server I get this error in the browser.
|
I'm sure you're not getting latest dependencies for some odd reason. That should be resolved by the upgrade of zone.js (at least it was for me) |
Thanks, @wilsonge! Let me know if you managed to fix this. |
A wild package-lock.json appeared. I didn't know that was a thing. I nuked it and the yarn lock and the modules folder and set it to 0.8.14 - we good again. Time to learn some typescript. |
@philsturgeon awesome!!! |
I'm trying to work on #186 but im seeing a bunch of errors.
Dunno what's happening there.
Also there's no
CONTRIBUTING.md
, butnpm test
seemed like a strong bet. I ran that and the test suite got a fairly long way before failing:I'd like to help work on functionality, but need to be able to get started first. :)
The text was updated successfully, but these errors were encountered: