Jump to content

Vue file in prestashop does not changed after modification


keithg

Recommended Posts

58 minutes ago, keithg said:

hello

i have chanegd the vue file (/var/www/html/prestashop176/admin990ead89f/themes/new-theme/js/app/pages/stock/components/overview/product-line.vue) but changes does not effect.

i tried to compile via "https://devdocs.prestashop.com/1.7/development/compile-assets/" but this not useful can you please give me exact step to comile this file

 

Do you have any error while compiling assets? Or it's compiled successfully?

Link to comment
Share on other sites

it shows error

npm ERR! enoent ENOENT: no such file or directory, open '/var/www/html/prestashop176/admin990ead89f/themes/new-theme/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

Link to comment
Share on other sites

6 hours ago, keithg said:

hello

i have chanegd the vue file (/var/www/html/prestashop176/admin990ead89f/themes/new-theme/js/app/pages/stock/components/overview/product-line.vue) but changes does not effect.

i tried to compile via "https://devdocs.prestashop.com/1.7/development/compile-assets/" but this not useful can you please give me exact step to comile this file

 

Can you please let me know steps and command you have processed to compile assets?

Link to comment
Share on other sites

~$ cd /var/www/html/prestashop176/admin990ead89f/themes/new-theme
ak@ak:/var/www/html/prestashop176/admin990ead89f/themes/new-theme$ npm install
npm WARN saveError ENOENT: no such file or directory, open '/var/www/html/prestashop176/admin990ead89f/themes/new-theme/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/var/www/html/prestashop176/admin990ead89f/themes/new-theme/package.json'
npm WARN new-theme No description
npm WARN new-theme No repository field.
npm WARN new-theme No README data
npm WARN new-theme No license field.

audited 688 packages in 1.326s
found 54 vulnerabilities (10 low, 44 high)
  run `npm audit fix` to fix them, or `npm audit` for details
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...