electron-windows-store icon indicating copy to clipboard operation
electron-windows-store copied to clipboard

Publisher identity is missing validation

Open robinwassen opened this issue 6 years ago • 0 comments

The wizard that prompts for publisher identity does not have any formatting validation which can be confusing for first time users.

Steps to reproduce:

  • Enter publisher identity value test
  • Continue with the rest of the steps in the wizard

Expected result: The user should be prompted to enter a valid publisher identity value.

Actual results: Error is thrown: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined at assertPath (path.js:39:11) at Object.join (path.js:432:7) at inquirer.prompt.then (C:\Users\robin\AppData\Roaming\npm\node_modules\electron-windows-store\lib\setup.js:174:31) at process._tickCallback (internal/process/next_tick.js:68:7)

Reasons for the error: The publisher identity value part in the path becomes undefined since the value does not contain a =

robinwassen avatar Oct 31 '18 10:10 robinwassen