When I run any heroku command or open a page that the user is not subscribed to. This is the only mistake I get over and over again.
Today I deleted Heroku tmp, but after that I pushed the application, an error occurred unexpectedly.
When I go to the application, it opens if the user has logged in, but when opening incognito he has an error, checking the logs with the same error below
Can anyone help me on this?
module.js:491 throw err; Error: Cannot find module 'universalify' at Function.Module._resolveFilename (module.js:489:15) at Function.Module._load (module.js:439:25) at Module.require (module.js:517:17) at require (internal/module.js:11:18) at Object.<anonymous> (/home/ubuntu/.local/share/heroku/client/node_modules/fs-extra/lib/fs/index.js:3:11) at Module._compile (module.js:573:30) at Object.Module._extensions..js (module.js:584:10) at Module.load (module.js:507:32) at tryModuleLoad (module.js:470:12) at Function.Module._load (module.js:462:3) module.js:491 throw err; ^ Error: Cannot find module 'universalify' at Function.Module._resolveFilename (module.js:489:15) at Function.Module._load (module.js:439:25) at Module.require (module.js:517:17) at require (internal/module.js:11:18) at Object.<anonymous> (/home/ubuntu/.local/share/heroku/client/node_modules/fs-extra/lib/fs/index.js:3:11) at Module._compile (module.js:573:30) at Object.Module._extensions..js (module.js:584:10) at Module.load (module.js:507:32) at tryModuleLoad (module.js:470:12) at Function.Module._load (module.js:462:3) ! error getting commands pid 14405 exit 1
source share