I am trying to workring with Arima on Ionic, but I get this error
CodePudding user response:
Delete node-modules folder and package-lock.json from your project.
Run the below command on root project directory.
npm install --force
and try running again.

