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

bluebird as a dependency #74

Closed
mario-jerkovic opened this issue Oct 31, 2017 · 1 comment
Closed

bluebird as a dependency #74

mario-jerkovic opened this issue Oct 31, 2017 · 1 comment

Comments

@mario-jerkovic
Copy link

mario-jerkovic commented Oct 31, 2017

After updating to any version >= 0.3.x my build config is failing as the utils.js has an require to bluebird but that package is listed as an devDependency but mkdirp is in dependencies

Error: Cannot find module 'bluebird'
    at Function.Module._resolveFilename (module.js:513:15)
    at Function.Module._load (module.js:463:25)
    at Module.require (module.js:556:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/mariojerkovic/Documents/Projects/.../node_modules/autodll-webpack-plugin/lib/utils/fs.js:8:17)
    at Module._compile (module.js:612:30)
    at Module._extensions..js (module.js:623:10)
    at Object.require.extensions.(anonymous function) [as .js] (/Users/mariojerkovic/Documents/Projects/.../node_modules/babel-watch/runner.js:63:7)
    at Module.load (module.js:531:32)
    at tryModuleLoad (module.js:494:12)
@asfktz
Copy link
Owner

asfktz commented Nov 10, 2017

Thanks for the reporting and providing a solution, @mario-jerkovic!
A released a new version with a fix (0.3.5)

@asfktz asfktz closed this as completed Nov 10, 2017
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