when I install portia by docker I had a problems.
when I run ember build -w
,the results is:
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
components/browser-iframe.js: line 175, col 39, 'TreeMirror' is not defined.
components/browser-iframe.js: line 212, col 9, '$' is not defined.
components/browser-iframe.js: line 227, col 23, '$' is not defined.
components/browser-iframe.js: line 281, col 20, '$' is not defined.
4 errors
components/inspector-panel.js: line 92, col 16, '$' is not defined.
components/inspector-panel.js: line 92, col 33, '$' is not defined.
components/inspector-panel.js: line 102, col 16, '$' is not defined.
3 errors
components/save-status.js: line 48, col 16, 'moment' is not defined.
1 error
controllers/projects/project/conflicts/conflict.js: line 105, col 13, '$' is not defined.
1 error
controllers/projects/project/spider.js: line 10, col 25, 'URI' is not defined.
1 error
routes/projects/project/conflicts.js: line 5, col 16, '$' is not defined.
1 error
services/web-socket.js: line 10, col 15, 'URI' is not defined.
services/web-socket.js: line 15, col 12, 'URI' is not defined.
2 errors
utils/browser-features.js: line 14, col 13, 'Modernizr' is not defined.
1 error
utils/tree-mirror-delegate.js: line 30, col 20, '$' is not defined.
utils/tree-mirror-delegate.js: line 66, col 17, '$' is not defined.
2 errors
utils/utils.js: line 15, col 20, 'URI' is not defined.
utils/utils.js: line 50, col 9, 'Raven' is not defined.
utils/utils.js: line 56, col 9, 'Raven' is not defined.
3 errors
===== 10 JSHint Errors
Build successful - 1641ms.
Slowest Trees | Total
----------------------------------------------+---------------------
broccoli-persistent-filter:Babel > [Babel:... | 275ms
JSHint app | 149ms
SourceMapConcat: Concat: Vendor /assets/ve... | 89ms
broccoli-persistent-filter:Babel | 85ms
broccoli-persistent-filter:Babel | 82ms
Slowest Trees (cumulative) | Total (avg)
----------------------------------------------+---------------------
broccoli-persistent-filter:Babel > [Ba... (2) | 294ms (147 ms)
broccoli-persistent-filter:Babel (5) | 257ms (51 ms)
JSHint app (1) | 149ms
SourceMapConcat: Concat: Vendor /asset... (1) | 89ms
broccoli-persistent-filter:TemplateCom... (2) | 88ms (44 ms)
I wanna know where is wrong.
By the way,this step I followed the some ISSUES,if I just follow the Documentation to install portia by docker(docker build -t portia .
),when I run the portia,the http://localhost:9001/static/index.html will show me nothing.
So,how to install portia2.0 correctly by docker?Could someone help me?