NPM安装X509在Windows 10上不起作用



我在安装NPM模块" x509"方面面临问题。但是出现错误。我正在使用我的Angular应用阅读一些X509证书以进行fecthing主题信息。

           K:CodesAWSREPOSUIutilitiesconfigrestuinode_modulesx509>if not defined npm_config_node_gyp (node "C:Program Filesn
           odejsnode_modulesnpmbinnode-gyp-bin\....node_modulesnode-gypbinnode-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)MSBuildMicrosoft.Cppv4.0V140Microsoft.Cpp.Platform.targets(54,5): error MSB8020: The build tool
           s for Visual Studio 2012 (Platform Toolset = 'v110') cannot be found. To build using the v110 build tools, please install
           Visual Studio 2012 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Projec
           t menu or right-click the solution, and then selecting "Retarget solution". [K:CodesAWSREPOSUIutilitiesconfigrestui
           node_modulesx509buildx509.vcxproj]
           gyp ERR! build error
           gyp ERR! stack Error: `C:Program Files (x86)MSBuild14.0binmsbuild.exe` failed with exit code: 1
           gyp ERR! stack     at ChildProcess.onExit (C:Program Filesnodejsnode_modulesnpmnode_modulesnode-gyplibbuild.js:276:
           23)
           gyp ERR! stack     at emitTwo (events.js:106:13)
           gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
           gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
           gyp ERR! System Windows_NT 10.0.15063
           gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gy
           p\bin\node-gyp.js" "rebuild"
           gyp ERR! cwd K:CodesAWSREPOSUIutilitiesconfigrestuinode_modulesx509
           gyp ERR! node -v v6.10.3
           gyp ERR! node-gyp -v v3.4.0
           gyp ERR! not ok
           npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_moduleschokidarnode_modulesfsevents):
           npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"}
           (current: {"os":"win32","arch":"x64"})
           npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modulesangular-idenode_moduleschokidarnode_module
           sfsevents):
           npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"}
           (current: {"os":"win32","arch":"x64"})
           npm ERR! Windows_NT 10.0.15063
           npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "instal
           l" "x509" "--save"
           npm ERR! node v6.10.3
           npm ERR! npm  v3.10.10
           npm ERR! code ELIFECYCLE
           npm ERR! x509@0.3.2 install: `node-gyp rebuild`
           npm ERR! Exit status 1
           npm ERR!
           npm ERR! Failed at the x509@0.3.2 install script 'node-gyp rebuild'.
           npm ERR! Make sure you have the latest version of node.js and npm installed.
           npm ERR! If you do, this is most likely a problem with the x509 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 information on how to open an issue for this project with:
           npm ERR!     npm bugs x509
           npm ERR! Or if that isn't available, you can get their info via:
           npm ERR!     npm owner ls x509
           npm ERR! There is likely additional logging output above.
           npm ERR! Please include the following file with any support request:
           npm ERR!     K:CodesAWSREPOSUIutilitiesconfigrestuinpm-debug.log

我验证了我的已安装成员,我没有V110,即VC 重新分配。我从MS VS VC 构建工具2012中安装。但仍然获得相同的错误。

我们需要安装VS2012才能制作此构建。

相关内容

  • 没有找到相关文章

最新更新