pomelo windows 环境下开发环境搭建 lua环境搭建 windows
#1{3}benqy在 2013-3-27 13:58 回复
可惜vs2012不行,我之前还没装2012的时候,先装好了pomelo。现在需要装新版pomelo,但是我电脑上已经是vs2012,安装会报错,难道我要先卸掉vs2012,装回2010么。我在windows下开发,linux部署,在linux下新版倒是没问题。
fantasyni在 2013-3-27 14:00 回复
这个没什么关系吧,有什么报错吗
mikek在 2013-10-9 13:29 回复
@fantasyni :我的系统是xp,vs2008,有2010的runtime,python2.7;node0.10.15;安装pomelo时候提示:
npm ERR! error:spawn ENOENT
at erronExecption (child_process.js:980:11
at Process.ChildProcess._handle.onexit(child_process.js:771:34)
请问这个问题该怎么解决呢。
test5566在 1-21 19:08 回复
@mikek
#2benqy在 2013-3-28 09:57 回复
2012编译的时候会提示未能加载visual c++组件 “VCBuild.exe“.我现在开发环境暂时用0.2版
#3{4}ETiVcn在 2013-3-28 12:42 回复
VS2010
我是从工具菜单里, 选择VS命令行. 在那里面安装的.
看了一下. CMD带了参数. 所以拿出来了.
%systemroot%system32cmd.exe /K "c:program files (x86)microsoft visual studio 10.0vcbinvcvars32.bat"
benqy在 2013-3-28 16:42 回复
哈哈,感谢,打开vs命令行,真的装成功了,开心啊。好评!
benqy在 2013-3-28 16:43 回复
图片上传貌似不行?算了,反正可以了。
fantasyni在 2013-3-28 18:30 回复
@benqy 呵呵,图片上传还是建议上传其它相册什么的,再给个链接就好
test5566在 1-21 19:05 回复
@ETiVcn
#4benqy在 2013-3-28 16:44 回复
#5benqy在 2013-3-28 17:16 回复
在补充一下windows下的注意事项,初始化项目用的批处理“npm-install.bat",如果运行的时候,报的也是未能加载visual c++组件 “VCBuild.exe“这种错误,一律用vs开发人员命令行工具运行,就可以了。
#6{2}ETiVcn在 2013-3-28 18:47 回复
其实只要打开CMD后运行一下vcvars32.bat 这个就可以了。
不用非得开VS。
fantasyni在 2013-3-29 08:32 回复
那是你设了 path 吧
ETiVcn在 2013-3-31 22:53 回复
@fantasyni 没
因为没设path, 所以要输入vcvars32.bat 的完整路径. 上面只是简单叙述罢了.
#7mountain在 2013-3-29 11:06 回复
这篇文章很及时啊,我被这个环境以前整了很久。。。。
#8{2}zzb841220在 2013-4-9 17:12 回复
pomelo start的时候报错说找不到某个模块,找了半天也没看出来缺什么
fantasyni在 2013-4-9 20:02 回复
什么模块
zzb841220在 2013-4-10 09:30 回复
@fantasyni
Error:No such module
at process.startup.processSignalHandlers.process.on.process.addListener<node.js:468:27>
at object.<anonymous><F:NodeJSpomelo_demogame-servernode_modulespomelonode_modulespomelo-rpclibrpc-serveracceptorstcp-acceptor.js:164:9>
at Module.compile<module.js:449:26>
at object.Module.extensions..js<module.js:467:10>
at module.load<module.js:356:32>
at function.module.load<module.js:312:12>
at module.require<module.js:362:17>
at require<module.js:378:17>
at Object.<anonymous><F:NodeJSpomelo_demogame-servermode_modulespomelomode_modulespomelo-rpclibrpc-serverserver.js:55:30>
at Module.compile<module.js:449:26>
#9hccpp在 2013-4-21 12:28 回复
我也想在win下安装一个开发环境,结果报了一大堆错,慢慢的在修正中....
#10csk2u在 2013-4-23 17:38 回复
我的是win7安装成功。
Python2.5X和Python3.X编译失败, Python2.6和2.7安装成功.。
我下载那个lord of pomelo测试,本地loding怎么那么慢的?。谢
#11galaxysl在 2013-4-26 11:06 回复
安装错误:node-gyp rebuild failed with 1
环境(win7,python-2.7.4 node-v0.10.5-x64 vs2005)
#12{3}guokwei在 2013-4-26 14:46 回复
npm ERR! toobusy@0.2.2 install: node-gyp rebuild
npm ERR! cmd "/c" "node-gyp rebuild" failed with 127
npm ERR!
npm ERR! Failed at the toobusy@0.2.2 install script.
npm ERR! This is most likely a problem with the toobusy package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls toobusy
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "c:Program Filesnodejs\node.exe" "c:Program Filesnod
ejsnode_modulesnpmbinnpm-cli.js" "install" "pomelo"
npm ERR! cwd C:UsersAdministrator
npm ERR! node -v v0.8.5
npm ERR! npm -v 1.1.46
npm ERR! code ELIFECYCLE
求助,请问这是什么错误,谢谢
fantasyni在 2013-4-26 16:36 回复
你环境是怎么样的?
guokwei在 2013-4-26 16:41 回复
@fantasyni win7 ,node v0.8.5 , Python2.6.6
RomanticNinja在 2013-6-13 10:42 回复
哥们,你这个错误解决了吗?是哪儿问题啊
#13csk2u在 2013-4-27 02:11 回复
我之前试过nodejs 64的,编译总是出问题,换32的就可以了
#14guokwei在 2013-4-27 16:56 回复
If the install fails, try uninstalling any C++ 2010 x64&x86 Redistributable that you have installed first. 可以参考这里
看来是VC++编译器的问题,卸载掉所有相关编译器,重新安装vs2010,安装成功。
#15geeeknerd在 2013-4-28 18:07 回复
在安装pomelo时候出现错误:
环境windows 7 python 2.7 node 0.10
#16sunway1016在 2013-5-18 20:20 回复
win7 64位操作系统
nodejs 64安装成功了
#17lostbarque在 2013-5-27 17:13 回复
gyp http 200 http://nodejs.org/dist/v0.10.8/node.lib
gyp http 200 http://nodejs.org/dist/v0.10.8/x64/node.lib
C:UsersAppDataRoamingnpmnode_modulespomelonode_modulespomelo-adminno
de_modulesv8-profilerbuildprofiler.vcxproj(41,46): error MSB4025: 未能加载项
目文件。给
定编码中的字符无效。 第 41 行,位置 46。
gyp ERR! build error
gyp ERR! stack Error: C:WindowsMicrosoft.NETFrameworkv4.0.30319msbuild.exe
failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (D:Program Filesnodejsnode_modules
npmnode_modulesnode-gyplibbuild.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:
12)
gyp ERR! System Windows_NT 6.2.9200
gyp ERR! command "node" "D:Program Filesnodejsnode_modulesnpmnode_modu
lesnode-gypbinnode-gyp.js" "rebuild"
gyp ERR! cwd C:UsersAppDataRoamingnpmnode_modulespomelonode_modulespo
melo-adminnode_modulesv8-profiler
gyp ERR! node -v v0.10.8
gyp ERR! node-gyp -v v0.9.5
gyp ERR! not ok
npm WARN optional dep failed, continuing v8-profiler@3.6.2-1
在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。
C:UsersAppDataRoamingnpmnode_modulespomelonode_modulestoobusybuildt
oobusy.vcxproj(41,46): error MSB4025: 未能加载项目文件。给定编码中的字符无效。
第 41 行,位置 46。
gyp ERR! build error
gyp ERR! stack Error: C:WindowsMicrosoft.NETFrameworkv4.0.30319msbuild.exe
failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (D:Program Filesnodejsnode_modules
npmnode_modulesnode-gyplibbuild.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess.handle.onexit (child_process.js:789:
12)
gyp ERR! System Windows_NT 6.2.9200
gyp ERR! command "node" "D:Program Filesnodejsnode_modulesnpmnode_modu
lesnode-gypbinnode-gyp.js" "rebuild"
gyp ERR! cwd C:UsersAppDataRoamingnpmnode_modulespomelonode_modulesto
obusy
gyp ERR! node -v v0.10.8
gyp ERR! node-gyp -v v0.9.5
gyp ERR! not ok
npm ERR! error rolling back Error: ENOTEMPTY, rmdir 'C:Users波AppDataRoaming
npmnode_modulespomelonode_modulessocket.ionode_modulessocket.io-clientli
bvendorweb-socket-jsflash-srccomhurlant'
npm ERR! error rolling back pomelo@0.4.0 { [Error: ENOTEMPTY, rmdir 'C:Users
波AppDataRoamingnpmnode_modulespomelonode_modulessocket.ionode_moduless
ocket.io-clientlibvendorweb-socket-jsflash-srccomhurlant']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: 'C:UsersAppDataRoamingnpmnode
modulespomelonode_modulessocket.ionode_modulessocket.io-clientlibv
endorweb-socket-jsflash-srccomhurlant' }
npm ERR! weird error 1
在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。
C:UsersAppDataRoamingnpmnode_modulespomelonode_moduleswsbuildbuffer
util.vcxproj(41,46): error MSB4025: 未能加载项目文件。给定编码中的字符无效。 第
41 行,位置 46。
C:UsersAppDataRoamingnpmnode_modulespomelonode_moduleswsbuildvalida
tion.vcxproj(41,46): error MSB4025: 未能加载项目文件。给定编码中的字符无效。 第
41 行,位置 46。
npm ERR! not ok code 0
win8 64位系统,node.js 0.10.8,vs2010,之前也试过node.js 0.8报的是同样的错误,求教
#18miaod在 2013-5-30 19:21 回复
test game server 有些浏览器貌似不兼容的 点了没反应 切换下浏览模式就好了
#19tontione在 2013-6-12 15:49 回复
I tried to install pomelo on my windows 7 pro computer.
i had this warnings (sorry, partial french language) :
C:UsersAdministrateur.node-gyp .8.9depsv8includev8.h(183): warning C450
6: aucune définition pour la fonction inline 'v8::Persistent v8::Persistent<
T>::New(v8::Handle)' [M:TiryGitHubnodistbinnode_modulespomelonode_mod
ulestoobusybuildtoobusy.vcxproj]
with
[
T=v8::Object
]
C:Program FilesMSBuildMicrosoft.Cppv4.0Microsoft.CppBuild.targets(991,5):
warning MSB8012: TargetExt(.dll) ne correspond pas à la valeur de la propriété
OutputFile (.node) de Linker. Cela peut entra?ner une génération incorrecte de
votre projet. Pour corriger ce problème, vérifiez que les valeurs des propriété
s $(OutDir), $(TargetName) et $(TargetExt) correspondent à la valeur spécifiée
dans %(Link.OutputFile). [M:TiryGitHubnodistbinnode_modulespomelonode_mo
dulestoobusybuildtoobusy.vcxproj]
Crúation de la bibliothTque M:TiryGitHubnodistbinnode_modulespomelo
node_modulestoobusybuildReleasetoobusy.lib et de l'objet M:TiryGitHubn
odistbinnode_modulespomelonode_modulestoobusybuildReleasetoobusy.exp
Gúnúration de code en cours
Fin de la gúnúration du code
toobusy.vcxproj -> M:TiryGitHubnodistbinnode_modulespomelonode_modules
toobusybuildReleasetoobusy.node
bufferutil.cc
C:UsersAdministrateur.node-gyp .8.9depsv8includev8.h(183): warning C450
6: aucune définition pour la fonction inline 'v8::Persistent v8::Persistent<
T>::New(v8::Handle)' [M:TiryGitHubnodistbinnode_modulespomelonode_mod
uleswsbuildbufferutil.vcxproj]
with
[
T=v8::Object
]
C:Program FilesMSBuildMicrosoft.Cppv4.0Microsoft.CppBuild.targets(991,5):
warning MSB8012: TargetExt(.dll) ne correspond pas à la valeur de la propriété
OutputFile (.node) de Linker. Cela peut entra?ner une génération incorrecte de
votre projet. Pour corriger ce problème, vérifiez que les valeurs des propriété
s $(OutDir), $(TargetName) et $(TargetExt) correspondent à la valeur spécifiée
dans %(Link.OutputFile). [M:TiryGitHubnodistbinnode_modulespomelonode_mo
duleswsbuildbufferutil.vcxproj]
Crúation de la bibliothTque M:TiryGitHubnodistbinnode_modulespomelo
node_moduleswsbuildReleasebufferutil.lib et de l'objet M:TiryGitHubnod
istbinnode_modulespomelonode_moduleswsbuildReleasebufferutil.exp
Gúnúration de code en cours
Fin de la gúnúration du code
bufferutil.vcxproj -> M:TiryGitHubnodistbinnode_modulespomelonode_modu
leswsbuildReleasebufferutil.node
validation.cc
C:UsersAdministrateur.node-gyp .8.9depsv8includev8.h(183): warning C450
6: aucune définition pour la fonction inline 'v8::Persistent v8::Persistent<
T>::New(v8::Handle)' [M:TiryGitHubnodistbinnode_modulespomelonode_mod
uleswsbuildvalidation.vcxproj]
with
[
T=v8::Object
]
C:Program FilesMSBuildMicrosoft.Cppv4.0Microsoft.CppBuild.targets(991,5):
warning MSB8012: TargetExt(.dll) ne correspond pas à la valeur de la propriété
OutputFile (.node) de Linker. Cela peut entra?ner une génération incorrecte de
votre projet. Pour corriger ce problème, vérifiez que les valeurs des propriété
s $(OutDir), $(TargetName) et $(TargetExt) correspondent à la valeur spécifiée
dans %(Link.OutputFile). [M:TiryGitHubnodistbinnode_modulespomelonode_mo
duleswsbuildvalidation.vcxproj]
But the installation finally seems to succeed.
Any idea about this warnings ?
As it say that it could result in a bad generation of my projects (french sentence above), i'm anxious ...
#20{1}ggaaooppeenngg在 2013-6-20 21:33 回复
安装的过程中报错
tar.unpack untar error C::……Roamingnpm-cacherequest2.9.203package.tgz
ERROR: ENOENT, open ''Roamingnpmnode_modulespomelonode_modulescliffnode_moduleswinston'node_modulesrequestteststest-toJSON.js
ggaaooppeenngg在 2013-6-20 21:33 回复
windows 环境
#21{2}wangqiuyun在 2013-7-4 12:00 回复
win7环境component在public/js/lib/build下生成的build.js有乱码怎么办?
wangqiuyun在 2013-7-4 12:04 回复
youxiachai在 2013-7-4 19:21 回复
@wangqiuyun 默认打开 utf8 ...
#22Phoenix在 2013-8-8 19:56 回复
C:Users翔AppDataRoamingnpmnode_modulespomelonode_module
gram Filesnodejsnode_modulesnpmbinnode-gyp-bin....node
binnode-gyp.js" rebuild
build/binding.sln(1): 解决方案文件 error MSB5014: 无法识别文件格
只能读取版本 7.0 到 9.0 之间(包括这两个版本)的解决方案文件。
这个是啥情况啊, 我win8 X64
#23hezeyi1126在 2013-8-9 09:55 回复
toobusy.cc
..toobusy.cc(1): fatal error C1083: 无法打开包括文件:“v8.h”: No such file or
directory
[C:UsersbaiAppDataRoamingnpmnode_modulespomelonode_modulestoobusybui
ldtoobusy.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: msbuild failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:Program Filesnodejsnode_modules
npmnode_modulesnode-gyplibbuild.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:99:17)
gyp ERR! stack at Process._handle.onexit (child_process.js:680:10)
gyp ERR! System Windows_NT 6.1.7600
gyp ERR! command "node" "C:Program Filesnodejsnode_modulesnpmnode_modu
lesnode-gypbinnode-gyp.js" "rebuild"
gyp ERR! cwd C:UsersbaiAppDataRoamingnpmnode_modulespomelonode_modulest
oobusy
gyp ERR! node -v v0.8.23
gyp ERR! node-gyp -v v0.9.5
gyp ERR! not ok
npm ERR! error rolling back Error: ENOTEMPTY, rmdir 'C:UsersbaiAppDataRoamin
gnpmnode_modulespomelonode_modulespomelo-loadertest'
npm ERR! error rolling back pomelo@0.5.4 { [Error: ENOTEMPTY, rmdir 'C:Usersb
aiAppDataRoamingnpmnode_modulespomelonode_modulespomelo-loadertest']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: 'C:UsersbaiAppDataRoamingnpmnode
_modulespomelonode_modulespomelo-loadertest' }
npm ERR! toobusy@0.2.2 install: node-gyp rebuild
npm ERR! cmd "/c" "node-gyp rebuild" failed with 1
npm ERR!
npm ERR! Failed at the toobusy@0.2.2 install script.
npm ERR! This is most likely a problem with the toobusy package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls toobusy
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7600
npm ERR! command "C:Program Filesnodejs\node.exe" "C:Program Filesnod
ejsnode_modulesnpmbinnpm-cli.js" "install" "-g" "pomelo"
npm ERR! cwd C:Program FilesMicrosoft Visual Studio 10.0VC
npm ERR! node -v v0.8.23
npm ERR! npm -v 1.2.18
npm ERR! code ELIFECYCLE
npm ERR! Error: ENOENT, lstat 'C:UsersbaiAppDataRoamingnpmnode_modulespom
elonode_modulespomelo-rpcnode_modulessocket.io-clientnode_modulesactive-x-
obfuscatornode_moduleszeparserbenchmark.html'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! npm-@googlegroups.com
npm ERR! System Windows_NT 6.1.7600
npm ERR! command "C:Program Filesnodejs\node.exe" "C:Program Filesnod
ejsnode_modulesnpmbinnpm-cli.js" "install" "-g" "pomelo"
npm ERR! cwd C:Program FilesMicrosoft Visual Studio 10.0VC
npm ERR! node -v v0.8.23
npm ERR! npm -v 1.2.18
npm ERR! path C:UsersbaiAppDataRoamingnpmnode_modulespomelonode_modules
pomelo-rpcnode_modulessocket.io-clientnode_modulesactive-x-obfuscatornode_m
oduleszeparserbenchmark.html
npm ERR! fstream_path C:UsersbaiAppDataRoamingnpmnode_modulespomelonode_
modulespomelo-rpcnode_modulessocket.io-clientnode_modulesactive-x-obfuscato
rnode_moduleszeparserbenchmark.html
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack C:Program Filesnodejsnode_modulesnpmnode_modulesfst
reamlibwriter.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:297:15)
bufferutil.cc
npm http 304 https://registry.npmjs.org/socket.io-client/0.9.11
..srcbufferutil.cc(7): fatal error C1083: 无法打开包括文件:“v8.h”: No such f
ile or di
rectory [C:UsersbaiAppDataRoamingnpmnode_modulespomelonode_moduleswsb
uildbufferutil.vcxproj]
npm http GET https://registry.npmjs.org/log4js
npm http 304 https://registry.npmjs.org/pkginfo
validation.cc
..srcvalidation.cc(7): fatal error C1083: 无法打开包括文件:“v8.h”: No such f
ile or di
rectory [C:UsersbaiAppDataRoamingnpmnode_modulespomelonode_moduleswsb
uildvalidation.vcxproj]
我的环境 win7 x86
#24getpro在 2013-8-14 15:33 回复
这是个什么情况?
node:8.22
npm:1.2.14
python:2.7
vc++:vs2010
这个谁能告诉我?
#25hezeyi1126在 2013-8-20 11:15 回复
求告诉这是怎么回事啊
#26{1}miaodadao在 2013-8-29 18:57 回复
windows上报错,无法安装,各种换node版本,无效
miaodadao在 2013-9-14 16:33 回复
pomelo 0.6可以正常安装了
#27miaodadao在 2013-9-14 16:46 回复
按照本文提到的方法操作,无法启动game-server,web-server已经能成功启动了
C:UsersmiaodadaoDesktoppomelo_demogame-server>pomelo start
[2013-09-14 16:44:34.158] [INFO] pomelo - [C:UsersmiaodadaoDesktoppomelo_dem
ogame-servernode_modulespomelolibapplication.js] application inited: "maste
r-server-1"
Error: %1 is not a valid Win32 application.
C:UsersmiaodadaoDesktoppomelo_demogame-servernode_modulespomelonode_modu
lespomelo-adminnode_modulesndumpbuildReleasendump.node
at Module.load (module.js:356:32)
at Function.Module.load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (C:UsersmiaodadaoDesktoppomelo_demogame-serverno
de_modulespomelonode_modulespomelo-adminnode_modulesndumpinclude.js:3:14)
at Module.compile (module.js:456:26)
at Object.Module.extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module.load (module.js:312:12)
at Module.require (module.js:364:17)
#28zhaoml在 2013-9-17 16:37 回复
在IE浏览器下,总是报pomelo为空或不是对象,请问下这是什么原因。在chrome下就不会有
#29{6}miaodadao在 2013-9-23 13:58 回复
如此,太多的问题纠结在安装和初次运行上。
呃~~ 貌似有点影响评估者的信心。
fantasyni在 2013-9-23 14:54 回复
@miaodadao 在windows下面,本来就不是推荐的
miaodadao在 2013-9-25 09:00 回复
@fantasyni 要么最好别支持,要么就好好支持。
fantasyni在 2013-9-25 10:15 回复
@miaodadao pomelo 好好用,就别用windows啊,装个虚拟机有那么困难吗
puncha在 2013-10-19 13:50 回复
@fantasyni 宣传的时候说跨平台,支持windows,现在又说windows不推荐,到底是如何!
fantasyni在 2013-10-21 08:37 回复
@puncha windows 是支持的啊,只是比linux装起来麻烦点
kun2029在 1-15 11:30 回复
能跑起来的。 我都跑起来了 和nodejs版本也有关系 换一个 重启一下就好了
#30sedateOcean在 2013-10-8 16:02 回复
C:UsersAdministrator.node-gyp .8.21depsv8includev8.h(183): warning C450
6: 内联函数“v8::Persistent<T> v8::Persistent<T>::New(v8::Handle<T>)”没有定义 [
C:Users
AdministratorAppDataRoamingnpmnode_modulespomelonode_moduleswsbuildbuf
ferutil.vcxproj]
with
[
T=v8::Object
]
正在创建库 C:UsersAdministratorAppDataRoamingnpmnode_modulespomelon
ode_
modulespomelo-adminnode_modulesndumpbuildReleasendump.lib 和对象 C:User
s
AdministratorAppDataRoamingnpmnode_modulespomelonode_modulespomelo-adm
innode_modulesndumpbuildReleasendump.exp
正在生成代码
已完成代码的生成
正在创建库 C:UsersAdministratorAppDataRoamingnpmnode_modulespomelon
ode_
moduleswsbuildReleasebufferutil.lib 和对象 C:UsersAdministratorAppData
Ro
amingnpmnode_modulespomelonode_moduleswsbuildReleasebufferutil.exp
正在生成代码
已完成代码的生成
bson@0.2.1 install C:UsersAdministratorAppDataRoamingnpmnode_modulespom
elonode_modulespomelo-adminnode_modulesmongodbnode_modulesbson
(node-gyp rebuild 2> builderror.log) || (exit 0)
C:UsersAdministratorAppDataRoamingnpmnode_modulespomelonode_modulespome
lo-adminnode_modulesmongodbnode_modulesbson>node "C:Program Files (x86)nod
ejsnode_modulesnpmbinnode-gyp-bin....node_modulesnode-gypbinnode-gyp.
js" rebuild
ndump.vcxproj -> C:UsersAdministratorAppDataRoamingnpmnode_modulespome
lonode_modulespomelo-adminnode_modulesndumpbuildReleasendump.node
bufferutil.vcxproj -> C:UsersAdministratorAppDataRoamingnpmnode_modules
pomelonode_moduleswsbuildReleasebufferutil.node
validation.cc
C:UsersAdministrator.node-gyp .8.21depsv8includev8.h(183): warning C450
npm kerberos.cc
bson.cc
6: 内联函数“v8::Persistent<T> v8::Persistent<T>::New(v8::Handle<T>)”没有定义 [
C:Users
worker.cc
AdministratorAppDataRoamingnpmnode_modulespomelonode_moduleswsbuildval
security_credentials.cc
idation.vcxproj]
security_buffer.cc
C:Program Files (x86)Microsoft Visual Studio 10.0VCincludexlocale(323): wa
rning C4530: 使用了 C++ 异常处理程序,但未启用展开语义。请指定 /EHsc [C:UsersA
dministratorAppData
Roamingnpmnode_modulespomelonode_modulespomelo-adminnode_modulesmongodb
node_modulesbsonbuildbson.vcxproj]
with
[
http T=v8::Object
C:UsersAdministrator.node-gyp .8.21depsv8includev8.h(178): warning C450
C:UsersAdministrator.node-gyp .8.21depsv8includev8.h(183): warning C450
]
6: 内联函数“v8::Persistent<T> v8::Persistent<T>::New(v8::Handle<T>)”没有定义 [
C:Users
6: 内联函数“v8::Persistent<T> v8::Persistent<T>::New(v8::Handle<T>)”没有定义
[C:Users
AdministratorAppDataRoamingnpmnode_modulespomelonode_modulespomelo-admin
AdministratorAppDataRoamingnpmnode_modulespomelonode_modulespomelo-admin
node_modulesmongodbnode_moduleskerberosbuildkerberos.vcxproj]
node_modulesmongodbnode_modulesbsonbuildbson.vcxproj]
304 with
with
[
[
T=v8::Object
T=v8::Object
https://registry.npmjs.org/active-x-obfuscator/0.0.1
]
]
security_buffer_descriptor.cc
C:UsersAdministrator.node-gyp .8.21depsv8includev8.h(183): warning C450
C:UsersAdministrator.node-gyp .8.21depsv8includev8.h(183): warning C450
6: 内联函数“v8::Persistent<T> v8::Persistent<T>::New(v8::Handle<T>)”没有定义 [
C:Users
AdministratorAppDataRoamingnpmnode_modulespomelonode_modulespomelo-admin
6: 内联函数“v8::Persistent<T> v8::Persistent<T>::New(v8::Handle<T>)”没有定义 [
C:Users
node_modulesmongodbnode_moduleskerberosbuildkerberos.vcxproj]
AdministratorAppDataRoamingnpmnode_modulespomelonode_modulespomelo-admin
node_modulesmongodbnode_modulesbsonbuildbson.vcxproj]
npm with
with
[
[
T=v8::Object
T=v8::FunctionTemplate
]
]
C:UsersAdministrator.node-gyp .8.21depsv8includev8.h(183): warning C450
http6: 内联函数“v8::Persistent<T> v8::Persistent<T>::New(v8::Handle<T>)”没有定
义 [C:Users
AdministratorAppDataRoamingnpmnode_modulespomelonode_modulespomelo-admin
node_modulesmongodbnode_moduleskerberosbuildkerberos.vcxproj]
with
304 [
T=v8::FunctionTemplate
]
https://registry.npmjs.org/xmlhttprequest/1.4.2
security_context.cc
npm http 304 https://registry.npmjs.org/uglify-js/1.2.5
win7下安装 出现类似提示。
我是3.5升级到最新版,出现这样的提示。
之前的旧版本是可以用的。
vs2010重新安装过,问题依旧。
#31sedateOcean在 2013-10-8 16:21 回复
正在生成代码
已完成代码的生成
bson.vcxproj -> C:UsersAdministratorAppDataRoamingnpmnode_modulespomel
onode_modulespomelo-adminnode_modulesmongodbnode_modulesbsonbuildRele
asebson.node
C:UsersAdministratorAppDataRoamingnpmpomelo -> C:UsersAdministratorAppD
ataRoamingnpmnode_modulespomelobinpomelo
pomelo@0.6.5 C:UsersAdministratorAppDataRoamingnpmnode_modulespomelo
├── crc@0.2.0
├── pomelo-monitor@0.3.5
├── pomelo-protocol@0.1.2
├── seq-queue@0.0.5
├── pomelo-loader@0.0.4
├── async@0.2.5
├── mkdirp@0.3.3
├── node-bignumber@1.2.1
├── pomelo-protobuf@0.4.0
├── pomelo-logger@0.1.1 (log4js@0.6.7)
├── toobusy@0.2.2 (bindings@1.0.0)
├── cliff@0.1.8 (eyes@0.1.8, colors@0.6.2, winston@0.6.2)
├── ws@0.4.25 (tinycolor@0.0.1, options@0.0.5, commander@0.6.1)
├── pomelo-rpc@0.2.1 (stream-pkg@0.0.5, node-uuid@1.4.0, pomelo-logger@0.1.0,
socket.io-client@0.9.16)
├── socket.io@0.9.16 (base64id@0.1.0, policyfile@0.0.4, redis@0.7.3, socket.i
o-client@0.9.16)
└── pomelo-admin@0.2.3 (pomelo-monitor@0.3.7, socket.io@0.9.13, pomelo-schedu
le@0.3.4, ndump@0.0.2, socket.io-client@0.9.11, mongodb@1.3.12)
最后出现的是这些。
但是pomelo不可用
#32tnsnbbs在 2013-10-11 11:51 回复
我安装的时候出现了
gyp ERR! stack Error: spawn ENOENT
错误
重新设置了python的环境变量就好了
#33{1}roytan在 2013-10-15 21:19 回复
今天在新电脑上,win7 64bit, vs2012 x64, python2.7.3 x64环境下,前面都顺利.
到最后一步出错,bincomponent.bat
返回:
error: missing component.json
这个文件哪里去找?
fantasyni在 2013-10-15 22:03 回复
@roytan
在 web-server 目录下面
#34outman2008在 2013-12-26 18:11 回复
求哪位老大百忙之中抽出1天时间,
做一个windows环境 和 linux 环境下 的傻瓜安装包,
其实只需要一个压缩包+批处理 命令 就搞定了。
作为新人本想学习下先进的技术,
却不成想到折腾了3天还是没装上。。。
面对这么多人提了这么多问题,解答问题花的时间都不知道可以做多少个框架了。。。。
#35{5}imria在 2013-12-30 23:12 回复
什么玩意哦,我的win32,win64,os x下都装不了,而且错误都不一样,
装其他的包都没问题,就这个这么折腾,哎~能兼容一点吗
py8765在 2013-12-31 09:11 回复
报什么错误
imria在 2013-12-31 09:40 回复
@py8765 太多了,不想弄了
py8765在 2013-12-31 09:41 回复
@imria 建议还是在linux系统中安装,比较省事。
imria在 2013-12-31 09:48 回复
@py8765 在os x下面是在运行node-gyp 的时候说没有权限,我这个时候sudo node-gyp ...又说找不到命令
py8765在 2013-12-31 09:49 回复
@imria 重新安装一下npm install node-gyp -g
#36{1}Alfie在 1-17 09:25 回复
什么情况?win7 ; node: v0.10.24; python2.7.6 ;vc 2010 express
pkkfcuso在 4-6 23:02 回复
你这个问题有解决么?
#37{1}swordfishx在 1-24 08:04 回复
一样的问题,求解
pkkfcuso在 4-6 23:01 回复
解决这个问题么?
#38ao1shib123在 3-6 09:58 回复
支持。
#39zlxhb0908在 3-31 12:12 回复
求助,npm install -g component的时候报错
#40louis在 4-10 18:18 回复
有MAC 版的么= =。。
更多阅读
安卓手机开发平台搭建 mac 安卓开发环境搭建
android手机开发平台搭建www.111cn.net2012-02-09 编辑:jimmy本文章来给想做android手机开的朋友介绍一下android手机开发平台环境配置教程,有需要的同学可以参考一下本教程。初学Android,以便记录学习过程,增强学习效果。1.下载搭建a
几种支持asp的服务器,替代IISSERVER的小软件 xp iis服务器asp
最近为了调试asp代码网站,想给自己笔记本装iis6.0,但是在xpsp2上装完iis后,不能打开网站,或asp程序,让我很郁闷,但是又不想做系统,装了那么多软件,做一次多费劲那!~!思前想后的,琢磨着是不是有不用安装iis就可以调试asp的软件呢?在百度反复搜
如何在XP下使用笔记本搭建WiFi热点 xp笔记本变wifi热点
因本人经常出差,所以需要使用笔记本搭建WiFi热点,供同行的朋友或者iPad使用,网络上也流行着一些设置的方法,兄弟我告诉您,那些方法都不太好用,局限性太强,还是按照我说的方法办吧!首先,我们假定作WiFi源的机器是A,另外希望使用无限网络的机器
jdk6下开发webservice示例 jdk开发webservice
http://redhacker.iteye.com/blog/1444508在webservice流行的今天,如何构建webservice是很多java软件开发人员都想掌握的一门技术,在jdk6以前,我们构建webservice都需要一些开源的项目作为支持,例如xfire,但是jdk6一经发布,构建一个webser
VS2008环境下开发的某些程序在其他机器运行提示“由于应用程序配 程序运行环境
VC9编译的程序在没有装过VC9(确切的说是.NetFramework3.5)的机器上运行时,如果提示“由于应用程序配置不正确,应用程序未能启动。重新安装应用程序可能会纠正这个问题。”这个错误,那么就说明该程序动态链接了VC9的运行时库,(如果还用到了M