Skip to content
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

lib/index.js is missing in the published package #138

Closed
hakatashi opened this issue May 10, 2017 · 2 comments
Closed

lib/index.js is missing in the published package #138

hakatashi opened this issue May 10, 2017 · 2 comments

Comments

@hakatashi
Copy link

$ yarn list umzug
yarn list v0.20.3
├─ sequelize-cli@2.7.0
│  └─ umzug@1.12.0
└─ umzug@2.0.0
Done in 1.79s.

$ ls node_modules/umzug
CHANGELOG.md  LICENSE  README.md  gulpfile.js  node_modules  package.json  src  test  yarn.lock

$ node
> const umzug = require('umzug')
Error: Cannot find module 'umzug'
    at Function.Module._resolveFilename (module.js:470:15)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at repl:1:14
    at ContextifyScript.Script.runInThisContext (vm.js:23:33)
    at REPLServer.defaultEval (repl.js:336:29)
    at bound (domain.js:280:14)
    at REPLServer.runBound [as eval] (domain.js:293:12)
    at REPLServer.onLine (repl.js:533:10)
>

Related: tsg-ut/mnemo#272

@hakatashi
Copy link
Author

2.0.1 seems to work well. Thanks!

@jukkah
Copy link
Contributor

jukkah commented May 10, 2017

Yeah, that build was broken. Thanks for reporting. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants