Skip to content

Unable to create App on MacOS #7

@vipersnh

Description

@vipersnh

I'm trying to execute the following instructions but its failing as missing dist.js in www folder

git clone https://github.com/huytd/kanban-app.git
cd ./kanban-app
cargo bundle --release

Error:

Compiling kanbanapp v0.1.0 (/Users/vipersnh/data/external_apps/kanban-app)                    
error: couldn't read src/../www/dist.js: No such file or directory (os error 2)                  
  --> src/main.rs:25:10                                                                          
   |                                                                                             
25 |     js = include_str!("../www/dist.js"));                                                   
   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                                     
                                                                                                 
error: aborting due to previous error                                                            
                                                                                                 
error: Could not compile `kanbanapp`.                                                            

To learn more, run the command again with --verbose.
error: Result of `cargo build` operation was unsuccessful: exit code: 101
~


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions