behind our company proxy I cant download node-sass, however I have the node-sass directory from another project. When I manually copy that folder to my project and run npm install everthing works fine. How can I install the local node-sass so that npm install in my project uses this version of node-sass instead of trying to pull from the internet. I already tried with
npm install -g
in the node-sass folder, but npm install in my project still tries to pull node-sass from the internet