You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
I am currently trying to use cukestall in a more recent project. I fixed a lot of wold dependencies already by just removing the node_modules and using global ones.
Problem remaining is browserify, because seems like you are using append() and prepend() which are not available anymore. But using the old browserify version will break a lot of other things, so I wanted to migrate the script.
Any ideas on this? Or is there another alternative to cukestall meanwhile for this kind of task?
Hi,
I am currently trying to use cukestall in a more recent project. I fixed a lot of wold dependencies already by just removing the node_modules and using global ones.
Problem remaining is browserify, because seems like you are using append() and prepend() which are not available anymore. But using the old browserify version will break a lot of other things, so I wanted to migrate the script.
Any ideas on this? Or is there another alternative to cukestall meanwhile for this kind of task?
Thanks!