Andrii Lundiak

Results 41 comments of Andrii Lundiak

Not sure how relevant my comment is going to be here, but if issue still open, and I've recently spotted on the same error, I decided to add my 5...

My config: Node 4.4.0, eslint 4.3.0. ``` [email protected] node_modules\eslint-plugin-require-path-exists ├── [email protected] ├── [email protected] ([email protected]) └── [email protected] ([email protected], [email protected], [email protected], [email protected]) ``` And I have: ``` Warning: Failed to load plugin...

I have the same. What suggestions? Anyway will be doing research. I recently fixed OpenCV issue for CentOS (https://github.com/ageitgey/face_recognition/issues/191#issuecomment-350223266), and I will try to research this NodeJS issue - maybe...

Any updates on this? I always used `grunt-eslint`, but just matter of curiosity, why we have almost similar tasks at the first look of goals and needs. Any thoughts or...

This time, I have iTunes `v12.8`, MacOS `v10.13.6`, node `v10.11.0`, `npm v6.4.1`. I installed [email protected] locally, and I tried with initial version of itunes-data. Here is is my npm scripts:...

Issue still reproduced. Here is my latest commands setup: ``` "scripts": { "libJson": "itunes-data --library data/library.json ~/Music/iTunes/iTunes\\ Music\\ Library.xml", "libCsv": "itunes-data --library data/library.csv ~/Music/iTunes/iTunes\\ Music\\ Library.xml", "libTsv": "itunes-data --library data/library.tsv...

@jtoar yes, similar: ``` yarn rw prisma migrate dev Running Prisma CLI... $ yarn prisma migrate dev --schema /Users/lund/projects/sandbox_backend/RedwoodJS/my-redwood-project-2023/api/db/schema.prisma Environment variables loaded from .env Prisma schema loaded from api/db/schema.prisma Datasource...

UPD: prisma@npm:5.7.0 (looked up in yarn.lock). And I see that almost latest: https://github.com/prisma/prisma/releases > ✨ In this release, we improved the SQL queries Prisma Client generates for you with two...