如何在 Windows 上安装 MediaWiki Parsoid
How Do I Install MediaWiki Parsoid on Windows
我正在尝试在 Windows 上设置和配置 VisualEditor for MediaWiki。 (服务器 2012 R2 核心)我正在按照此处的步骤操作:https://www.mediawiki.org/wiki/Parsoid/Developer_Setup
页面状态:
As of April 2015, the html5 package has only an optional dependency on
jsdom, and so installing contextify should no longer be necessary.
然而,当我尝试编译带有 npm 错误的 parsoid 时,出现了关于 contextify 的错误。所以他的依赖关系必须仍然存在......返回的错误是:
C:\Installs\Parsoid\parsoid>npm install
> contextify@0.1.15 install C:\Installs\Parsoid\parsoid\node_modules\contextify
> node-gyp rebuild
C:\Installs\Parsoid\parsoid\node_modules\contextify>if not defined npm_config_node_gyp (node "C:\Program Files (x86)\nod
ejs\node_modules\npm\bin\node-gyp-bin\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not fi
nd WindowsSDKDir variable from the registry. TargetFrameworkVersion or PlatformToolset may be set to an invalid versio
n number. [C:\Installs\Parsoid\parsoid\node_modules\contextify\build\contextify.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exit
ed with code -1073741515. [C:\Installs\Parsoid\parsoid\node_modules\contextify\build\contextify.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild.0\bin\msbuild.exe` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\lib\buil
d.js:270:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 6.3.9600
gyp ERR! command "C:\Program Files (x86)\nodejs\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\node_m
odules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Installs\Parsoid\parsoid\node_modules\contextify
gyp ERR! node -v v5.4.1
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
npm WARN install:contextify@0.1.15 contextify@0.1.15 install: `node-gyp rebuild`
npm WARN install:contextify@0.1.15 Exit status 1
我已经安装了 VC 2015 构建工具,python 2.7 - 并设置节点以使用这些工具。我真的不知道下一步该去哪里,有什么建议吗?
所以事实证明,上面的错误根本不是错误——而是警告。 Parsoid 已经下载了它的其他依赖项,运行 它后来工作正常。
看我的postHow to install VisualEditor for MediaWiki on Windows
重要的第 10 步更新 uri:‘http://localhost/w/api.php’ to uri: http://localhost:81/mediawiki/api.php
我正在尝试在 Windows 上设置和配置 VisualEditor for MediaWiki。 (服务器 2012 R2 核心)我正在按照此处的步骤操作:https://www.mediawiki.org/wiki/Parsoid/Developer_Setup
页面状态:
As of April 2015, the html5 package has only an optional dependency on jsdom, and so installing contextify should no longer be necessary.
然而,当我尝试编译带有 npm 错误的 parsoid 时,出现了关于 contextify 的错误。所以他的依赖关系必须仍然存在......返回的错误是:
C:\Installs\Parsoid\parsoid>npm install
> contextify@0.1.15 install C:\Installs\Parsoid\parsoid\node_modules\contextify
> node-gyp rebuild
C:\Installs\Parsoid\parsoid\node_modules\contextify>if not defined npm_config_node_gyp (node "C:\Program Files (x86)\nod
ejs\node_modules\npm\bin\node-gyp-bin\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not fi
nd WindowsSDKDir variable from the registry. TargetFrameworkVersion or PlatformToolset may be set to an invalid versio
n number. [C:\Installs\Parsoid\parsoid\node_modules\contextify\build\contextify.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exit
ed with code -1073741515. [C:\Installs\Parsoid\parsoid\node_modules\contextify\build\contextify.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild.0\bin\msbuild.exe` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\lib\buil
d.js:270:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 6.3.9600
gyp ERR! command "C:\Program Files (x86)\nodejs\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\node_m
odules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Installs\Parsoid\parsoid\node_modules\contextify
gyp ERR! node -v v5.4.1
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
npm WARN install:contextify@0.1.15 contextify@0.1.15 install: `node-gyp rebuild`
npm WARN install:contextify@0.1.15 Exit status 1
我已经安装了 VC 2015 构建工具,python 2.7 - 并设置节点以使用这些工具。我真的不知道下一步该去哪里,有什么建议吗?
所以事实证明,上面的错误根本不是错误——而是警告。 Parsoid 已经下载了它的其他依赖项,运行 它后来工作正常。
看我的postHow to install VisualEditor for MediaWiki on Windows 重要的第 10 步更新 uri:‘http://localhost/w/api.php’ to uri: http://localhost:81/mediawiki/api.php