superplate icon indicating copy to clipboard operation
superplate copied to clipboard

Error building Next project: `Command failed: npx prettier`

Open lacymorrow opened this issue 3 years ago • 0 comments

image

✔ Package manager: · yarn
✔ UI framework: · tailwind
✔ CSS Preprocessor: · styled-components
✔ Do you also want to add styled-system ? · styled-system
✔ Features: · fetch,svgr,env
✔ Hooks · 
✔ State Management: · none
✔ i18n - Internationalization · none
✔ Linting tools: · 
✔ Testing Framework: · jest
✔ E2E Testing framework: · cypress
✔ Docker integration: · Docker
✔ Continuous integration: · github-actions
superplate-cli has encountered an error.

If you think this is caused by a bug. Please check out:
https://github.com/pankod/superplate/issues

ERROR Error: Command failed: npx prettier "/Users/tmorrow/repo/fly5" --write
[error] No matching files. Patterns tried: /Users/tmorrow/repo/fly5 !**/node_modules/** !./node_modules/** !**/.{git,svn,hg}/** !./.{git,svn,hg}/**

    at ChildProcess.exithandler (child_process.js:390:12)
    at ChildProcess.emit (events.js:400:28)
    at maybeClose (internal/child_process.js:1055:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5) {
  killed: false,
  code: 2,
  signal: null,
  cmd: 'npx prettier "/Users/tmorrow/repo/fly5" --write',
  stdout: '',
  stderr: '[error] No matching files. Patterns tried: /Users/tmorrow/repo/fly5 !**/node_modules/** !./node_modules/** !**/.{git,svn,hg}/** !./.{git,svn,hg}/**\n'
}

lacymorrow avatar Dec 22 '21 19:12 lacymorrow