Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple publishing not working #110

Closed
waderyan opened this issue Jul 20, 2016 · 3 comments
Closed

Simple publishing not working #110

waderyan opened this issue Jul 20, 2016 · 3 comments

Comments

@waderyan
Copy link

Versions
vsce version - 1.7.0 (latest)
node version - 4.1.2
OS - OS X 10.11.2

What I am seeing

➜  ext-git-blame git:(master) ✗ vsce publish
Executing prepublish script 'node ./node_modules/vscode/bin/compile'...
Error: Command failed: /bin/sh -c node ./node_modules/vscode/bin/compile

What I have tried

  • uninstalled and reinstalled vsce
  • logged out and logged back in
  • logged out, revoked PAT and created a new one, and logged back in with new PAT
@joaomoreno
Copy link
Member

@waderyan Odd.

What's the output of node ./node_modules/vscode/bin/compile?

@joaomoreno
Copy link
Member

joaomoreno commented Jul 20, 2016

Possible duplicate of #104, in which the user has yet to provide more info.

@waderyan
Copy link
Author

Looks like I had a syntax error (shame).

➜  ext-git-blame git:(master) node ./node_modules/vscode/bin/compile
src/extension.ts(91,1): error TS1005: '}' expected.

Fixed the error and was able to publish!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants