sh Windows特定命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Windows特定命令相关的知识,希望对你有一定的参考价值。

// Install cross-env to be Windows compatible
npm install -g cross-env

// Also add this in front of any NODE_ENV 
node node_modules/cross-env/dist/bin/cross-env.js 

// node-sass issue
npm rebuild node-sass

// Windows host using vagrant with a shared VM folder to a Linux box and using npm
npm install --no-bin-links

// When building and getting linebrake issues add this to the .eslintrc file in the rules object.
"rules":{
  "linebreak-style": ["error", "windows"] // or
  "linebreak-style": 0 // no linebreak rules
}

以上是关于sh Windows特定命令的主要内容,如果未能解决你的问题,请参考以下文章

sh 以特定用户身份运行命令

如何在 Windows 命令提示符下运行 .sh?

sh 有用的Windows命令

sh Windows上的Laravel命令

sh Windows命令行工具

sh git命令(windows)