无法在Sass中创建输入/输出。 Sass和node似乎安装正确,在VS代码终端中尝试创建输入/输出文档时出现错误。运行Windows操作系统。
即使在以管理员身份运行时,我似乎也无法更改dir或执行许多教程似乎在cmd中使用的命令。我什至看不到CD的CD,所以希望在那里能有所帮助。
我尝试以管理员身份运行,尝试安装-g gem或其他东西。我已经看了教程,在网上爬了几个小时,还在转动我的轮子。
我将尝试尽快卸载/重新安装或者暂时使用考拉或类似工具。
C:\Users\jdven\Desktop\CSSdev\Week9> sass input.scss output.css
我知道
sass:术语“ sass”未被识别为cmdlet,函数,脚本文件或可运行程序的名称。
我应该得到一个SCSS文档,该文档允许我在输出时将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 input.scss output.css
+ ~~~~
+ CategoryInfo : ObjectNotFound: (sass:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException