You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Sometimes when you try running 0x-launch-kit on Windows you'll get an error like this:
Error: Cannot find module './build/Release/scrypt'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:603:15)
at Function.Module._load (internal/modules/cjs/loader.js:529:25)
at Module.require (internal/modules/cjs/loader.js:658:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.<anonymous> (C:\Users\leonidlogvinov\0x-launch-kit\node_modules\scrypt\index.js:3:20)
at Module._compile (internal/modules/cjs/loader.js:722:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:733:10)
at Module.load (internal/modules/cjs/loader.js:620:32)
at tryModuleLoad (internal/modules/cjs/loader.js:560:12)
at Function.Module._load (internal/modules/cjs/loader.js:552:3)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
We are aware of that problem but it seems to stem from one of our dependencies, and is an issue shared across many Ethereum dev tools.
Here is the list of issues on other projects related to it that might help you resolve it:
Sometimes when you try running
0x-launch-kit
on Windows you'll get an error like this:We are aware of that problem but it seems to stem from one of our dependencies, and is an issue shared across many Ethereum dev tools.
Here is the list of issues on other projects related to it that might help you resolve it:
The text was updated successfully, but these errors were encountered: