graphman65 / linter-vhdl

Atom vhdl linter
https://atom.io/packages/linter-vhdl
MIT License
6 stars 2 forks source link

Installing linter-vhdl failed #8

Closed coratano closed 6 years ago

coratano commented 6 years ago

When I install linter-vhdl 1.1.4, Installing failed. It is error message.

events.js:160 throw er; // Unhandled 'error' event ^

Error: EPERM: operation not permitted, open 'C:\Users\JMYI.atom\packages\linter-vhdl\examples\main.vhd' at Error (native)

How can I fix it?

atom 1.26.0 linter 2.2.0 linter-ui-default 1.7.1

Arcanemagus commented 6 years ago

Shut down Atom and try deleting that folder manually in File Explorer. Once C:\Users\JMYI\.atom\packages\linter-vhdl has been removed, re-install the package from within Atom or by running apm install linter-vhdl.