-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Warning: flatten is not a function #68
Comments
@liliansousa Thanks for the issue! If you're reporting a bug, please be sure to include:
|
I have the same problem: Warning: flatten is not a function Use --force to continue https://stackoverflow.com/questions/59155976/warning-flatten-is-not-a-function-use-force-to-continue I noticed that if I downgrade grunt-assemble from 0.6.0 to 0.4.0 this issue disappears. May be somebody has a fix for this problem? |
@liliansousa thank you for the issue. I started looking into this last week but didn't finish fixing it due to Thanksgiving. I think I have a fix and will try to get it pushed up soon. Your comment about the versions in the lock file helped. |
@liliansousa and @StanislavMachel please try getting the latest modules and running your build now. I patched a dependency to ensure the correct version of |
@doowb Thanks! Now all works properly. |
Thanks for verifying! I'm going to close this issue now, but @liliansousa if you still have an issue, please let me know so I can look into it further. |
Using assemble with multiple subtasks is returning an issue with a dependency
Running "assemble:localhost" (assemble) task
Warning: flatten is not a function Use --force to continue.
Users that installed it and the lock is array-flatten - version: 3.0.0 is not working but the assemble subtasks are working with the old one "version": "2.1.2",
The text was updated successfully, but these errors were encountered: