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

Unable to create App on MacOS #7

Open
vipersnh opened this issue Nov 15, 2018 · 2 comments
Open

Unable to create App on MacOS #7

vipersnh opened this issue Nov 15, 2018 · 2 comments

Comments

@vipersnh
Copy link

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
~


@mardukbp
Copy link

In the instructions it says that first you have to generate dist.js using the repo https://github.com/huytd/kanelm

@bzx
Copy link

bzx commented Oct 31, 2019

In the instructions it says that:
"Skip this if you're using an online hosted application from an URL, or building your own app."

...so I guess the docs is quite not up to date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants