handsontable / hot-builder

CLI tool for building custom Handsontable package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module ObserveChanges not found

dchekanov opened this issue · comments

Trying to run this tool on Windows:

>npm install -g hot-builder
C:\Users\user\AppData\Roaming\npm\hot-builder -> C:\Users\user\AppData\Roaming\npm\node_modules\hot-builder\bin\hot-builder
hot-builder@0.2.2 C:\Users\user\AppData\Roaming\npm\node_modules\hot-builder
├── inherits@2.0.1
├── cssmin@0.4.3
├── minimist@1.1.1
├── colors@1.1.2
├── ncp@2.0.0
├── starts-with@1.0.0
├── event-stream@3.3.1 (stream-combiner@0.0.4, duplexer@0.1.1, from@0.1.3, pause-stream@0.0.11, map-stream@0.1.0, split@0.3.3, through@2.3.7)
├── pikaday@1.3.2
├── resolve@1.1.6
├── zeroclipboard@2.2.0
├── glob@5.0.10 (path-is-absolute@1.0.0, inflight@1.0.4, once@1.3.2, minimatch@2.0.8)
├── async@1.2.1
├── browserify-transform-tools@1.4.2 (through@2.3.7, falafel@1.1.0)
├── uglify-js@2.4.23 (uglify-to-browserify@1.0.2, async@0.2.10, yargs@3.5.4, source-map@0.1.34)
├── es6ify@1.6.0 (through@2.2.7, xtend@2.2.0, traceur@0.0.79)
├── moment@2.10.3
├── browserify@10.2.4 (https-browserify@0.0.0, tty-browserify@0.0.0, htmlescape@1.1.0, builtins@0.0.7, constants-browserify@0.0.1, path-browserify@0.0.0, os-browserify@0.1.2, isarray@0.0.1, commondir@0.0.1, through2@1.1.1, string_decoder@0.10.31, proces
s@0.11.1, stream-browserify@1.0.0, has@1.0.0, shell-quote@0.0.1, subarg@1.0.0, punycode@1.3.2, domain-browser@1.1.4, xtend@4.0.0, defined@1.0.0, duplexer2@0.0.2, querystring-es3@0.2.1, assert@1.3.0, timers-browserify@1.4.1, deps-sort@1.3.9, util@0.10.3,
 events@1.0.2, vm-browserify@0.0.4, parents@1.0.1, concat-stream@1.4.10, read-only-stream@1.1.1, console-browserify@1.1.0, http-browserify@1.7.0, shasum@1.0.1, readable-stream@1.1.13, url@0.10.3, labeled-stream-splicer@1.0.2, browser-resolve@1.9.0, buff
er@3.2.2, glob@4.5.3, JSONStream@1.0.4, syntax-error@1.1.4, crypto-browserify@3.9.14, browser-pack@5.0.1, insert-module-globals@6.5.0, browserify-zlib@0.1.4, module-deps@3.8.1)
├── inquirer@0.8.5 (figures@1.3.5, ansi-regex@1.1.1, cli-width@1.0.1, through@2.3.7, readline2@0.1.1, chalk@1.0.0, lodash@3.9.3, rx@2.5.3)
├── handsontable@0.15.0-beta6
└── npm@2.11.2

>hot-builder build --output-dir hot-dist
Module ObserveChanges not found

Same on freshly installed Ubuntu 14.04.

Now hot-builder should work as expected after Handsontable 0.15.0 release what we currently done

It works now, thanks!