-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install error #1
Comments
Hello @Bodarev I will try myself tomorrow morning. |
I've just tried and I forgot something on the setup guide. But you have two things left to do: const path = require('path');
const vendorUiPath = path.resolve(__dirname, 'vendor/monofony/ui-bundle');
const build = require('./config-builder');
const backendConfig = build('backend', `./assets/backend/`, vendorUiPath); // for admin
const frontendConfig = build('frontend', `./assets/frontend/`, vendorUiPath); // for front
module.exports = [backendConfig]; // for admin only
// module.exports = [frontendConfig]; // for front only
module.exports = [backendConfig, frontendConfig]; // both front and admin and uncomment the two lines to build both admin and front (as my code above). yarn build |
Thank you for reporting this, I will edit the doc asap. |
i installed monofony/monofonfy succesful. before i tried install monofony/front-pack and have following error: http://joxi.ru/p27VRYviNqoNGm . Please help
The text was updated successfully, but these errors were encountered: