Hello,
I’m trying to migrate my manual install from 0.61 to 0.63 but I am facing the same issue as https://github.com/RocketChat/Rocket.Chat/issues/10038 however I was not able to locate the npmrc file to delete as there isn’t a single isntance of this file on my server. The RC server is running with a dedicated RC user whose shell is redirected to /bin/false
and home is /var/www/rocketchat
(the tarball is extracted in /var/www/rocketchat/bundle
.
I also tried, after stopping all my Node-related services, to clean and reinstall my Node+NPM environment. My RC is ran with a service script but the issue also exists when launching manually the server.
I realize it’s more of a Node related issue than a RC one but since it already happened to someone I think some people may have more specific pointer.
Any help will be greatly appreciated!
Setup:
Manual install from tarball
Ubuntu 16.04
NPM up-to-date
Node 8.9.3 (version used managed with n)