Traceback (most recent call
last):
File "/usr/local/bin/bench", line 9, in <module>
load_entry_point('bench==0.0.0', 'console_scripts',
'bench')()
File "/home/erpuser/bench-repo/bench/cli.py", line 40, in cli
bench_command()
File "/usr/local/lib/python2.7/dist-packages/click/core.py",
line 716, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/click/core.py",
line 696, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python2.7/dist-packages/click/core.py",
line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python2.7/dist-packages/click/core.py",
line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python2.7/dist-packages/click/core.py",
line 534, in invoke
return callback(*args, **kwargs)
File "/home/erpuser/bench-repo/bench/commands/update.py", line
30, in update
patches.run(bench_path='.')
File "/home/erpuser/bench-repo/bench/patches/__init__.py",
line 21, in run
result = execute(bench_path)
File
"/home/erpuser/bench-repo/bench/patches/v4/update_node.py", line 7,
in execute
result = subprocess.check_output(['node', '-v'])
File "/usr/lib/python2.7/subprocess.py", line 566, in
check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
1 Like
I’m having the same issue…
solution can be found here:
I updated to nodejs 6.x
error gone— all good