Closed NicholasMKim closed 2 years ago
SOLVED: put private packages into allowList
https://github.com/serverless-heaven/serverless-webpack/issues/370#issuecomment-642477672
Hello.
As you said, for serverless-webpack, there is a problem when installing private packages.
In addition to the above method of handling exceptions, the following methods can also be used.
webpack:
packagerOptions:
noFrozenLockfile: true
I will close the issue. Thank you.
Hi team, I'm very struggling to use prisma with webpack and serverless, I'm getting an error like this one. Anyone has a clue?
Error: yarn install --non-interactive --frozen-lockfile failed with code 1
This is what my codes looks like
package.json
serverless.yml
webpack.config.js
schema.prisma