notion-repackaged: Error: notion installation has been corrupted, no executable found.

What is happening? Error to apply notion enhancer in linux

Error:  notion installation has been corrupted, no executable found.
at default (file:///home/sly/node-v14.18.0-linux-x64/lib/node_modules/notion-enhancer/pkg/apply.mjs:27:13)
 at file:///home/sly/node-v14.18.0-linux-x64/lib/node_modules/notion-enhancer/bin.mjs:105:25
 at ModuleJob.run (internal/modules/esm/module_job.js:183:25)
 at async Loader.import (internal/modules/esm/loader.js:178:24)
 at async Object.loadESM (internal/process/esm_loader.js:68:5)

Operating system/browser name & version: Linux 5.16.0-1-amd64

notion-enhancer and/or notion-repackaged version: (notion-enhancer v0.11.0)

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (7 by maintainers)

Most upvoted comments

Wait… now it works. What I did is I run the notion-repackaged.sh then afterwards I reinstall the notion-app-enhancer.

You don’t need to do that…

This is all you should be doing.

echo "deb [trusted=yes] https://apt.fury.io/notion-repackaged/ /" | sudo tee /etc/apt/sources.list.d/notion-repackaged.list
sudo apt update
sudo apt install notion-app-enhanced

so there is no way I can use the enhancer apply?

The installation instructions very specifically say you can’t. Please read them carefully. They are correct, as long as you don’t make things up to add to them.

Wait… now it works. What I did is I run the notion-repackaged.sh then afterwards I reinstall the notion-app-enhancer. image

You should include this to the installation instruction because it is quite confusing for linux users.