Skip to content

Instantly share code, notes, and snippets.

@drmikecrowe
Last active April 16, 2022 12:24
Show Gist options
  • Save drmikecrowe/8bcfc88a0ee29d6c3535e6460c014144 to your computer and use it in GitHub Desktop.
Save drmikecrowe/8bcfc88a0ee29d6c3535e6460c014144 to your computer and use it in GitHub Desktop.
nestjs-grammy-latest [ master][!?][ v16.14.2]
❯ patch-package @simondotm/nx-firebase
patch-package 6.4.7
• Creating temporary folder
• Installing @simondotm/nx-firebase@0.3.3 with yarn
• Diffing your files with clean files
⁉️ Not creating patch file for package '@simondotm/nx-firebase'
⁉️ There don't appear to be any changes.
nestjs-grammy-latest [ master][!?][ v16.14.2]
❯ l @simondotm+nx-firebase+0.3.3.patch
-rw-rw-r-- 1 mcrowe mcrowe 7206 Apr 16 08:21 '@simondotm+nx-firebase+0.3.3.patch'
nestjs-grammy-latest [ master][!?][ v16.14.2]
❯ nx run sample-firebase-bot:build
✔ 1/1 dependent project tasks succeeded [0 read from cache]
Hint: you can run the command with --verbose to see the full dependent project outputs
——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
> nx run sample-firebase-bot:build
project_graph_1.createProjectGraph is not a function
——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
> NX Ran target build for project sample-firebase-bot and 1 task(s) it depends on (3s)
✖ 1/2 failed
✔ 1/2 succeeded [0 read from cache]
nestjs-grammy-latest [ master][!?][ v16.14.2][⏱ 4s]
❯ nx run sample-firebase-bot:build --verbose
> NX Running target build for project sample-firebase-bot and 1 task(s) it depends on
——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
> nx run sample-firebase-bot:build --verbose
project_graph_1.createProjectGraph is not a function
TypeError: project_graph_1.createProjectGraph is not a function
at /home/mcrowe/Programming/Personal/telegram/nestjs-grammy-latest/node_modules/@simondotm/nx-firebase/src/executors/build/build.js:45:43
at Generator.next (<anonymous>)
at /home/mcrowe/Programming/Personal/telegram/nestjs-grammy-latest/node_modules/tslib/tslib.js:117:75
at new Promise (<anonymous>)
at Object.__awaiter (/home/mcrowe/Programming/Personal/telegram/nestjs-grammy-latest/node_modules/tslib/tslib.js:113:16)
at runExecutor (/home/mcrowe/Programming/Personal/telegram/nestjs-grammy-latest/node_modules/@simondotm/nx-firebase/src/executors/build/build.js:41:20)
at /home/mcrowe/Programming/Personal/telegram/nestjs-grammy-latest/node_modules/nx/src/command-line/run.js:99:23
at Generator.next (<anonymous>)
at /home/mcrowe/Programming/Personal/telegram/nestjs-grammy-latest/node_modules/tslib/tslib.js:117:75
at new Promise (<anonymous>)
——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
> NX Running target "sample-firebase-bot:build" failed
Failed tasks:
- sample-firebase-bot:build
Hint: run the command with --verbose for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment