Answer the question
In order to leave comments, you need to log in
How to fix BEM installation error?
I am installing project-stub .
The following error occurs:
> bower-npm-install
D:\node-project\awano\node_modules\bower-npm-install\node_modules\update-notifie
r\node_modules\configstore\index.js:74
throw err;
^
Error: EPERM, operation not permitted 'C:\Users\antonowano\.config\configstore\u
pdate-notifier-bower-npm-install.yml'
D:\node-project\awano>node -v && npm -v
v0.12.0
2.5.1
Answer the question
In order to leave comments, you need to log in
Judging by the message, there is a problem with write permissions, probably to the C:\Users\antonowano\.config\configstore folder .
The error is related to an attempt to check if the bower package is up to date .
You need to make sure bower is installed, also try clearing the npm cache and updating the global packages:
npm i -g bower
npm cache clean
npm update -g
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question