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
It used to work fine and I see a few versions installed in ~/.esvm, but recently I'm not able to either install or start any version:
Oops Error: Unable to find a version for "*"
at /usr/local/opt/nvm/versions/node/v6.11.3/lib/node_modules/esvm/node_modules/libesvm/lib/resolveVersion.js:39:11
at tryCatcher (/usr/local/opt/nvm/versions/node/v6.11.3/lib/node_modules/esvm/node_modules/bluebird/js/main/util.js:26:23)
at Promise._settlePromiseFromHandler (/usr/local/opt/nvm/versions/node/v6.11.3/lib/node_modules/esvm/node_modules/bluebird/js/main/promise.js:507:31)
at Promise._settlePromiseAt (/usr/local/opt/nvm/versions/node/v6.11.3/lib/node_modules/esvm/node_modules/bluebird/js/main/promise.js:581:18)
at Async._drainQueue (/usr/local/opt/nvm/versions/node/v6.11.3/lib/node_modules/esvm/node_modules/bluebird/js/main/async.js:128:12)
at Async._drainQueues (/usr/local/opt/nvm/versions/node/v6.11.3/lib/node_modules/esvm/node_modules/bluebird/js/main/async.js:133:10)
at Immediate.Async.drainQueues (/usr/local/opt/nvm/versions/node/v6.11.3/lib/node_modules/esvm/node_modules/bluebird/js/main/async.js:15:14)
at runCallback (timers.js:672:20)
at tryOnImmediate (timers.js:645:5)
at processImmediate [as _immediateCallback] (timers.js:617:5)
esvm -l fails with:
TypeError: Cannot convert undefined or null to object
at module.exports (/usr/local/opt/nvm/versions/node/v6.11.3/lib/node_modules/esvm/lib/formatClusters.js:15:29)
at Object.<anonymous> (/usr/local/opt/nvm/versions/node/v6.11.3/lib/node_modules/esvm/bin/esvm.js:106:15)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:389:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:502:3
Same issue persists after deleting the cache folder and the ~/.esvm directory.
It used to work fine and I see a few versions installed in
~/.esvm, but recently I'm not able to either install or start any version:esvm -lfails with:Same issue persists after deleting the cache folder and the
~/.esvmdirectory.