zoukankan      html  css  js  c++  java
  • 'msbuild' is not recognized as an internal or external command, operable program or batch file.

    Came across this question on google, not sure if anyone still needs an answer here, but i got it working.

    To enable msbuild in Command Prompt, you simply have to add the path to the .net4 framework install on your machine to the PATH environment variable.

    You can access the environment variables by right clicking on 'Computer', click 'properties' and click 'Advanced system settings' on the left navigation bar. On the next dialog bog click 'Environment variables,' scroll down to 'PATH' and edit it to include your path to the framework (don't forget a ';' after the last entry in here.

    For reference my path was C:WindowsMicrosoft.NETFrameworkv4.0.30319.

  • 相关阅读:
    navigator
    历史记录跳转
    更改URL
    计数器
    窗口位置和大小
    open用法
    confirm用法
    项目中访问本地node服务跨域问题
    jenkins使用
    基于Vue的SSR
  • 原文地址:https://www.cnblogs.com/fengsui/p/4277727.html
Copyright © 2011-2022 走看看