-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Fails #9
Comments
|
add |
Again:
|
this stuff is not ready for production use:
|
``
$ yarn run build
yarn run v1.19.1
$ rollup -c
src/index.js → dist/index.js, dist/index.es.js...
[!] (plugin babel) Error: Cannot find module './_baseToString'
src/index.js
Error: Cannot find module './_baseToString'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/home/docker/.cache/yarn/v6/.tmp/4ae158f9f1c6f799bb648d435768fc34.3033f70c462a618a6f24fa49d809e616db4c74ec.prepare/node_modules/lodash/toString.js:1:20)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
``
The text was updated successfully, but these errors were encountered: