I am trying to install wise using docker but it fails.This is in my npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'run',
1 verbose cli 'test-wise5-watch' ]
2 info using n...@4.0.3
3 info using no...@v6.10.0
4 verbose config Skipping project config: /home/wise/.npmrc. (matches userconfig)
5 verbose stack Error: missing script: test-wise5-watch
5 verbose stack at run (/usr/local/lib/node_modules/npm/lib/run-script.js:151:19)
5 verbose stack at /usr/local/lib/node_modules/npm/lib/run-script.js:61:5
5 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:356:5
5 verbose stack at checkBinReferences_ (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:320:45)
5 verbose stack at final (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:354:3)
5 verbose stack at then (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:124:5)
5 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:311:12
5 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
5 verbose stack at tryToString (fs.js:455:3)
5 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:442:12)
6 verbose cwd /home/wise
7 error Linux 4.19.76-linuxkit
8 error argv "/usr/bin/nodejs" "/usr/local/bin/npm" "run" "test-wise5-watch"
9 error node v6.10.0
10 error npm v4.0.3
11 error missing script: test-wise5-watch
12 error If you need help, you may report this error at:
12 error <
https://github.com/npm/npm/issues>
13 verbose exit [ 1, true ]