Ask, reply and learn. Join the community of Akaunting.
Hi,
when I install npm
[email protected] invalid
other packages are loading successfully.
but "npm run" does not work because this package could not be loaded
[email protected] 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