Paul O.

Results 4 comments of Paul O.

Here it is: - `ls -la your_dokuen_install_directory/bin` ``` total 20 drwxr-xr-x 2 root root 4096 juin 8 20:57 . drwxr-xr-x 5 root root 4096 juin 8 20:57 .. -rwxr-xr-x 1...

After correcting the `'dokuen' => 1,`, the error persists. ``` $ ssh [email protected] dokuen create [email protected]'s password: /var/lib/gems/1.8/gems/dokuen-0.0.11/lib/dokuen/application.rb:57:in `create': undefined method `dokuen_dir' for nil:NilClass (NoMethodError) from /var/lib/gems/1.8/gems/dokuen-0.0.11/lib/dokuen/cli.rb:44:in `create' from /var/lib/gems/1.8/gems/thor-0.15.2/lib/thor/task.rb:27:in...

Hi @tversteeg, I tried to (and #340, while i'm at it) but i'm running into issues with `enum_dispatch`: it seems it can't differenciate between `PackageManager::from(Cargo)` & `PackageManager::from(CargoBinstall)`. The issue is...

Nevermind, I thought the error was with `enum_dispatch` but the error is actually from package_manager_impl.rs:from_line. it seems I must find a way to take into account subcommands.