android-js / androidjs-builder

Androidjs-builder is the official code generator for androidjs, it helps to generate and build fully featured android app in NodeJS.
MIT License
44 stars 21 forks source link

env: node\r: No such file or directory #35

Open leleliu008 opened 4 years ago

leleliu008 commented 4 years ago

run androidjs command on macOS occurred error:env: node\r: No such file or directory

Chhekur commented 4 years ago

run androidjs command on macOS occurred error:env: node\r: No such file or directory

I guess, you used yarn to install Android JS, can you use npm instead ?

Feel free to ask in case of any problem ; )

leleliu008 commented 4 years ago

@Chhekur Yes, I used yarn to install AndroidJS Builder. I resolved this problem by following steps:

vim $(command -v androidjs)
:set ff=unix
:wq