Hi, Im running node 14. After clearing the cache, ...
# orm-help
a
Hi, Im running node 14. After clearing the cache, re-installing the node_modules and running generate I get the error
Copy code
> nx run auth:serve 
chunk (runtime: main) main.js (main) 1.71 MiB [entry] [rendered]

WARNING in ./node_modules/@prisma/client/runtime/index.js 14988:18-45
Module not found: Error: Can't resolve 'encoding' in '/work/tokenct/apps/auth/node_modules/@prisma/client/runtime'

ERROR in ./node_modules/@prisma/client/runtime/index.js 27212:17-40
Module not found: Error: Can't resolve '_http_common' in '/work/tokenct/apps/auth/node_modules/@prisma/client/runtime'

webpack compiled with 1 error and 1 warning (e96b0171bcc71130)
There was an error with the build. See above.
/work/tokenct/dist/apps/auth/main.js was not restarted.
The webpack thing did not help... I have downgraded from 16 because of this issue. Anyone can help? Thanks