- https://www.howtogeek.com/126469/how-to-create-a-powershell-profile/
- replace with Microsoft.PowerShell_profile.ps1 in
- https://serverfault.com/questions/31194/how-do-i-change-my-default-powershell-profile-digitially-sign-my-profile-file
1. use es6 where possible - start with - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
1. different functions - https://github.com/lodash/lodash/wiki/Migrating
facebookarchive/nuclide#321 zsol commented on Sep 17, 2016
@subtleGradient this is probably because flow is either not on your path, or it's found multiple times. Try running where.exe flow in a cmd/powershell (.exe is important for the latter) and manually copy one of the paths into nuclide settings. I'm working on a PR to fix this
- add this to the top of the lodash_.. flowTyped file if getting imports warning in diagnostics: function Comparator() {/* this is a filler function to get rid of Nuclide AutoImport warning added by JW */}
- activate from sourcetree