Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using projectile with the npm config I get npm command not found #1906

Open
suityou01 opened this issue Oct 1, 2024 · 2 comments
Open

Comments

@suityou01
Copy link

Expected behavior

npm commands execute correctly

Actual behavior

npm start
zsh:1: command not found: npm

Steps to reproduce the problem

Configure your default shell to zsh
Install projectile
Add config for npm from the projectile documentation
Open an npm project inside emacs using C-p p
Try and run the project using C-p u

Environment & Version information

Arch
Node v20.17.0
Nvm 0.40.1
zsh 5.9

Projectile version information

Projectile 20240901.1554

Emacs version

29.4

Operating system

Arch

@bbatsov
Copy link
Owner

bbatsov commented Oct 2, 2024

Likely you're Emacs's exec-path is not properly configured. Using a package like https://github.com/purcell/exec-path-from-shell will probably solve this issue for you.

@suityou01
Copy link
Author

That didn't fix it sadly. I noticed that if I run an eshell I get the problem, but with shell I don't. Does this help narrow it down? What mode does the compilation window use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants