wuub / SublimeREPL

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
https://github.com/wuub/SublimeREPL
Other
2.14k stars 310 forks source link

Error when building #422

Open littlee opened 9 years ago

littlee commented 9 years ago

I open a simple .js file. and installed sublimeREPL and installed Node.js and press ctrl + B;

but I get this error:

Traceback (most recent call last):
  File "D:\Program Files\Sublime Text 3\sublime_plugin.py", line 533, in run_
    return self.run(**args)
  File "C:\Users\Administrator\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\sublimerepl_build_system_hack.py", line 16, in run
    RESULTS.put(cmd)
AttributeError: 'NoneType' object has no attribute 'put'
duqcyxwd commented 9 years ago

Tools -> Build System, then select right one.