mapbox / mapbox/mapbox-directions.js
NPM install errors
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 58
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
For the same reason that the [build is broken](https://travis-ci.org/mapbox/mapbox-directions.js/builds/145940523) we have had to remove `mapbox-directions.js` from our code base.
Although it is possible to build locally, we cannot deploy to Jenkins with the errors produced.
``` Bash
npm install mapbox-directions.js
> contextify@0.1.15 install /Users/hhauge/development/foo/node_modules/contextify
> node-gyp rebuild
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing `npm install mapbox-directions.js` and inspect the `contextify@0.1.15`/`node-gyp rebuild` failure shown in the issue. Compare local and Jenkins environments; the issue is done when the package installs successfully in the Jenkins deployment path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100