Node-sass is not recognized by command line

后端 未结 5 1829
情深已故
情深已故 2021-02-07 14:16

I\'m trying to set up node-sass, following the instructions on CSS-Tricks. Node and npm are installed correctly, and the node-sass installation worked too. When I go to run

5条回答
  •  孤街浪徒
    2021-02-07 14:29

    npm commands check "node_package" folder and try to run things there. You can try

    npx run scss 
    

    to install scss and then run it, even if it is not installed before.

提交回复
热议问题