Jump to content

jquery is not defined, fresh 8.1.7 install


Recommended Posts

Issue seems related with not success on 'make assets' command.

it ended with:

10% building 0/1 entries 1/1 dependencies 0/1 modules/var/www/prestashop/web/themes/node_modules/loader-runner/lib/LoaderRunner.js:119
                        throw new Error("callback(): The callback was already called.");
                              ^

Error: callback(): The callback was already called.
    at context.callback (/var/www/prestashop/web/themes/node_modules/loader-runner/lib/LoaderRunner.js:119:10)
    at Object.ESBuildLoader (/var/www/prestashop/web/themes/node_modules/esbuild-loader/dist/loader.js:62:9)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Link to comment
Share on other sites

Problem was fixed, fixing 'make assets' issue.
'make assets' not work at first because the node version incompatible, we had 18.
switching to node 16 solve the problem, and assets were created successfully.

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...