node.js - Deploying NodeJs Express Rest API to Windows 10 IoT -
node noob, windows 10 iot noob, senior .net dev here. i've been able few of samples work, got led on breadboard controllable through nodejs server. using latest chakra core files , have of packages installed on dev machine, pretty clean.
i guessing not able install packages specified in packages.json file, here excerpt:
"express": "~4.0.0", "morgan": "~1.0.0", "mongoose": "~3.6.13", "body-parser": "~1.0.1"
if packages, how 1 go deploying nodejs applications packages windows iot? considered copying application iot device , starting manually, no luck. need ms assemblies allow me interface code gpio.
i trying simple rest api windows 10 iot, , having trouble. followed tutorial, , working if use non universal windows template on machine. however, when try use template (basic node.js express 4 application (universal windows)), , make same application, app deployed, debugger fails, looking @ debug section of windows 10 iot device, have following: report signature
package full name : test.iot.nodejs.express.njsproj_1.0.0.0_arm__b4gtp05xzgr10 application name : praid:app application version : 10.0.10586.63 application timestamp : 568b3d9f fault module name : ucrtbase.dll fault module version : 10.0.10586.63 fault module timestamp : 568b34eb exception offset : 000351ed exception code : c0000409 exception data : 00000005 eventtime
january 26, 2016 @ 10:22:17 pm pst
link watson bucket
133280376927 friendlyeventname
stopped working
appname
test.iot.nodejs.express.njsproj_b4gtp05xzgr10!app
apppath
c:\windows\system32\backgroundtaskhost.exe
Comments
Post a Comment