The installation with yarn install/yarn dev is no longer working. This is both for master and typescript branch.
The master branch in a browser shows only black screen on the localhost:3000 with some errors in the console:
Failed to load resource: the server responded with a status of 404 (Not Found)
:3000/assets/import/LARGE.DAT:1 Failed to load resource: the server responded with a status of 404 (Not Found)
index.js:311 Uncaught TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.
at fromObject (index.js:311)
at from (index.js:137)
at Function.push../node_modules/buffer/index.js.Buffer.from (index.js:149)
at new palette (palette.js:10)
at LoaderPlugin.<anonymous> (world.js:26)
at LoaderPlugin.emit (index.js:181)
at LoaderPlugin.loadComplete (LoaderPlugin.js:900)
at LoaderPlugin.fileProcessComplete (LoaderPlugin.js:883)
at LoaderPlugin.nextFile (LoaderPlugin.js:827)
at BinaryFile.onLoad (File.js:331)
The typescript branch has local hardcoded dependency pngjs (see issue #54). Even when setting this as latest it complains about node_modules/fsevents/fsevents.node file. This file can be cleaned up and the error disappears. However, then in a terminal I can see another error (node:7713) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'assets/import/PAL_MSTR.BMP' and Electron's starting page.
Can you please take a look into these issues and let us know?
The installation with
yarn install/yarn devis no longer working. This is both formasterandtypescriptbranch.The
masterbranch in a browser shows only black screen on thelocalhost:3000with some errors in the console:The
typescriptbranch has local hardcoded dependency pngjs (see issue #54). Even when setting this aslatestit complains aboutnode_modules/fsevents/fsevents.nodefile. This file can be cleaned up and the error disappears. However, then in a terminal I can see another error(node:7713) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'assets/import/PAL_MSTR.BMP'and Electron's starting page.Can you please take a look into these issues and let us know?