steemit / libcrypto-js

Cryptographic utilities for Steem in Javascript. Zero dependencies.
5 stars 17 forks source link

Build script error #14

Closed jnordberg closed 6 years ago

jnordberg commented 6 years ago

Error: Cannot find module './lib/file'

yarn install v1.2.1
[1/4] 🔍  Resolving packages...
success Already up-to-date.
$ ./scripts/build.js
module.js:538
    throw err;
    ^

Error: Cannot find module './lib/file'
    at Function.Module._resolveFilename (module.js:536:15)
    at Function.Module._load (module.js:466:25)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/jnordberg/Development/steemit/steem-crypto-js/scripts/build.js:8:12)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
error Command failed with exit code 1.