sentry-vscode icon indicating copy to clipboard operation
sentry-vscode copied to clipboard

Missing publisher name when running 'vsce package'

Open jgentes opened this issue 5 years ago • 0 comments

I use WSL2 on Windows 10 and have node / npm installed in Ubuntu 20, not on Windows:

 ~/boss - [master] $ npm i -g vsce
/home/jgentes/.nvm/versions/node/v12.18.0/bin/vsce -> /home/jgentes/.nvm/versions/node/v12.18.0/lib/node_modules/vsce/out/vsce
+ [email protected]
added 67 packages from 81 contributors in 5.425s

 ~/boss - [master] $ vsce package
 ERROR  Missing publisher name. Learn more: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#publishing-extensions

jgentes avatar Jun 18 '20 14:06 jgentes