我已经开始学习NativeScript。我还下载了NativeScript sidekick。我正在尝试使用sidekick创建一个新项目,但是出现以下错误:
if (!dataSnapshot.child("Kullanıcılar").child(user.getUid()).child("maç5").getValue().toString().equals(dataSnapshot.child("maç5").child("Oynayanlar").getValue())) {
我已经在全球范围内安装了本地脚本。
这是我的节点版本[19-02-01 20:23:00.452] Command npm failed with exit code 243, Error: Command npm failed with exit code 243
at ChildProcess.childProcess.on (/home/foo/.npm-global/lib/node_modules/nativescript/lib/common/child-process.js:113:36)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:915:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
NPM版本:v8.15.0
tns版本:6.7.0
我正在运行Ubuntu 18.10
我正在尝试使用Angular&TypeScript空白模板创建一个新项目
有任何想法为什么会这样?