Hi all,
same here on Debian 9. It can be resolved with
$ sudo chown -R frappe:frappe /usr/lib/node_modules
With that, the new yarn works like a charm.
Note: yarn.lock should be added to the .gitignore file.
Hi all,
same here on Debian 9. It can be resolved with
$ sudo chown -R frappe:frappe /usr/lib/node_modules
With that, the new yarn works like a charm.
Note: yarn.lock should be added to the .gitignore file.