You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to fork the project so I can do some simple improvements but I can't build the project, probably because I know nothing about clojure/Leiningen and nw.js :)
Can you provide updated build instructions for the project?
What I did on my win7 64 bit machine: already had java 1.8, installed Leiningen, already had node, installed nw.js. Ran 'lein cljsbuild once dev'. Got some warnings but 'Successfully compiled "public/js/smgui.js" in 34.201 seconds.'.
Ran 'nw public', got a 'request' module not found so I entered the public folder and ran 'npm install'. Ran 'nw public' again. Now I got this error I don't know how to solve:
smgui.js:63850 Uncaught TypeError: undefined is not a function
My versions: Leiningen 2.6.1 on Java 1.8.0 Java HotSpot(TM) 64-Bit Server VM nwjs-v0.12.3-win-x64 node 4.3.1
What am I missing to be able to build the project?
The text was updated successfully, but these errors were encountered:
I'm trying to fork the project so I can do some simple improvements but I can't build the project, probably because I know nothing about clojure/Leiningen and nw.js :)
Can you provide updated build instructions for the project?
What I did on my win7 64 bit machine: already had java 1.8, installed Leiningen, already had node, installed nw.js. Ran 'lein cljsbuild once dev'. Got some warnings but 'Successfully compiled "public/js/smgui.js" in 34.201 seconds.'.
Ran 'nw public', got a 'request' module not found so I entered the public folder and ran 'npm install'. Ran 'nw public' again. Now I got this error I don't know how to solve:
smgui.js:63850 Uncaught TypeError: undefined is not a function
My versions:
Leiningen 2.6.1 on Java 1.8.0 Java HotSpot(TM) 64-Bit Server VM
nwjs-v0.12.3-win-x64
node 4.3.1
What am I missing to be able to build the project?
The text was updated successfully, but these errors were encountered: