使用 DartJS Sass 编译器扩展在 vscode 中编译 sass 时出错
Error compiling sass in vscode with DartJS Sass Compiler extension
我正在尝试使用 Bulma 实现一个项目,但是当扩展试图编译 sass 文件时我遇到了以下错误:
Error: Run: Cwd: /Users/.../Projects/.... Exec: node-modules/.bin/sass
`stylesheets/styles.scss:stylesheets/styles.css did not launch correctly. pid is null / undefined - undefined`
我无法通过谷歌搜索找到任何解决方案或参考,所以如果有人能给我提示,我将不胜感激。
谢谢
开发者帮我解决了。参见 here
我正在尝试使用 Bulma 实现一个项目,但是当扩展试图编译 sass 文件时我遇到了以下错误:
Error: Run: Cwd: /Users/.../Projects/.... Exec: node-modules/.bin/sass
`stylesheets/styles.scss:stylesheets/styles.css did not launch correctly. pid is null / undefined - undefined`
我无法通过谷歌搜索找到任何解决方案或参考,所以如果有人能给我提示,我将不胜感激。
谢谢
开发者帮我解决了。参见 here