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

Update to 2.1.0 from 2.0.8 fails #2343

Closed
ddeimeke opened this issue Oct 3, 2016 · 4 comments
Closed

Update to 2.1.0 from 2.0.8 fails #2343

ddeimeke opened this issue Oct 3, 2016 · 4 comments
Labels
Milestone

Comments

@ddeimeke
Copy link
Contributor

ddeimeke commented Oct 3, 2016

Issue details

Please provide issue details here.
Remember, this is not a place to ask questions. For that, go to http://gitter.im/wallabag/wallabag.

Environment

  • wallabag version (or git revision) that exhibits the issue: 2.1.0
  • How did you install wallabag? Via git clone or by downloading the package? git clone
  • Last wallabag version that did not exhibit the issue (if applicable): 2.0.8
  • php version: 5.6.26
  • OS: CentOS 7 (recent patch level)
  • type of hosting (shared or dedicated): dedicated
  • which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL):

Steps to reproduce/test case

ASSETS=build  ./install.sh

Installing PHP dependencies through Composer...
Do not run Composer as root/super user! See https://getcomposer.org/root for details 
Loading composer repositories with package information 
Updating dependencies (including require-dev) 
Nothing to install or update Writing lock file Generating autoload files

> Incenteev\ParameterHandler\ScriptHandler::buildParameters
Updating the "app/config/parameters.yml" file
> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap 
> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache

 // Clearing the cache for the dev environment with debug true                                                          

 [OK] Cache for the "dev" environment (debug=true) was successfully cleared.                                            

> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installRequirementsFile
> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::prepareDeploymentTarget
Downloading librairies through npm...
vendor/mouf/nodejs-installer/bin/local/npm: line 7: npm: command not found
Concat, minify and installing assets...
./install.sh: line 12: node_modules/grunt/bin/grunt: No such file or directory
@LeBrad
Copy link

LeBrad commented Oct 3, 2016

I'm able to reproduce the issue in Debian Jessie.

@nicosomb nicosomb added the Bug label Oct 3, 2016
@nicosomb
Copy link
Member

nicosomb commented Oct 3, 2016

You need to install npm before installing wallabag. We made a mistake here, sorry for that.

@ddeimeke
Copy link
Contributor Author

ddeimeke commented Oct 4, 2016

There are more errors coming.

Running "copy:pickerjs" (copy) task
Warning: Unable to create directory "/srv/www/wallabag.deimeke.net/web/bundles/wallabagcore" (Error 
code: EEXIST). Use --force to continue.

I removed the stale link.

Running "postcss:material" (postcss) task
Warning: Promise is not defined Use --force to continue.

Aborted due to warnings.

No idea what to do.

@j0k3r j0k3r added this to the 2.1.1 milestone Oct 4, 2016
@PoGo606
Copy link

PoGo606 commented Oct 4, 2016

I've got the same problem with Promise after uprading from 2.0.8.

@j0k3r j0k3r closed this as completed Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants