Hugh JF Chen
Hugh JF Chen
raspberry pi 3 node 7.7.2 npm 4.1.2
I'd upgraded to node 7.8.0 and still met the same error. Anyone who'd tried to install lumo in pi can share any tips?
Ok. So I've cloned the repo and tried to build it on my pi for three times. Each time the build failed on the same step with the "virtual memory...
Extended the swap file to 1024m and tried again, now I got following error: g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source...
Interesting. I just found that it did generate the executable lumo under the build directory. I tried and found it really works. I don't know what potential issues it may...
I totally agree that we should take the cross-compile direction. Last night,I tried to build 1.3.0 and it took over 3 hours although it finished the build without any problems....
这个问题有fix吗?我也遇到了,也是不了解hugo的模版语法啊。
> p > > > 这个问题有fix吗?我也遇到了,也是不了解hugo的模版语法啊。 > > 这里的 issue 和 pr 似乎都没人处理。我自己现在使用 even 模板,自己 fork 了一份使用着,并提交了 pr (然而也没有处理)。你要愿意可以用我 fork 的版本。 多谢!我试试。
I met the same problem on MacOS. ghc-simple output hints that it's running outside of the current project folder and trying to build a fake-package. No modules from my project...
OK. I did some tests: 1. cabal new-repl under my project folder works fine 2. start vscode from my project directory, open a haskell source file, ghc-simple outputs that it's...