Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

'types/node' dependancy breaking the build #3529

@oguzgelal

Description

@oguzgelal

Hello,

We're using protractor in our project, but lately the build started to break because of the dependancy types/node, apparently its not in the npm registry anymore. Here is the actual message:

-npm ERR! 404 Not Found
npm ERR! 404 
npm ERR! 404 'types/node' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 It was specified as a dependency of 'protractor'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Linux 4.2.0-42-generic
npm ERR! command "/home/rof/.nvm/v0.10.32/bin/node" "/home/rof/.nvm/v0.10.32/bin/npm" "install"
npm ERR! cwd /home/rof/src/github.com/marketmuse/marketmuse-ui
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code E404
npm ERR! not ok code 0

In our package.json, protractor appears like this:

"devDependencies": {
     ...
    "protractor": "latest",
     ...
  },

so we are using the latest version.

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