未处理的异常0x800a1624 - JavaScript运行时错误 [英] Unhandled exception 0x800a1624 - JavaScript runtime error

查看:59
本文介绍了未处理的异常0x800a1624 - JavaScript运行时错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!

我是新来的.....

I'm new to this.....

我尝试运行示例代码(GitHub) :我的Rasp3中的Node + Express + Socket.IO按钮单击示例)。我正在尝试使用VS2017, 节点 js Chakra build)和 npm express来制作样本,但是当我尝试部署并运行示例时,我不断收到错误
。我花了很多时间在网上试图找到一个闷热,但没有运气。所以现在我正在尝试这个......

I try to run a sample code (GitHub: Node+Express+Socket.IO Button Click example) in my Rasp3. I'm trying to use VS2017, Node.js (Chakra build) and npm express to make the sample, but I keep getting an error when I try to deploy and run the sample. I have spending much time on the Web to try to find a sulotion, but no luck. So now I'm trying this.....

我的错误:'backgroundTaskHost.exe'(脚本):已加载'脚本代码(C:\ windows \ system32 \ backgroundTaskHost.exe)"。


未知脚本代码中第234行第9行未处理的异常(1)

0x800a1624 - JavaScript运行时错误:Reflect.apply:参数不是数组或类似数组的对象

My error: 'backgroundTaskHost.exe' (Script): Loaded 'Script Code (C:\windows\system32\backgroundTaskHost.exe)'.
Unhandled exception at line 234, column 9 in Unknown script code (1)
0x800a1624 - JavaScript runtime error: Reflect.apply: argument is not an array or array-like object

我认为它与以下内容有关:var express = require('express');和/或其他"要求(.....)"

I think it has something to do with: var express = require('express'); and/or other "require(.....)"

任何想法?




推荐答案

LaAn0000

Hi, LaAn0000

   目前,Express Node.js应用程序仅适用于Visual Studio 2015的Windows 10 IoT核心周年更新(Build 14393)版本,并且不适用于任何较新的Windows版本或Visual Studio 2017,请参阅
< a href ="https://developer.microsoft.com/en-us/windows/iot/samples/expressnodejs">
here 。将项目部署到较新的Windows IoT核心版本(例如16299)时,输出窗口中将显示失败信息。

   Currently, Express Node.js App only works with Windows 10 IoT Core Anniversary Update (Build 14393) release with Visual Studio 2015, and does not work with any newer Windows releases or Visual Studio 2017, please see here. When deploying the project to newer windows IoT Core release (for example 16299), there will be a failure information in output window. 

DEP6721: Failed to deploy optional package 'Unknown' (8CDEABEF-33E1-4A23-A13F-94A49FF36E84). Package is not defined for architecture ARM in OneCore flavor.

  此问题已发布在GitHub中(#issue126 )。 Base Node.js Web Server可以在较新版本上运行。

  This issue has been post in GitHub(#issue126). Base Node.js Web Server can work on newer version.

最好的问候,

Michael


这篇关于未处理的异常0x800a1624 - JavaScript运行时错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆