fable-compiler / samples-electron

Fable bindings and samples for Github Electron
Apache License 2.0
60 stars 12 forks source link

Missing Fable.PowerPack dependency #27

Closed rmunn closed 6 years ago

rmunn commented 6 years ago

Currently if you clone this repo and compile it, you'll get an F# compiler error saying that the namespace PowerPack is not defined. The solution is to add nuget Fable.PowerPack to paket.dependencies in the root folder, and add Fable.PowerPack to src/Renderer/paket.references.

aolney commented 6 years ago

BTW here's an initial template for electron projects