Closed skormel closed 7 years ago
First, thank you for your interest on the project.
Sorry about the problems.
I think it happens because there is a new incompatible version of material out after my last commit.
I did not fix the dependencies.
You can use yarn to avoid that.
yarn install
should install exactly the same npm versions of everything I had when I build it.
Hope that help. I will write out a new version with Angular 4.1 and material beta 3 during this week (hopefully, if I find the time)
I'll try it tomorrow at work.
Thanks for all.
Best Regards Antonio
Hello,
First of all, thank you very much for ngx-i18nsupport it's a great tool.
I'm trying to install this project (tiny-translator) on my own server but i've got several errors.
My global version software are: Nodejs: 7.10.0 @angular/cli: 1.0.3 typescript: 2.3.2
Here my proccess:
When I lauch npm install I've got this result:
I solved this error by changing flex-layout@2.0.0-beta-7 to flex-layout@2.0.0-beta.8 and now npm install can finish but an error it's thrown:
And Finally when I start the server with npm run start-en I've got these errors:
How can I solve these error? Can you push a fix to solve theses errors.
Best Regards Antonio