When I run tns platform add android
on Windows 10 it gets to the part where it is installing tns-android, and then hangs trying to extract the fsevents package.
It looks like the solution would be to run npm install
with the --no-optional
flag. I tried tns platform add android --no-optional
but this doesn't work.
答案 0 :(得分:1)
现在设法将npm降级到v5.10.0