-
-
Notifications
You must be signed in to change notification settings - Fork 805
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
Update recipes #3919
Update recipes #3919
Conversation
|
styled components is broken `Loaded env from /Users/pedrosg/Coding/Elite/test-app/.env.local ERROR The "path" argument must be of type string or an instance of Buffer or URL. Received undefined node:fs:586:10
ERROR • node:fs:462 readFileSync • installer.cjs:350 generateDiff • task_queues:96 processTicksAndRejections |
Hello, I'm facing the same issue : 2024-01-27 15:39:39.949 ERROR [] TypeError The "path" argument must be of type string or an instance of Buffer or URL. Received undefined, value() { return `${this.name} [${key}]: ${this.message}`; }, ERR_INVALID_ARG_TYPE error stack: • fs Object.openSync fs:592 • fs Object.readFileSync fs:468 • installer.cjs /recipe-install/node_modules/blitz/dist/installer.cjs:478 • • installer.cjs fulfilled /recipe-install/node_modules/blitz/dist/installer.cjs:439 • task_queues processTicksAndRejections internal/process/task_queues:95` Trying to install those receips :
When the process is on step "Generating diff file...." it run undefinitely. Using blitz version 2.0.3 Best regards |
@Mistermasque Sounds like it's worth watching #4287 |
Closes #3904