Closed andersevenrud closed 6 years ago
I have not been able to reproduce, but I will try this on a separate computer tomorrow.
I thinks it's better to provide some information about my env to help you reproduce this error. So, these are the info:
Linux Ubuntu v18.04 x86_64
node v11.0.0
npm v6.4.1
OS.js v3.0.0-alpha.27
osjs-cli v3.0.1
@smrsan76 It just dawned on me.... I know what this is now. The errors are from failure to remove directories -- and these directories does not exist in v3.
I now remember that you initially checked out the v2 branch and probably built that -- which left some invalid files in the dist/
directory.
@smrsan76 So the "fix" here is actually to remove the contents of dist/
.
A user reported a strange issue when doing package discovery. I added a patch to not make it crash, and this was the response.
I've just done this instruction to install os.js and it's third-party package:
git clone git@github.com:os-js/OS.js.git
git checkout v3
npm i
npm i -S @osjs/xterm-application
npm run package:discover
npm run build
npm run serve
Ref: https://github.com/os-js/osjs-xterm-application/issues/4