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

yarn create bolt-cep fails #62

Closed
apohl79 opened this issue Mar 21, 2023 · 3 comments
Closed

yarn create bolt-cep fails #62

apohl79 opened this issue Mar 21, 2023 · 3 comments

Comments

@apohl79
Copy link

apohl79 commented Mar 21, 2023

I can't create a new project via

yarn create bolt-cep ceptest -t skeleton -f react -a ppro -p com.ceptest.cep -n CEPTest

Getting the following error output:

┌   create-bolt-cep
│   by Hyper Brew | https://hyperbrew.co
│
◇  Inputs ─────────────────────────────────────────────────────────────────╮
│                                                                          │
│  panel      ceptest (CEPTest)                                            │
│  id         com.ceptest.cep                                              │
│  framework  React                                                        │
│  template   Skeleton (only selected apps and no sample UI or functions)  │
│  apps       Premiere Pro                                                 │
│                                                                          │
├──────────────────────────────────────────────────────────────────────────╯
│
○  Installing bolt-cep
/private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:1853
  return Object.assign(new Error(`${code}: ${message}`), { code });
                       ^

Error: ENOENT: no such file or directory, lstat '/node_modules/bolt-cep'
    at makeError$1 (/private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:1853:24)
    at ENOENT (/private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:1868:10)
    at ZipFS.lstatSync (/private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:3325:13)
    at /private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:4624:20
    at /private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:5046:60
    at ZipOpenFS.getZipSync (/private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:5175:14)
    at ZipOpenFS.makeCallSync (/private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:5046:17)
    at ZipOpenFS.lstatSync (/private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:4621:17)
    at VirtualFS.lstatSync (/private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:4073:24)
    at PosixFS.lstatSync (/private/var/folders/bc/rqk94w6s5gvg1hfcwfr6y9rw0000gn/T/xfs-afe1ee1a/dlx-75288/.pnp.cjs:4073:24) {
  code: 'ENOENT'
}

Node.js v18.15.0

I'm on macOS 13.2.1 on an Intel Mac.

Thanks a lot!

@justintaylor-dev
Copy link
Contributor

Make sure you're using yarn classic

yarn set version classic

@apohl79
Copy link
Author

apohl79 commented Mar 21, 2023

Thx a mill for the quick a reply and solution! That worked!

@apohl79 apohl79 closed this as completed Mar 21, 2023
@justintaylor-dev
Copy link
Contributor

Awesome!

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

No branches or pull requests

2 participants