Skip to content

Instantly share code, notes, and snippets.

@ETBlue
Created May 26, 2013 06:10
Show Gist options
  • Save ETBlue/5651871 to your computer and use it in GitHub Desktop.
Save ETBlue/5651871 to your computer and use it in GitHub Desktop.
rm -rf _public npm run start
C:\Users\ETBlue\Documents\GitHub\hack.g0v.tw [master +1 ~1 -0 !]> rm -rf _public
Remove-Item : A parameter cannot be found that matches parameter name 'rf'.
At line:1 char:7
+ rm -rf <<<< _public
+ CategoryInfo : InvalidArgument: (:) [Remove-Item], ParameterBin
dingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Comm
ands.RemoveItemCommand
C:\Users\ETBlue\Documents\GitHub\hack.g0v.tw [master +1 ~1 -0 !]> npm run start
> [email protected] start C:\Users\ETBlue\Documents\GitHub\hack.g0v.tw
> node ./node_modules/brunch/bin/brunch watch --server
26 May 14:09:03 - info: application started on http://localhost:3333/
26 May 14:09:06 - info: compiled in 3345ms
26 May 14:09:06 - info: compiled in 77ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment