Skip to content

This doesn't work anymore #55

@danieldanielecki

Description

@danieldanielecki

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions