Error: RimRaf is not loaded

Bug report

The chess_rabbit plugin errors out on install.

The error includes:

Error: RimRaf is not loaded.

But the plugin does not directly use RimRaf.

Environment

  • Platform: Windows
  • Platform version: 11
  • App Version: 5.11.0

How to reproduce

Install the chess_rabbit plugin.

I’ve also created an issue on my repo in case there’s something I did incorrectly:

In my case I got 404 error:


npm ERR! code E404
npm ERR! 404 Not Found - GET https://codeload.github.com/ryanpcmcquen/inkdrop_chess_rabbit/legacy.tar.gz/v1.2.1
npm ERR! 404 
npm ERR! 404  'https://api.inkdrop.app/v1/packages/chess_rabbit/versions/1.2.1/tarball' is not in the npm registry.
npm ERR! 404 Your package name is not valid, because 
npm ERR! 404  1. name can only contain URL-friendly characters
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/nora/Library/Application Support/inkdrop/.ipm/_logs/2025-03-24T06_01_57_243Z-debug.log

Is it because the tag is 1.2.1 and not v1.2.1?

Yep, apparently if the tag is not prefixed with a v, the install will fail.

1 Like