Skip to content
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

Installation failure #2

Open
jkobus opened this issue Dec 17, 2013 · 5 comments
Open

Installation failure #2

jkobus opened this issue Dec 17, 2013 · 5 comments

Comments

@jkobus
Copy link

jkobus commented Dec 17, 2013

Composer output:

Problem 1
    - Installation request for symfony/icu v1.2.0 -> satisfiable by symfony/icu[v1.2.0].
    - symfony/icu v1.2.0 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
  Problem 2
    - symfony/icu v1.2.0 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
    - symfony/intl v2.3.1 requires symfony/icu >=1.0-RC,<2.0 -> satisfiable by symfony/icu[v1.2.0].
    - Installation request for symfony/intl v2.3.1 -> satisfiable by symfony/intl[v2.3.1].

solved by:

sudo aptitude install php5-intl  

Tried again after fixing the above and:

Installing NPM dependencies
Script Yohang\DependencyTools::installDeps handling the post-install-cmd event terminated with an exception



  [RuntimeException]
  An error occuring when installing NPM dependencies

  sh: 1: npm: not found
@yohang
Copy link
Owner

yohang commented Dec 17, 2013

Hi,

I didn't install it from scratch for a while, i'll have a look.

About your sh: 1: npm: not found, satis-admin needs nodeJS to compile assets.

Yohan.

@yohang
Copy link
Owner

yohang commented Dec 17, 2013

Just installed from scratch, no problems with nodejs installed. Note that you don't need to build assets (and so you don't need nodejs) if you use the production configuration.

@jkobus
Copy link
Author

jkobus commented Dec 17, 2013

I'll check it tomorrow without node.
Thanks.

@alexbilbie
Copy link

You can get around this by requiring "symfony/icu": "1.2.*@dev" which contains an excerpt of the ICU classes to get around this issue

@alexgenovese
Copy link

try to install php module: lib-icu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants