onlinecode

Solved Issue – “/usr/bin/env: ‘node’: No such file or directory”

Solved Issue – “/usr/bin/env: ‘node’: No such file or directory”

In this post we will give you information about Solved Issue – “/usr/bin/env: ‘node’: No such file or directory”. Hear we will give you detail about Solved Issue – “/usr/bin/env: ‘node’: No such file or directory”And how to use it also give you demo for it if it is necessary.

In this post i want to share one issue that i fetch. When i started working on my react js project first time on my ubuntu 16.04, i installed npm and then after i run bellow command:

npm install -g create-react-app

this way i installed create-react-app then after i created new command using create-react-app commands, so i run bellow command for create new app of reactjs.

create-react-app hello-world

But when i run above command i found one error

“/usr/bin/env: ‘node’: No such file or directory”. I thought what will be issue, i searched on google and finally i found how to solve this issue.

I found i have to install node. We can install by following command:

Also see:How to connect mysql database in node js with example?

apt-get install nodejs-legacy

After run above command, i solved my issue. I hope it can help you…

Hope this code and post will helped you for implement Solved Issue – “/usr/bin/env: ‘node’: No such file or directory”. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs

For More Info See :: laravel And github

Exit mobile version