Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm run standard error #1171

Closed
kfw9257 opened this issue Aug 2, 2018 · 0 comments

Comments

@kfw9257
Copy link

commented Aug 2, 2018

What version of standard?

11.0.1

What operating system, Node.js, and npm version?

OS: Windows 10 , Node.js version 8.11.1, and NPM version 6.3.0

What did you expect to happen? npm run standard should run without issue

What actually happened?

Got the following error:

C:\Users\kfw92_000\Desktop\website_projects\Assets>npm run standard

"" standard C:\Users\kfw92_000\Desktop\website_projects\Assets
standard

standard: Unexpected linter output:

Error: EPERM: operation not permitted, scandir 'C:\Users\kfw92_000\Desktop\website_projects\Assets\public\fonts'

If you think this is a bug in standard, open an issue: https://github.com/standard/standard/issues
glob error { Error: EPERM: operation not permitted, scandir 'C:\Users\kfw92_000\Desktop\website_projects\Assets\public\fonts'
errno: -4048,
code: 'EPERM',
syscall: 'scandir',
path: 'C:\Users\kfw92_000\Desktop\website_projects\Assets\public\fonts' }
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! "" standard: standard
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the "" standard script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\kfw92_000\AppData\Roaming\npm-cache_logs\2018-08-02T19_04_23_746Z-debug.log

@kfw9257 kfw9257 closed this Aug 3, 2018

@lock lock bot locked as resolved and limited conversation to collaborators Nov 1, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
1 participant
You can’t perform that action at this time.