Hi
we are unable to install the script locally. please see the screenshot and guide.
tks Selvan
- MSAnswered
Hello,
There was few errors and bugs those are fixed. We can’t really update or help you check the modified versions as we have no clue of the changes and that might result in loosing the changes made before. Please check with your developer as they can compare the version and apply changes.
Thank you
- RSAnswered
Hi
Ok we installed the new version of the script and working on removing the menus for staff user.
We actually worked on the file: sidebarcomponent.vue
We are renaming the above file, which is used to show menu in admin & staff dashboard but even then the menus are visible, pls let us know, how you applied those. Means have you applied any caching system? Or let us know the file name.
Thanks
- MSAnswered
Hello,
Once you modify the vue file, you will need to build the app again. If you are developer you can run the dev command to see the changes live.
Your browser might cache the js files so clear the cache before testing the build.
Thank you
- RSAnswered
Hi
We cleared the bowser cache many times & even renamed the file. but changes were not reflecting.
Along with this, we also run some commands to clear the cache but no effect Commands we run : php artisan cache : clear php artisan config : clear hp artisan rourte : clear
Let us know, if have to run any other command for changes to reflect
And what you mean by build the app again? Do we need to re install the script with the modified vue file?
Thanks
- MSAnswered
Hello,
You will need to run
npm i && npm run build
command after you have changed any vue file. Please check with your developer who modified the item before.Thank you
- RSAnswered
Hello
Even after running this command we receive an error:
npm is not installed bash: npm: command not found
npm is required for node.js only, right?
Please advise
Please also advise how much would you charge to remove some of the menus for STAFF login.
Thanks
- MSAnswered
Hello,
You can google for these type of errors. These are not item related but setup.
You don’t have node installed on machine and can’t run
npm
commands. Please install node and try again.Thank you
- Login to Reply