Lansoweb / LosUi

ZF2 Module for UI using Bootstrap3, jQuery, Chosen, etc
http://en.leandrosilva.info/zf2-modules
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

composer update/install failing #1

Closed N3XT0R closed 9 years ago

N3XT0R commented 9 years ago

hello, i have a problem with your Module for ZF2.

Following exception is appearing:

[ErrorException]
ZipArchive::extractTo(C:\xampp\htdocs\ts3min/vendor/composer/c5ec64af/Lansoweb-LosUi-6653d0f\vendors\node_modules\g
runt-contrib-uglify\node_modules\maxmin\node_modules\gzip-size\node_modules\browserify-zlib\node_modules\pako\bench
mark\implementations\deflate-dankogai/rawdeflate.js): failed to open stream: Invalid argument
Lansoweb commented 9 years ago

Can you post your "required" and "required-dev" session from your composer.json?

N3XT0R commented 9 years ago

yep i can do:

{
    "name": "zendframework/skeleton-application",
    "description": "Skeleton Application for ZF2",
    "license": "BSD-3-Clause",
    "keywords": [
        "framework",
        "zf2"
    ],
    "homepage": "http://framework.zend.com/",
    "require": {
        "php": ">=5.3.3",
        "zendframework/zendframework": "2.3.*",
        "fkubis/teamspeak-php-framework": "dev-master",
        "phpunit/phpunit": "4.5.*",
        "satooshi/php-coveralls": "dev-master",
        "zendframework/zend-developer-tools": "dev-master",
        "doctrine/doctrine-orm-module": "0.8.*",
        "los/losui": "1.0.*"
    }
}

Other thing is under Mac OS X composer can download your latest build. Under Windows 7 appears an Exception. The Build 1.0.13 working also on windows, too.

Lansoweb commented 9 years ago

@N3XT0R It' a known problem with Composer and long paths (see https://github.com/composer/composer/issues/604). Since the grunt it not used in production, i'm removing it for now. Generating new version in a few minutes.

Lansoweb commented 9 years ago

@N3XT0R Ok, i successful installed on my Windows box, could you please try it? (version 1.0.15)

N3XT0R commented 9 years ago

okay seems good, thanks :)

Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Removing rwoverdijk/assetmanager (1.4.1)
  - Installing rwoverdijk/assetmanager (1.4.2)
    Loading from cache

  - Removing los/losui (1.0.13)
  - Installing los/losui (1.0.15)
    Downloading: connection...    Downloading: 100%

Writing lock file
Generating autoload files