frontend/.pnpm-store/v3/files/9f/893902283474340f4c11c7b60395e67472046fcb488aac644dd7f328c2904981239164822802c14cd1fb3b73116a495377f853325ab1114409f7e0d19da719-exec

14 lines
650 B
JavaScript
Executable File

#!/usr/bin/env node
throw new Error(`esbuild: Failed to install correctly
Make sure you don't have "ignore-scripts" set to true. You can check this with
"npm config get ignore-scripts". If that returns true you can reset it back to
false using "npm config set ignore-scripts false" and then reinstall esbuild.
If you're using npm v7, make sure your package-lock.json file contains either
"lockfileVersion": 1 or the code "hasInstallScript": true. If it doesn't have
either of those, then it is likely the case that a known bug in npm v7 has
corrupted your package-lock.json file. Regenerating your package-lock.json file
should fix this issue.
`);