Project validation issue

Hey, I updated the needle package to latest stable version you guys released but after that in export info it says “validation issue”. Showed NPM update is pending and after I update also it remains same.

Any idea why this happens?

Hi Shyam Anand,

The “validation issue” you’re encountering after updating the Needle package likely relates to the license or version inconsistencies. Here are a few steps to troubleshoot and resolve this issue:

  1. Check License Status: Ensure you have a valid commercial license if required. The error messages sometimes appear if the engine can’t verify a proper license.

  2. Update Node Modules: After you run npm update, make sure all relevant packages are installed correctly. You can also try deleting the node_modules folder and the package-lock.json file, then run npm install again.

    rm -rf node_modules package-lock.json
    npm install
    
  3. Configuration Validation: Ensure that your project configuration aligns with the documentation for the latest version. Sometimes, breaking changes could result in unexpected validation errors.

If you continue to face difficulties, consider referring to the documentation for specific configurations or licensing details. You can also check this link for more guidance.

Let me know if you have further questions!

3 replies left
thread_0BSVcjMd0C7IIJtZDQoELJAv
Reply to this message to continue the conversation

Hi, can you try running the command that the window shows manually in your terminal? You need to have npm 10 or newer installed

Hi, I’ve tried updating and it says the npm is up to date (10.8.3). I still get that error

Have you tried to restart Unity?