There are currently no alpha releases of Traq 4 as I'm doing a complete rewrite of it, but now that it is somewhat usable I will see about releasing alpha.
I've tried to install it but there are some errors:
First, when running yarn dev:
ERROR in multi ./resources/js/installer.js
Module not found: Error: Can't resolve 'D:\xampp\htdocs\traq\resources\js\installer.js' in 'D:\xampp\htdocs\traq'
@ multi ./resources/js/installer.js /js/installer[0]
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @ development: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the @ development script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Maicol\AppData\Roaming\npm-cache\_logs\2019-11-24T10_13_12_659Z-debug.log
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Second, when you run the installer after the database setup:
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`))
Comments
There are currently no alpha releases of Traq 4 as I'm doing a complete rewrite of it, but now that it is somewhat usable I will see about releasing alpha.
Ok, Keep me updated!
The latest Traq 4.0 is now available in the
development
branch: https://gitlab.com/nirix/traq/tree/developmentPerfect! 👍️
I've tried to install it but there are some errors:
First, when running yarn dev:
Second, when you run the installer after the database setup:
The javascript/yarn issue should be fixed. As for the installer issue,
I will look into it.Should be fixed now.Are you using MySQL, MariaDB, PostgreSQL or SQLite? and which version?
I haven't had these issues come up on MySQL or PostgreSQL. https://travis-ci.org/nirix/traq/jobs/616653573
I'm using MariaDB 10.1.34 (XAMPP)
Works with MySQL