-
Notifications
You must be signed in to change notification settings - Fork 7
Description
D:\DataSoft\TS\blinky>yarn
yarn install v1.9.4
info No lockfile found.
[1/4] Resolving packages...
warning @electron-lang/electron > electro-grammar > nearley > [email protected]: Package no longer supported. Contact [email protected] for more info.
info There appears to be trouble with your network connection. Retrying...
[2/4] Fetching packages...
[---------------------------------------------------------------------------------------------------------------] 0/392(node:15500) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
[1/2] ⠄ libyosys
error D:\DataSoft\TS\blinky\node_modules\libyosys: Command failed.
Exit code: 2
Command: prebuildify-load || make
Arguments:
Directory: D:\DataSoft\TS\blinky\node_modules\libyosys
Output:
make: *** No targets specified and no makefile found. Stop.
D:\DataSoft\TS\blinky>npm install libyosys
npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info.
[email protected] install D:\DataSoft\TS\blinky\node_modules\libyosys
prebuildify-load || make
make: *** No targets specified and no makefile found. Stop.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] install: prebuildify-load || make
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] install script.