You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, sorry for the late response ! This error seems to result from an incorrect version of nuxt. ezPAARSE depends on Nuxt 2, but the version 3 has been installed for some reason, and that causes @nuxtjs/axios to fail due to an incompatibility.
The command npm i -g nuxt may have installed the version 3 of Nuxt globally, however this version should not have an effect since ezPAARSE ships with its own version. Did you notice any error during the installation of ezPAARSE dependencies ? You can reinstall them with the command make libs (which is also part of make and make update).
EZPaarse will not start with the latest update on an Amazon Linux 2023 ARM server. It's giving the following error when trying to run "make update":
Tried running this command:
npm i -g nuxt
, but same result when re-runningmake update
. Please advise.The text was updated successfully, but these errors were encountered: