Expressworks command is not working

I am trying to do Express.js challenge on AWS cloud9. I ran this command (“git clone https://github.com/FreeCodeCamp/fcc-expressworks.git && chmod 744 fcc-expressworks/setup.sh && fcc-expressworks/setup.sh && source ~/.profile”) and it got installed. But when I ran “expresswork” command, I got this response “bash: expressworks: command not found”.

Can somebody help me please??

Thanks in advance…

@Akshay_Bhandari

Just ran into this problem myself. I was able to work around it. What I did was I skipped the c9.io thing and installed it directly on my machine (do this at your own risk).

sudo npm install expressworks

after you enter your computer password, it installs. Then you just need to run

expressworks

Hope this helps. I was discouraged when I couldn’t get it working last month but finally came back to it.