Tag: windows 8.1

Azure移动服务 – 获取更多用户信息

我inheritance了用XAML编写的Windows 8应用程序。 所以在C#中,当我打这个电话 user = await MobileServices.MobileService .LoginAsync(MobileServiceAuthenticationProvider.MicrosoftAccount); (这是Azure移动服务) 用户对象只给我Token和MicrosoftAccount:………….. 为了得到authentication的人,我需要能够看到世卫组织正在请求访问… 我看下面的文章,但我似乎失去了一些东西? 这篇文章中的JavaScript是我必须在Node.js中写的东西吗? 示例文章: http : //blogs.msdn.com/b/carlosfigueira/archive/2013/12/12/expanded-login-scopes-in-azure-mobile-services.aspx

有没有可能在Windows 8.1上运行Node.js?

当我尝试在npm中安装软件包时,我始终得到如下错误: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.t argets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform T oolset = 'v100') cannot be found. To build using the v100 build tools, please i nstall Visual Studio 2010 build tools. Alternatively, you may upgrade to the c urrent Visual Studio tools by selecting the Project menu or right-click […]

有没有办法知道什么Windows版本在NodeJS中运行?

我有一个场景,我需要知道如果我正在运行Windows 8.1(而不是任何其他Windows版本),使用节点JS。 有没有办法找出这些信息? 提前致谢。

如何从蓝牙4的心率传感器从Windows获取数据?

我有一个Mio Link心率监测仪,它具有ANT +和蓝牙智能function。 我有一个Windows 8.1笔记本电脑,它具有Bluetooth Smart Readyfunction。 有没有办法使用node.js从笔记本电脑访问传感器数据?

在安装Drywall时,我有一个Bcrypt的问题

我试图安装干墙: 干墙js我和Bcrypt有问题,即使我遵循下面的所有指令,因为我安装了: 安装最新的2.x Python,下载Python(我下载了2.7.9) 安装Visual Studio 2012/13 Express(或其他) 安装Windows SDK(适用于Windows 7/8) 安装Win64 OpenSSL v1.0.1g,从这里下载(我加载了“Win64 OpenSSL v1.0.2a”最新版) 我使用的是Windows 8 X64,nodejs> 0.12.7,bcrypt:0.8 我该如何解决这个问题? 错误如下: if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node rebuild ) Génération des projets individuellement dans cette solution. Pour activer la génération en parallèle, ajoutez le commutateur "/m". C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(362,5): […]

无法在WIndows中使用npm

错误信息在cmd.exe中 嗨,我不能够在Windows 8.1 64位上使用npm。 它显示错误消息,如图像链接。 我已经安装了nodejs v5.7.1 错误消息: “CALL”C:\ Program Files \ nodejs \ node.exe“”C:\ Program Files \ nodejs \ node_modules \ npm \ bin \ npm-cli.js“前缀-g”不被识别为内部或外部命令,可操作的程序或batch file。 3.6.0 尝试更改PATHvariables,并安装一个新的副本在另一个驱动器也 请帮忙。 谢谢

为什么Git会自动忽略大多数节点文件?

我是Node.js和NPM的新手,我正在写一个网站并在Git上添加它(这是公开的,但仅仅是因为我不想为私人主机付费)。 当我将文件推送到Github时,Git会自动忽略与Node相关的每个文件,而我无法弄清楚为什么。 具体来说,它似乎忽略了所有node_modules文件夹, Gruntfile.js es和package.json 。 这是因为Git还是Node,还是我的一个虚拟移动? 当我做git add -A , git add . 或git add -u ,所有这些应该包括所有添加和删除的文件(我认为),然后使用git commit或git commit -a我得到这样的东西: $ git commit -m "hopefully added all files" On branch dev Your branch is up-to-date with 'origin/dev'. Untracked files: .jshintrc app/ libs/Gruntfile.js libs/node_modules/.bin/_mocha libs/node_modules/.bin/_mocha.cmd libs/node_modules/.bin/mocha etc. nothing added to commit but untracked files present […]

在寻找工具版本的窗口上的节点npm错误

我试图使用节点,当我去安装npm包通过'npm install package.json' 我目前正在使用Windows 8.1作为我的操作系统。 它开始时,我开始使用redis,但我不知道是否因为redis。 我得到的错误是 MSBUILD:错误MSB4132:工具版本“2.0”无法识别。 可用的工具版本是“4.0”。 完整的控制台打印在这里 如果有人遇到这个错误,以及如何解决它将不胜感激