mapbox / mapbox/mapbox-directions.js
The website fails to build with node 6
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
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 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