I
I
Ivan Antonov2015-03-04 22:56:36
Node.js
Ivan Antonov, 2015-03-04 22:56:36

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

1 answer(s)
I
i, 2015-03-04
@antonowano

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 question

Ask a Question

731 491 924 answers to any question