I am using npm link to add my local modules into my app. It works totally fine on my local machine, but when I run grunt and push it to Heroku, it says my module is not found!!
I have everything in one single repo. Should I pay $7/month for NPM private repositories? Thats my last resort...
Any ideas how to get this working?
P.S. publishing my private modules into public NPM is not an option, it is a database schemas module used throughout multiple apps. I didn't want to copy and paste my database schemas everywhere
Copying the local modules manually into node_modules is also not an option because of Windows filename size limit for Git:
fatal: unable to stat : Filename too long
Use --force to continue.