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

Issue with grunt during the upgrade to 2.1.0 #2346

Closed
NerosTie opened this issue Oct 3, 2016 · 2 comments
Closed

Issue with grunt during the upgrade to 2.1.0 #2346

NerosTie opened this issue Oct 3, 2016 · 2 comments
Labels
Milestone

Comments

@NerosTie
Copy link

NerosTie commented Oct 3, 2016

Issue details

➜  poche git:(091e4bd) sudo node_modules/grunt/bin/grunt
Running "clean:css" (clean) task
>> 0 paths cleaned.

Running "clean:js" (clean) task
>> 0 paths cleaned.

Running "clean:all" (clean) task
>> 1 path cleaned.

Running "copy:pickerjs" (copy) task
Warning: Unable to create directory "/home/www/http/poche/web/bundles/wallabagcore" (Error code: EEXIST). Use --force to continue.

Aborted due to warnings.

If I use --force, it's worse.

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?
  • Last wallabag version that did not exhibit the issue (if applicable):
  • php version:
  • OS:
  • type of hosting (shared or dedicated):
  • which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL):

Steps to reproduce/test case

Just use the command (in install.sh):
node_modules/grunt/bin/grunt

@greizgh
Copy link

greizgh commented Oct 3, 2016

Removing the mentioned directory let grunt finish the build

@NerosTie
Copy link
Author

NerosTie commented Oct 3, 2016

@greizgh It works! Thanks! But I think it needs to be fixed somewhere.

@nicosomb nicosomb added the Bug label Oct 3, 2016
@j0k3r j0k3r added this to the 2.1.1 milestone Oct 4, 2016
@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

4 participants