You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into the following issue when trying to get started with Natal:
$ natal init nadal
Creating nadal
Creating Leiningen project
Updating Leiningen project
Creating React Native skeleton
Installing Pod dependencies
Updating Xcode project
Creating Natal config
Compiling ClojureScript
Compiling Xcode project
Command failed: xcodebuild -workspace native/ios/nadal.xcworkspace -scheme nadal -destination platform='iOS Simulator',OS=latest,id='DE89AB75-4E0B-4607-BD4F-3B145565C343' test
I'm running
Node 4.2.2 and XCode 7.1, Watchman 3.3.
When the command fails, I get
/.../nadal/native/node_modules/react-native/local-cli/cli.js:56
const setupEnvScript = /^win/.test(process.platform)
^^^^^
SyntaxError: Use of const in strict mode.
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3
Process terminated. Press <enter> to close the window
The text was updated successfully, but these errors were encountered:
I'm running into the following issue when trying to get started with Natal:
I'm running
Node 4.2.2 and XCode 7.1, Watchman 3.3.
When the command fails, I get
The text was updated successfully, but these errors were encountered: