Problem with compile with newest Pebble SDK
Hi I am new to Pebble development but get an error when trying to compile this watchface - please advice: I get this error:
[53/66] pebble-js-app.js: src/pebble_one.js build/src/js/config.js -> build/src/js/pebble-js-app.js /usr/bin/env: ‘node’: No such file or directory Waf: Leaving directory `/home/alex/pebble-dev/pebble-sdk-4.5-linux64/PebbleONE-master/build' Build failed -> task in 'pebble-js-app.js' failed (exit status 127): {task 139838436589776: pebble-js-app.js pebble_one.js,config.js -> pebble-js-app.js} ' (cat ../src/pebble_one.js src/js/config.js > src/js/pebble-js-app.js && jshint --config ../pebble-jshintrc src/js/pebble-js-app.js) ' Build failed.
I found the solution
$ sudo apt-get install nodejs-legacy
This fixes the issue
Thx anyway