You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed and I am getting this error when I run it :
PS C:> todo
Get-Content : Cannot bind argument to parameter 'Path' because it is an empty string.
At C:\Users\xxxxxx\Documents\WindowsPowerShell\Modules\todo\todo.psm1:259 char:27
PS C:> todo add "test"
Add-Content : Cannot bind argument to parameter 'Path' because it is null.
At C:\Users\cjanik\Documents\WindowsPowerShell\Modules\todo\todo.psm1:491 char:14
Get-Content : Cannot bind argument to parameter 'Path' because it is null.
At C:\Users\xxxxxxxx\Documents\WindowsPowerShell\Modules\todo\todo.psm1:495 char:27
I just installed and I am getting this error when I run it :
PS C:> todo
Get-Content : Cannot bind argument to parameter 'Path' because it is an empty string.
At C:\Users\xxxxxx\Documents\WindowsPowerShell\Modules\todo\todo.psm1:259 char:27
PS C:> todo add "test"
Add-Content : Cannot bind argument to parameter 'Path' because it is null.
At C:\Users\cjanik\Documents\WindowsPowerShell\Modules\todo\todo.psm1:491 char:14
Get-Content : Cannot bind argument to parameter 'Path' because it is null.
At C:\Users\xxxxxxxx\Documents\WindowsPowerShell\Modules\todo\todo.psm1:495 char:27
2017-05-10 test
added.
The text was updated successfully, but these errors were encountered: