missing ) after argument list

Posted mengff

tags:

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

../node_modules/.bin/webpack-dev-server --progress --color --hot --inline -d --host 192.168.1.101 --port 8181

上面的npm scrpts命令在mac和linux上可以正常运行,在windows上无法正常运行,windows上应该改为

node ../node_modules/webpack-dev-server/bin/webpack-dev-server --progress --color --hot --inline -d --host 192.168.1.101 --port 8181

原因是,命令1是一个shell脚本,windows不识别,windows上可以使用node命令直接启动webpack-dev-server的js文件,就是命令2,效果相同。

以上是关于missing ) after argument list的主要内容,如果未能解决你的问题,请参考以下文章

SyntaxError: missing ] after element list 火狐问题

[Swift中错误]missing argument label 'greeting:' in call

无法理解 Firefox 错误:SyntaxError: missing after property list

mandatory argument 'crshome' is missing

Python:XXX missing X required positional argument: 'self'

npm ERR! typeerror Error: Missing required argument #1