brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 193 forks source link

#6ac083f Broke the extension #1317

Closed dieselburner closed 7 years ago

dieselburner commented 7 years ago

Informing you with a regret that commit #6ac083f (use cross-spawn) broke the extension on my fresh installation of Brackets.

Error:

Now on start I have a pop-up saying "... Cannot find module 'cross-spawn'".

Temporary workaround:

Checkout the source before the guilty commit: https://github.com/zaggino/brackets-git/tree/8ef52e930f3924279b20d3ce483a0703fc736fc3

zaggino commented 7 years ago

Have you tried running npm install in the extension directory?

dieselburner commented 7 years ago

It worked (on latest release 0.16.6), but you have to mention this in installation procedure for Windows.

  1. Install Node.js for Windows (it includes npm)
  2. Extract brackets-git to extension folder
  3. Open command-prompt and go into brackets-git extension folder
  4. Type npm install
  5. Execute/restart brackets
zaggino commented 7 years ago

That's really weird, I was 100% sure I included node_modules in the registry zip file...