androidjs-builder icon indicating copy to clipboard operation
androidjs-builder copied to clipboard

env: node\r: No such file or directory

Open leleliu008 opened this issue 5 years ago • 2 comments

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

leleliu008 avatar May 08 '20 18:05 leleliu008

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 ; )

Chhekur avatar May 09 '20 14:05 Chhekur

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

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

leleliu008 avatar May 09 '20 14:05 leleliu008