taobataoma / meanTorrent

meanTorrent - MEAN.JS BitTorrent Private Tracker - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, A BitTorrent Private Tracker CMS with Multilingual, and IRC announce support, CloudFlare support. Demo at:
https://mean.im
Other
490 stars 146 forks source link

Error starting meanTorrent #82

Open STX2k opened 5 years ago

STX2k commented 5 years ago

Hi,

i get this error if i try to start the tracker. Can someone help me?

OS: CentOS 7 Node: v8.12.0 npm: 6.4.1

[swajx@waad meanTorrent]# npm start
> meanTorrent@0.1.0 start /opt/meanTorrent
> gulp

[08:28:09] Using gulpfile /opt/meanTorrent/gulpfile.js
[08:28:09] Starting 'default'...
[08:28:10] Starting 'env:dev'...
[08:28:10] Finished 'env:dev' after 78 μs
[08:28:10] Starting 'copyLocalEnvConfig'...
[08:28:10] Starting 'makeUploadsDir'...
[08:28:10] Finished 'makeUploadsDir' after 1.95 ms
[08:28:10] Finished 'copyLocalEnvConfig' after 7.75 ms
[08:28:10] Starting 'lint'...
[08:28:10] Starting 'less'...
Potentially unhandled rejection [2] '../../../../public/lib/bootstrap/less/mixins/text-emphasis.less' wasn't found. Tried - /opt/meanTorrent/public/lib/bootstrap/less/mixins/text-emphasis.less,../../../../public/lib/bootstrap/less/mixins/text-emphasis.less in file /opt/meanTorrent/modules/core/client/less/mt-var.less line no. 4
taobataoma commented 5 years ago

@STX2k Please check the old issues, many issue are the same problem, or reinstall bootstrap with command 'bower install bootstrap'.