the solution is
install nodejs without npm
Fixing npm On Mac OS X for Homebrew Users
Installing node through Homebrew can cause problems with npm for
globally installed packages. To fix it quickly, use the solution below.
An explanation is also included at the end of this document.
Solution
This solution fixes the error caused by trying to run npm update npm -g. Once you're finished, you also won't need to use sudo to install...
Sep 22, 2018
Sep 21, 2018
[SOLVED] Error: EACCES: permission denied
the issue are :
oh oh Error: EACCES: permission denied, open '/usr/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.bash'
npm package fails to install "npm ERR! Error: EACCES: permission denied"
can not install serverless on Mac Os
the solution is :
sudo ln -sf /usr/local/Cellar/node/6.0.0/lib/node_modules/serverless/bin/serverless /usr/local/bin/serverless
...
Sep 2, 2018
create manual tabs on odoo 11 without snippet
just put this code to your view
<div>
<!-- Thumbnail -->
<div class="oe_snippet_thumbnail">
<img class="oe_snippet_thumbnail_img" src="/website_tabs/static/src/img/thumbnail.png" />
...
Subscribe to:
Posts (Atom)