Share via

How can I fix this JavaScript error?

TM 0 Reputation points
2025-09-23T17:28:29.0166667+00:00

Screenshot (43)

I tried to update my desktop Notion app today and then this message popped up, keeps happening when I try to open the app and if I try to uninstall it. What should I do?

Windows for home | Windows 11 | Apps
0 comments No comments

1 answer

Sort by: Most helpful
  1. Francisco Montilla 30,440 Reputation points Independent Advisor
    2025-09-23T18:25:31.8+00:00

    Hello,

    You are hitting a corrupted Notion update. That error means a native module inside Notion broke, so the app cannot start or uninstall. A clean reinstall fixes it.

    Close Notion first. Press Ctrl+Shift+Esc, end any Notion.exe, Notion Helper, Update.exe or Squirrel processes. Then do a cleanup and reinstall with Windows built-in tools.

    Open Windows Terminal as Administrator and run these commands exactly, one line at a time:

    taskkill /f /im Notion.exe
    taskkill /f /im Update.exe
    taskkill /f /im squirrel.exe
    
    rd /s /q "%LocalAppData%\Programs\Notion"
    rd /s /q "%AppData%\Notion"
    rd /s /q "%LocalAppData%\SquirrelTemp"
    rd /s /q "%LocalAppData%\Notion"
    

    Now, restart the PC and reinstall Notion. The easiest and safest way is with winget from the Command Prompt:

    winget install Notion.Notion
    

    After install, launch Notion and sign-in. If anything in these steps fails, tell me exactly which command and what message you see, and I will adjust the fix.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.