Aurel300 / plumob

Simple toolchain for mobile development with Haxe
MIT License
26 stars 2 forks source link

create project error #1

Closed zabojad closed 6 years ago

zabojad commented 6 years ago

Hi !

I'm trying to test your promising lib.

$ haxelib run plumob create myproj
Error: Library plumob version git does not have a run script

What did I do wrong ?

Below some more context information:

$ haxe -version
3.4.2

$ haxelib list
cordova: [dev:/Users/thomasfetiveau/wksp_haxelib/haxe-cordova]
haxe-loader: [0.2.0]
hxcpp: [git]
hxjs-react-redux: [git]
hxnodejs: [4.0.9]
jQueryExtern: [3.0.0]
objc-uikit10.2: [dev:/Users/thomasfetiveau/wksp_haxelib/hx-objc-externs/externs/uikit10.2]
plumob: [git]
react-addons: [dev:/Users/thomasfetiveau/wksp_haxelib/haxe-react-addons]
react: [dev:/Users/thomasfetiveau/wksp_haxelib/haxe-react]
thx.core: [0.42.1]
zabojad commented 6 years ago

Ah.. sorry I just had to haxe make.hxml the run scripts...

Aurel300 commented 6 years ago

Ah yes, thanks for this – I should add this to the setup instructions (to avoid distributing the binary via GH)