jaredly / jaredly/a-reason-react-tutorial

build spec : Dependencies information missing

Open
#3 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
91
Forks
37
PR merge metrics
No merged PRs in 30d

Description

I clone this starter repo and cd into a-reason-react-tutorial. When I do the `npm start`, I get this:
```
> reason-to-do@ start /Volumes/P3/OCaml/a-reason-react-tutorial
> bsb -make-world -w

BSB check build spec : Dependencies information missing
Package bs-platform -> /usr/local/lib/node_modules/bs-platform
Package not found: resolving package reason-react in /
Fatal error: exception BuckleScript package reason-react not found or built , if it is not built
Please run 'bsb -make-world', otherwise please install it
Error: Command failed: /usr/local/lib/node_modules/bs-platform/bin/bsb.exe -make-world -w
Error happened when running command /usr/local/lib/node_modules/bs-platform/bin/bsb.exe with args [ '-make-world', '-w' ]
```

I have done `npm install -g bs-platform`, and also `npm link bs-platform`. I'm using node v6.11.2 on a Mac.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing `npm start` in the cloned tutorial and inspect the dependency/build configuration that controls `bsb`. Check why `reason-react` is not found or built, then verify that the dependency resolves and the tutorial starts successfully. No specific file is named in the report.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.