在Windows上从源代码构建Thingsboard

时间:2016-12-09 15:30:03

标签: thingsboard

我在Windows上从源代码构建Thingsboard时遇到问题:

[警告] npm WARN addRemoteGit错误:命令失败:git -c core.longpaths = true config --get remote.origin.url [警告] npm WARN addRemoteGit [警告]在ChildProcess.exithandler的npm WARN addRemoteGit(child_process.js:206:12) [警告]在emitTwo的npm WARN addRemoteGit(events.js:106:13) [警告]在ChildProcess.emit的npm WARN addRemoteGit(events.js:191:7) [警告] npm WARN在maybeClose上的addRemoteGit(internal / child_process.js:877:16) [警告] npm WARN在Socket上添加了AddRemoteGit。 (内部/ child_process.js:334:11) [警告]在emitOne上的npm WARN addRemoteGit(events.js:96:13) [警告]在Socket.emit上的npm WARN addRemoteGit(events.js:188:7) [警告] npm WARN addRemoteGit在Pipe._handle.close [as _onclose](net.js:498:12)

使用maven和npm正确编译

2 个答案:

答案 0 :(得分:3)

在Linux机器上测试Thingsboard构建。 您可以使用Docker在Windows上运行Thingsboard。 我们将在下一版本中添加对Windows构建的支持。

答案 1 :(得分:0)

一般情况下,更改GitHub网址

"angular-fullscreen": "git://github.com/fabiobiondi/angular-fullscreen.git#master",
"mdPickers": "git://github.com/alenaksu/mdPickers.git#0.7.5" 

"angular-fullscreen": "https://github.com/fabiobiondi/angular-fullscreen.git#master",
"mdPickers": "https://github.com/alenaksu/mdPickers#0.7.5"

"build": "SET NODE_ENV=production webpack -p"