mapbox / mapbox/mapbox-directions.js

The website fails to build with node 6

Open
#121 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
58
Forks
21
PR merge metrics
No merged PRs in 30d

Description

When I try to run the build command on node v6 it fails to build with the following error:
```
]Using npm to install Node dependencies
50
[2019-01-25 15:04:53 UTC]npm ERR! code ETARGET
51
[2019-01-25 15:04:53 UTC]npm ERR! notarget No matching version found for sockjs-client@0.0.0-unreleasable
52
[2019-01-25 15:04:53 UTC]npm ERR! notarget In most cases you or one of your dependencies are requesting
53
[2019-01-25 15:04:53 UTC]npm ERR! notarget a package version that doesn't exist.
54
[2019-01-25 15:04:53 UTC]
```

Note, this is a blocker for us to move this repository to its new home at `labs.mapbox.com`.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the website build with Node v6 and inspect the dependency declarations involved in requesting sockjs-client@0.0.0-unreleasable. Trace which dependency requests that unavailable version, then verify that the build completes successfully with Node v6.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.