node-Sass wymaga niczego więcej niż $FileName$ $FileNameWithoutExtension$.css
przetestowany i działa w WebStorm 11
Parametr program potrzebuje pełną ścieżkę do bin/exe choć nawet wtedy, gdy jest ona dostępna na całym świecie. W moim przypadku /usr/local/bin/node-sass
, w twoim przypadku będzie to ścieżka do node-sass.cmd
.
węzeł Sass CLI Wykorzystanie
node-sass [options] <input> [output] cat <input> | node-sass > output
węzeł Sass CLI parametry
-w, --watch Watch a directory or file
-r, --recursive Recursively watch directories or files
-o, --output Output directory
-x, --omit-source-map-url Omit source map URL comment from output
-i, --indented-syntax Treat data from stdin as sass code (versus scss)
-q, --quiet Suppress log output except on error
-v, --version Prints version info
--output-style CSS output style (nested | expanded | compact | compressed)
--indent-type Indent type for output CSS (space | tab)
--indent-width Indent width; number of spaces or tabs (maximum value: 10)
--linefeed Linefeed style (cr | crlf | lf | lfcr)
--source-comments Include debug info in output
--source-map Emit source map
--source-map-contents Embed include contents in map
--source-map-embed Embed sourceMappingUrl as data URI
--source-map-root Base path, will be emitted in source-map as is
--include-path Path to look for imported files
--follow Follow symlinked directories
--precision The amount of precision allowed in decimal numbers
--importer Path to .js file containing custom importer
--functions Path to .js file containing custom functions
--help Print usage info
Zamiast po prostu ** ** 'węzła sass' jako program, należy podać pełną ścieżkę ** ** do' node- sass.cmd' (lub jakakolwiek poprawna nazwa pliku wykonywalnego). Typowy błąd robisz na platformie Windows: Kiedy uruchamiasz 'węzeł-sass' w terminalu/konsoli, DOS (cmd.exe) * automatycznie * konwertuje go do' węzła-sass.cmd'; ale gdy IDE tworzy proces z tymi samymi parametrami, Windows API wymaga nazwy pliku EXACT - nie robi takiej "konwersji" dla ciebie. – LazyOne
Zainstalowałem go używając npm. Nie wiesz, gdzie znaleźć ścieżkę wskazującą węzeł-sass. – EternallyCurious
Wyszukaj 'węzeł-sass' na dysku' C: \ 'może? Powinien znajdować się w folderze 'C: \ Users \ USERNAME \ AppData \ Roaming' – LazyOne