Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

after using make I am getting this issue #127

Open
vivek7890 opened this issue May 3, 2017 · 2 comments
Open

after using make I am getting this issue #127

vivek7890 opened this issue May 3, 2017 · 2 comments

Comments

@vivek7890
Copy link

mkdir -p schemes
lessc --global-var='name=default' scheme.less > schemes/default.css
/usr/bin/env: ‘node’: No such file or directory
Makefile:8: recipe for target 'schemes/default.css' failed
make: *** [schemes/default.css] Error 127

@vivek7890
Copy link
Author

I could solve it by just creating symbolic link as it was nodejs not node

sudo ln -s /usr/bin/nodejs /usr/bin/node

@AndrewBelt
Copy link
Owner

If you're on Debian, you can fix your Node by installing nodejs-legacy, which does exactly as you've done in your last post. I'd recommend this, because it's the "right way" instead of the Debian way.

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

No branches or pull requests

2 participants