postinstall script that runs nuxt prepare.pnpm install, after it finishes installing, it starts executing the postinstall script, and this script fails because it can't find nuxt, and it can't execute nuxt prepare playgroundignore-scripts=true to the .npmrc file, so I prevent the postinstall from running, another option is to remove the postinstall script from the package.json, that way the error can also be avoidednuxt prepare playground from the installation cycle of my Layer will bring any errors when this Layer is consumed? Would it be safe to do away with this script(postinstall)?pnpm i, and then run pnpm i my-layer and since nuxt is already installed it runs the postinstall perfectly.