canvas-ui icon indicating copy to clipboard operation
canvas-ui copied to clipboard

Fixed build issues

Open tifrel opened this issue 4 years ago • 1 comments

Building deasync requires node-gyp:

Usage Error: Couldn't find a script name "node-gyp" in the top-level (used by deasync@npm:0.1.21). This typically happens because some package depends on "node-gyp" to build itself, but didn't list it in their dependencies. To fix that, please run "yarn add node-gyp" into your top-level workspace. You also can open an issue on the repository of the specified package to suggest them to use an optional peer dependency.

Building [email protected] fails on M1, because support was never added for that version:

HTTPError: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v9.4.1/electron-v9.4.1-darwin-arm64.zip

tifrel avatar Oct 15 '21 19:10 tifrel

No body meets this error? I meet this error too, but seems no one merges this pr.

Daryl-L avatar Jan 22 '22 04:01 Daryl-L