ubuntuサーバーでnativescriptを実行していて、tns build androidを実行すると問題が発生します。ビルド時のNativescriptエラー
/home/nativescript/sample-Groceries/platforms/android/build-tools/check-v8-dependants.js:3 let args = process.argv; ^^^ SyntaxError: Unexpected strict mode reserved word at Module._compile (module.js:439:25) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:902:3
私はそれらのバージョンがインストールさheve: NPM 1.3.10 ノードv0.10.25
私はキーワードがES6の一部ですが、どのように私はこの問題を解決することができます "しましょう" ということを知っていますか? ありがとうございました!
それは働いた:) ありがとう! –