Skip to content

[CLOSED] Fix phantomjs dependency issues with (1) mac and (2) node 0.10.x #3016

@core-ai-bot

Description

@core-ai-bot

Issue by jasonsanjose
Thursday Mar 21, 2013 at 23:54 GMT
Originally opened as adobe/brackets#3210


phantomjs npm package installation issues

  1. With phantomjs 1.8.2, the mac zip file format changed causing this issue Rename from tmp does not occur (Mac) Medium/phantomjs#15 and related issue Issues installing with phantomjs version 1.8.2-1 gruntjs/grunt-lib-phantomjs#17
  2. With node 0.10.x phantomjs' npm package (https://github.com/Obvious/phantomjs) install fails due to an issue with unzipping, see PhantomJS install failed in MacOS 10.8.2 with node 0.10.0 and npm 1.2.14 Medium/phantomjs#34

Make sure to rm -rf node_modules in the brackets directory then run npm install. This is required in case there are leftover installations deeper in the dependency tree that will take precedent over our explicit version dependencies.


jasonsanjose included the following code: https://github.com/adobe/brackets/pull/3210/commits

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions