You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error logs for installing nest add [email protected] in a Nest v8 app:
nest add [email protected]
✔ Package installation in progress... ☕
Starting library setup...
? Which datasource provider do you want to use for `prisma init`? sqlite
? Do you like to Dockerize your application? (Supports postgresql and mysql) No
✅️ Added prisma@latest
TypeError: this.host.readText is not a function
at new JSONFile (nest-8-prisma/node_modules/@schematics/angular/utility/json-file.js:17:34)
at addPackageJsonDependency (nest-8-prisma/node_modules/@schematics/angular/utility/dependencies.js:27:18)
at nest-8-prisma/node_modules/nestjs-prisma/schematics/nestjs-prisma/index.js:40:57
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Promise.all (index 0)
✅️ Added @prisma/client@latest
The text was updated successfully, but these errors were encountered:
Current angular schematics v13 are working fine with Nest applications v8 and v9.
Updating to angular v14 still works fine with Nest v9, but applications with v8 are failing.
Error logs for installing
nest add [email protected]
in a Nest v8 app:The text was updated successfully, but these errors were encountered: