NO IMAGE

Atom 再インストールと環境設定

コントロールパネルからアンインストール
続けて、フォルダごと削除
C:\Users\username\.atom
C:\Users\username\AppData\Local\atom
C:\Users\username\AppData\Local\Temp
C:\Users\username\AppData\Roaming\Atom
公式サイトからインストール

apm 通った。

日本語化

japanese

パッケージインストール

Linter

Atomでhtmlとcssの間違いチェックをしてくれるパッケージlinter

なぜか見つからず、CLIからインストール

$apm install linter

$apm install linter-htmlhint

$apm install linter-csslint

  • linter-htmlhint
  • linter-csslint
  • linter-jshint
  • linter-php

phpはXAMPPのをそのまま利用

    "linter-php":
    executablePath: "/xampp/php/php.exe"

 

事前にphpにパスを通してないと使えない。
環境PATHに;C:\xampp\php;が必須[stdin]:5:18: error: unexpected newline
“linter-php”:

linter-php: Unable to determine PHP version
Unable to determine the version of “php”, please verify that this is the right path to PHP. If you believe you have fixed this problem please restart Atom.

ctrl-alt-f でコードフォーマットをかけてくれる。

 

atom-beautifier

ファイルの横にアイコンを出してくれる。

 

file-icons

同じ単語をハイライトしてくれる。

 

highlight-selected

パス補完

 

autocomplete-paths

1接続のみなので、使うかどうか不明だが、一応インストール

 

Remote-FTP

カラーピッカー windows だと ctrl+Alt+C

Atom Color Highlight

 

Color Picker

sublimeで出ていた全体のあれ

 

 

Minimap

EmmetのATOM用パッケージ

 

 

メモ::
Installing “linter-htmlhint@1.3.2” failed.

 

コマンドでいけたが、

Installing “linter-htmlhint@1.3.2” failed.Hide output…
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Users\\kato\\AppData\\Local\\atom\\app-1.15.0\\resources\\app\\apm\\bin\\node.exe" "C:\\Users\\kato\\AppData\\Local\\atom\\app-1.15.0\\resources\\app\\apm\\node_modules\\npm\\bin\\npm-cli.js" "--globalconfig" "C:\\Users\\kato\\.atom\\.apm\\.apmrc" "--userconfig" "C:\\Users\\kato\\.atom\\.apmrc" "install" "C:\\Users\\kato\\AppData\\Local\\Temp\\d-117212-23728-16gm92u\\package.tgz" "--runtime=electron" "--target=1.3.13" "--arch=x64" "--global-style" "--msvs_version=2015"
npm ERR! node v4.4.5
npm ERR! npm  v3.10.5
npm ERR! path C:\Users\kato\.atom\.apm\core-js\2.4.1\package.tgz.396545155
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall rename

npm ERR! Error: EPERM: operation not permitted, rename 'C:\Users\kato\.atom\.apm\core-js\2.4.1\package.tgz.396545155' -> 'C:\Users\kato\.atom\.apm\core-js\2.4.1\package.tgz'
npm ERR!     at Error (native)
npm ERR!  { [Error: EPERM: operation not permitted, rename 'C:\Users\kato\.atom\.apm\core-js\2.4.1\package.tgz.396545155' -> 'C:\Users\kato\.atom\.apm\core-js\2.4.1\package.tgz']
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'rename',
npm ERR!   path: 'C:\\Users\\kato\\.atom\\.apm\\core-js\\2.4.1\\package.tgz.396545155',
npm ERR!   dest: 'C:\\Users\\kato\\.atom\\.apm\\core-js\\2.4.1\\package.tgz',
npm ERR!   parent: 'babel-runtime' }
npm ERR! 
npm ERR! Please try running this command again as root/Administrator.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\kato\AppData\Local\Temp\apm-install-dir-117212-23728-1x545ia\npm-debug.log

NO IMAGE
最新情報をチェックしよう!

    Warning: Trying to access array offset on value of type bool in /home/xsvx1010357/kato.space/public_html/wp/wp-content/themes/the-thor/template-parts/single-prevnext.php on line 37

    Warning: Trying to access array offset on value of type bool in /home/xsvx1010357/kato.space/public_html/wp/wp-content/themes/the-thor/template-parts/single-prevnext.php on line 38

    Warning: Trying to access array offset on value of type bool in /home/xsvx1010357/kato.space/public_html/wp/wp-content/themes/the-thor/template-parts/single-prevnext.php on line 39

  • Warning: Trying to access array offset on value of type bool in /home/xsvx1010357/kato.space/public_html/wp/wp-content/themes/the-thor/template-parts/single-prevnext.php on line 83

    Warning: Trying to access array offset on value of type bool in /home/xsvx1010357/kato.space/public_html/wp/wp-content/themes/the-thor/template-parts/single-prevnext.php on line 84

    Warning: Trying to access array offset on value of type bool in /home/xsvx1010357/kato.space/public_html/wp/wp-content/themes/the-thor/template-parts/single-prevnext.php on line 85

Atomの最新記事8件

>最強のWordPressテーマ「THE THOR」

最強のWordPressテーマ「THE THOR」

システムの構築・保守運用「   」 社内システム担当が欲しいが、専属で雇うほどの仕事量はない。 必要な時に必要なだけ頼りたいというお悩みを持つ企業様へ専門知識を持って対応を行っております。 サーバから各種システムまで自社・他社で構築されたシステムに対してサポートを行っております。

CTR IMG