使用tns预览的Nativescript Vue失败

使用tns预览的Nativescript Vue失败,nativescript,nativescript-vue,Nativescript,Nativescript Vue,扫描二维码后,对我的NS Vue项目使用tns preview突然失败,出现以下错误 Project successfully prepared (android) Start sending initial files for device Nexus 6P (2e6517cd-cc2c-45a8-8915-525d6e437822). Successfully sent initial files for device Nexus 6P (2e6517cd-cc2c-45a8-8915-52

扫描二维码后,对我的NS Vue项目使用
tns preview
突然失败,出现以下错误

Project successfully prepared (android)
Start sending initial files for device Nexus 6P (2e6517cd-cc2c-45a8-8915-525d6e437822).
Successfully sent initial files for device Nexus 6P (2e6517cd-cc2c-45a8-8915-525d6e437822).
SyntaxError: Unexpected token < in JSON at position 0
    at JSON.parse (<anonymous>)
    at PreviewSdkService.<anonymous> (/Users/Quokka/.nvm/versions/node/v13.9.0/lib/node_modules/nativescript/lib/services/livesync/playground/preview-sdk-service.js:100:43)
    at Generator.next (<anonymous>)
    at fulfilled (/Users/Quokka/.nvm/versions/node/v13.9.0/lib/node_modules/nativescript/lib/services/livesync/playground/preview-sdk-service.js:4:58)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
项目已成功准备(android)
开始发送设备Nexus 6P(2e6517cd-cc2c-45a8-8915-525d6e437822)的初始文件。
已成功发送设备Nexus 6P(2e6517cd-cc2c-45a8-8915-525d6e437822)的初始文件。
SyntaxError:JSON中位置0处出现意外标记<
在JSON.parse()处
在PreviewSdkService。(/Users/qookka/.nvm/versions/node/v13.9.0/lib/node_modules/nativescript/lib/services/livesync/playway/preview sdk service.js:100:43)
在Generator.next()处
完成时(/Users/qookka/.nvm/versions/node/v13.9.0/lib/node_modules/nativescript/lib/services/livesync/player/preview sdk service.js:4:58)
在处理和拒绝时(内部/process/task_queues.js:97:5)

我尝试了
rm-rf node_modules
并在之后进行了
npm安装
,但是它仍然不起作用。任何洞察都将不胜感激

NativeScript游乐场正在进行迁移。这个问题现在应该已经解决了