我正在学习html,我在最开始。我已经写了这个变量。scss文件,并试图把css文件。这是我写的VS代码终端:sass变量.scss:变量.css
这是我的错误消息:
sass : The term 'sass' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.
At line:1 char:1
+ sass variables.scss:variables.css
+ ~~~~
+ CategoryInfo : ObjectNotFound: (sass:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
我说好吧,我只需要安装sass我猜并写入终端:npm安装-g节点-sass
npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:1
+ npm install -g node-sass
+ ~~~
+ CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
所以我不知道我应该做什么或不(我尝试了其他东西也结束了错误消息)
尝试使用变量.scss来转换css文件。
2条答案
按热度按时间rm5edbpk1#
1.首先,您需要下载并安装Node.js。
1.其次,(屏幕截图看起来像是在Windows上)确保可执行文件的路径已经添加到environment variables中。
1.在此之后,您可能需要重新启动计算机才能使更改生效。
1.在终端中运行
npm install -g sass
。1.在终端中运行
sass variables.scss variables.css
。hjzp0vay2#
作为一个初学者,您需要掌握在项目中使用SASS的最佳实践,因为它将允许您实现自治。因此,首先,单击NodeJS下载它。接下来,要正确安装SASS,请遵循以下步骤:
1.在VSCode中打开您的终端并写入:一月一日
1.查找Live Sass编译器(Glenn Marks)扩展。
1.初始化package.json文件:一米一米一
最后,单击SASS了解更多信息。