keithg Posted August 1, 2019 Share Posted August 1, 2019 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 Link to comment Share on other sites More sharing options...
dinesh badrukhiya Posted August 1, 2019 Share Posted August 1, 2019 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 More sharing options...
keithg Posted August 1, 2019 Author Share Posted August 1, 2019 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 More sharing options...
dinesh badrukhiya Posted August 1, 2019 Share Posted August 1, 2019 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 More sharing options...
keithg Posted August 1, 2019 Author Share Posted August 1, 2019 ~$ 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 More sharing options...
dinesh badrukhiya Posted August 1, 2019 Share Posted August 1, 2019 Are you using which version of node? Link to comment Share on other sites More sharing options...
keithg Posted August 1, 2019 Author Share Posted August 1, 2019 (edited) node : v12.4.0 npm : v6.10.1 Edited August 1, 2019 by keithg (see edit history) Link to comment Share on other sites More sharing options...
dinesh badrukhiya Posted August 1, 2019 Share Posted August 1, 2019 You have to use node version 8. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now