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 am having same trouble for 4 days. After installing using conda, I run ml-list-processors and then I get the next errors.
(mtsort) jaekyung@jaekyung-ubuntu:~/conda/envs/mtsort$ ml-list-processors
/home/jaekyung/conda/envs/mtsort/lib/node_modules/mountainlab/mlproc/mlproc:191
async function main() {
^^^^^^^^
SyntaxError: Unexpected token function
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Module._compile (module.js:549:28)
at Object.Module._extensions..js (module.js:586:10)
at Module.load (module.js:494:32)
at tryModuleLoad (module.js:453:12)
at Function.Module._load (module.js:445:3)
at Module.runMain (module.js:611:10)
at run (bootstrap_node.js:387:7)
at startup (bootstrap_node.js:153:9)
I have used old versions and I am trying to use new version. I could do everything with old version.
I got this error in WSL. So I installed ubuntu 20.04 and then trying again. But still I see the same error.
Do you know what happens now?
Hi~,
I am having same trouble for 4 days. After installing using conda, I run ml-list-processors and then I get the next errors.
(mtsort) jaekyung@jaekyung-ubuntu:~/conda/envs/mtsort$ ml-list-processors
/home/jaekyung/conda/envs/mtsort/lib/node_modules/mountainlab/mlproc/mlproc:191
async function main() {
^^^^^^^^
SyntaxError: Unexpected token function
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Module._compile (module.js:549:28)
at Object.Module._extensions..js (module.js:586:10)
at Module.load (module.js:494:32)
at tryModuleLoad (module.js:453:12)
at Function.Module._load (module.js:445:3)
at Module.runMain (module.js:611:10)
at run (bootstrap_node.js:387:7)
at startup (bootstrap_node.js:153:9)
I have used old versions and I am trying to use new version. I could do everything with old version.
I got this error in WSL. So I installed ubuntu 20.04 and then trying again. But still I see the same error.
Do you know what happens now?
Thanks!