Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upnpm run standard error #1171
Comments
kfw9257
closed this
Aug 3, 2018
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.
kfw9257 commentedAug 2, 2018
•
edited
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/issuesglob 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:
standardnpm 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