linter-scss-lint icon indicating copy to clipboard operation
linter-scss-lint copied to clipboard

CMD and UNC path ont w10

Open webmasterpf opened this issue 5 years ago • 2 comments

Hi,

I get this error when I try to edit a scss file...How can I do to open CMD with a network path instead of a local one ? If it's possible.

linter-registry.js:145 [Linter] Error running scss-lint Error: '\\dg-file-001\PARTAGE\Internet_et_Communication\04_Sites\Sites_Lycees\Le Rocher\#SITE\theme_drupal\lerocher_d8_2019\sass\content-type-style'
CMD.EXE a �t� d�marr� avec le chemin d'acc�s comme r�pertoire en
cours. Les chemins d'acc�s UNC ne sont pas prise en charge. Utilisation
du r�pertoire Windows par d�faut.
'scss-lint' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
    at ChildProcess.<anonymous> (C:\Users\xxx\.atom\packages\linter-scss-lint\node_modules\sb-exec\lib\index.js:56)
    at ChildProcess.emit (events.js:182)
    at maybeClose (internal/child_process.js:962)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:251)

Thanks

webmasterpf avatar Nov 05 '19 16:11 webmasterpf

From your error it looks like your problem is that scss-lint couldn't be found, not that the file you are editing is on a network share.

scss-lint installation.

Arcanemagus avatar Dec 30 '19 18:12 Arcanemagus

OK I will see to install scss lint correctly.

webmasterpf avatar Jan 06 '20 09:01 webmasterpf