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

Update recipes #3919

Merged
merged 6 commits into from
Oct 25, 2022
Merged

Update recipes #3919

merged 6 commits into from
Oct 25, 2022

Conversation

dillondotzip
Copy link
Member

@dillondotzip dillondotzip commented Oct 19, 2022

Closes #3904

  • Material-ui
  • graphql-apollo-server
  • base-web
  • bulma
  • bumbag-ui
  • chakra-ui
  • emotion
  • gh-action-yarn-mariadb
  • gh-action-yarn-postgres
  • ghost
  • logrocket
  • next-ui
  • passenger
  • quirrel
  • reflexjs
  • render
  • secureheaders
  • stitches
  • styled-components
  • tailwind
  • theme-ui
  • vanilla-extract

@changeset-bot
Copy link

changeset-bot bot commented Oct 19, 2022

⚠️ No Changeset found

Latest commit: de75173

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dillondotzip dillondotzip changed the base branch from main to fix-install October 25, 2022 01:24
@dillondotzip dillondotzip merged commit 6551c6d into fix-install Oct 25, 2022
@dillondotzip dillondotzip deleted the update-recipes branch October 25, 2022 01:38
@PedroRoqueStitch
Copy link

PedroRoqueStitch commented Nov 17, 2022

styled components is broken

`Loaded env from /Users/pedrosg/Coding/Elite/test-app/.env.local
Loaded env from /Users/pedrosg/Coding/Elite/test-app/.env
✅ Installed 2 dependencies

ERROR The "path" argument must be of type string or an instance of Buffer or URL. Received undefined

node:fs:586:10

  • Object.openSync (node:fs:586:10)
  • Object.readFileSync (node:fs:462:35)
  • generateDiff (recipe-install/node_modules/blitz/dist/installer.cjs:350:42)
  • at runMicrotasks (<anonymous>)
    
  • processTicksAndRejections (node:internal/process/task_queues:96:5)

ERROR
TypeError The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
details:
{
code: 'ERR_INVALID_ARG_TYPE'
}
error stack:
• node:fs:586 openSync
node:fs:586:10

• node:fs:462 readFileSync
node:fs:462:35

• installer.cjs:350 generateDiff
recipe-install/node_modules/blitz/dist/installer.cjs:350:42

• task_queues:96 processTicksAndRejections
node:internal/process/task_queues:96:5
`

@Mistermasque
Copy link

Mistermasque commented Jan 27, 2024

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 :

  • tailwind
  • material-ui

When the process is on step "Generating diff file...." it run undefinitely.
I think it is link with this issue : #4007

Using blitz version 2.0.3

Best regards

@tordans
Copy link
Contributor

tordans commented Jan 27, 2024

@Mistermasque Sounds like it's worth watching #4287

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blitz install graphql-apollo-server is not working
5 participants