Guest User

Untitled

a guest
Jan 13th, 2018
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. pradipcaulagi@Pradips-MacBook-Pro|/tmp/bucklescript-frontend-template on master!?
  2. ± npm run build:dev
  3.  
  4. > [email protected] build:dev /private/tmp/bucklescript-frontend-template
  5. > bsb -make-world && webpack --env=dev
  6.  
  7. ninja: no work to do.
  8. ninja: Entering directory `lib/bs'
  9. [1/2] Building src/components/app.cmj
  10. FAILED: src/components/app.cmj /private/tmp/bucklescript-frontend-template/lib/es6/src/components/app.js src/components/app.cmi
  11. /private/tmp/bucklescript-frontend-template/node_modules/bs-platform/bin/bsc.exe -bs-package-name tutorial -bs-package-output es6:lib/es6/src/components -bs-assume-no-mli -bs-no-builtin-ppx-ml -bs-no-implicit-include -I /private/tmp/bucklescript-frontend-template/node_modules/reason-react/lib/ocaml -I src/components -I src -w -30-40+6+7+27+32..39+44+45 -nostdlib -I '/private/tmp/bucklescript-frontend-template/node_modules/bs-platform/lib/ocaml' -no-alias-deps -color always -bs-re-out -bs-super-errors -o src/components/app.cmj -c src/components/app.mlast
  12.  
  13. We've found a bug for you!
  14. /private/tmp/bucklescript-frontend-template/src/components/app.re 26:13-29:14
  15.  
  16. 24 ┆ let render { state, updater } =>
  17. 25 ┆ <div>
  18. 26 ┆ <Counter
  19. 27 ┆ value=state.c1
  20. 28 ┆ onChange=(updater (handleChange 0))
  21. 29 ┆ />
  22. 30 ┆ <br />
  23. 31 ┆ <Counter
  24.  
  25. The value make can't be found in Counter
  26.  
  27. ninja: build stopped: subcommand failed.
  28. npm ERR! code ELIFECYCLE
  29. npm ERR! errno 2
  30. npm ERR! [email protected] build:dev: `bsb -make-world && webpack --env=dev`
  31. npm ERR! Exit status 2
  32. npm ERR!
  33. npm ERR! Failed at the [email protected] build:dev script.
  34. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  35.  
  36. npm ERR! A complete log of this run can be found in:
  37. npm ERR! /Users/pradipcaulagi/.npm/_logs/2018-01-05T16_50_56_015Z-debug.log
  38. -> [2]
  39. pradipcaulagi@Pradips-MacBook-Pro|/tmp/bucklescript-frontend-template on master!?
Add Comment
Please, Sign In to add comment