-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi, I usually build something softwares in ~/.local/work/xxx and ln from ~/.local/bin/.
This workflow is works well but eask executable occur error.
cd ~/.local/work
git clone https://github.com/emacs-eask/cli eask
cd eask
npm install
cd ~/.local/bin
ln -s ../work/eask/bin/eask
eask
will shows below error.
$ eask
node:internal/modules/cjs/loader:1063
throw err;
^
Error: Cannot find module '/home/conao/.local/eask'
at Module._resolveFilename (node:internal/modules/cjs/loader:1060:15)
at Module._load (node:internal/modules/cjs/loader:905:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v19.6.0
I think the executable should work regardless of the current directory. How about it?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working