ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
176 stars 7 forks source link

nimble install nimwc fails #70

Closed qqtop closed 5 years ago

qqtop commented 5 years ago

Using latest nim devel it fails on both the stable and head install

nimwc_main.nim(130, 16) template/generic instantiation of `extensionImport` from here
nimwc_main.nim(111, 5) Error: cannot generate VM code for pluginsPath = []
 Compile Error
juancarlospaco commented 5 years ago

I tracked down the problem and it seems related to https://github.com/dom96/jester/issues/188#issue-416463541 Please use Stable, or wait for Jester improvements, or help Jester development.

Making it more explicit on the readme https://github.com/ThomasTJdev/nim_websitecreator/commit/4057943903e6a43a507d1247af29df7230109a25#diff-04c6e90faac2675aa89e2176d2eec7d8R102 :slightly_smiling_face:

juancarlospaco commented 5 years ago

So, we concluded that Stable Nim should be used for a Stable user experience.