79077037

Date: 2024-10-11 06:40:38
Score: 2
Natty:
Report link

Before digging deeper into problem I have a question, did you try to removing:

  1. node_modules
  2. package-lock.json
  3. clear npm cache (npm cache clean --force)
  4. use npx to ensure you are using the correct version of node-gyp? npx node-gyp
Reasons:
  • Blacklisted phrase (1.5): I have a question
  • Whitelisted phrase (-2): did you try
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: GimmeSomeCode