BernardoCR
Results
2
issues of
BernardoCR
I'm getting this error when trying to make. `root@bernardo-ubuntu:~/CudaMiner# make make all-recursive make[1]: Entering directory '/root/CudaMiner' Making all in compat make[2]: Entering directory '/root/CudaMiner/compat' Making all in jansson make[3]: Entering...
I'm trying to load vue-script2 with this command: `Vue.use(require('vue-script2'));` but I'm getting this error: error Expected 1 empty line after require statement not followed by another require import/newline-after-import How can...