NexoPOS
NexoPOS copied to clipboard
[Issue] npm run build error NexoPos 5.2.3
Describe the bug I got an issue when running command npm run build. but running well when i run php artisan serve
To Reproduce Steps to reproduce the behavior:
- run composer install
- npm install
- npm run build
- See error
Expected behavior The Asset can build for production perfectly
Screenshots
Environment:
- NexoPOS vesrion: 5.2.3
- Node version: 18.17.0
Hi, thank you for reporting this. Vue doesn't seems installed, have you tried:
npm run install
This should install the node packages. Let us know how it goes.
@Blair2004 your package.json is not included the Vue library, can you please add it?
Thank you for reporting... added here https://github.com/Blair2004/NexoPOS/commit/170a7d72aa0dc8c47f979fff880b33425dbdb5bc Use this branch