Description
I am trying to install Rocket Chat on a Heroku server through the one click functionality offered on the website, however, the build process seems to hang on updating the npm packages:
-----> Building Meteor app with ROOT_URL: https://name-of-app.herokuapp.com
Livechat: updating npm dependencies – uglify-js…
Has anyone experienced this before? Or know how to fix this issue?
Server Setup Information
- Version of Rocket.Chat Server:
- Operating System: Heroku
- Deployment Method: Heroku One-Click from the Rocket chat website.
- Number of Running Instances: 0
- DB Replicaset Oplog: NA
- NodeJS Version: v12.16.1
- MongoDB Version: NA
- Proxy:
- Firewalls involved:
Any additional Information
Here are the current logs:
Running npm-postinstall.js
npm WARN The package eslint-plugin-import is included as both a dev and production dependency.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/watchpack/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/mocha/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: canvas@1.3.12 (node_modules/canvas):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: canvas@1.3.12 install: node-gyp rebuild
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
added 3890 packages from 2980 contributors and audited 3987 packages in 193.823s
139 packages are looking for funding
run npm fund
for details
found 2175 vulnerabilities (1506 low, 9 moderate, 660 high)
run npm audit fix
to fix them, or npm audit
for details
=> Errors while parsing arguments:
While adding package rocketchat:lib:
error: no such package
-----> Running before bundling
-----> Installing phantomjs.
-----> Building Meteor app with ROOT_URL: https://name-of-app.herokuapp.com
Livechat: updating npm dependencies – uglify-js…