Setting up node-sass on a mac

I followed the installation instructions for node-sass but it would not run from the terminal. The message was something like 'command not found'.
Eventually I worked out that I needed to add /Users/my_user_name/node_modules/node-sass/bin to the path.
To do that see my post on setting the path on macs.

Comments

Popular posts from this blog

Path environmental variable on mac