Ask, reply and learn. Join the community of Akaunting.
Hi,
when I install npm
vue2-transitions@0.2.3 invalid
other packages are loading successfully.
but "npm run" does not work because this package could not be loaded
vue2-transitions@0.2.3 invalid
Hi,
I solve this using a node 10 version using nvm https://github.com/nvm-sh/nvm
Try
```
node --version
npm cache clear --force
npm install
npm run dev
```
Showing 1 to 2 of 2 discussions