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
Hi Guys, nothing critical, I just to report that you need to include , the 'split' npm module inside the dependencies block of your module , instead of dev dependencies at package.json, because in the main file you are using it. I identified it because when I installed the module from npm allways would received the error : "split module not found"
The text was updated successfully, but these errors were encountered:
Hi Guys, nothing critical, I just to report that you need to include , the 'split' npm module inside the dependencies block of your module , instead of dev dependencies at package.json, because in the main file you are using it. I identified it because when I installed the module from npm allways would received the error : "split module not found"
The text was updated successfully, but these errors were encountered: