You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Installing eslint in Linux (WSL) [PLUTO-1419] (#99)
This change resolves the "node: No such file or directory" error when
installing ESLint on WSL by properly configuring the Node.js runtime path.
- Add special path handling for Node.js binaries in Linux/WSL
- Ensure Node.js binary directory is added to PATH during ESLint installation
- Use Linux path separator when modifying PATH environment variable
- Maintain existing PATH while prepending Node.js directory
0 commit comments