Skip to content

ayapi/dotatom

Repository files navigation

install packages

on linux

まだかぃてなぃ

on windows

cd %userprofile%\.atom
install-packages.bat

configure node-gyp of apm on windows

windowsでgyp関係のエラーがでたとき

install windows-build-tools

pythonとMSVS C++なんちゃら~を一気に設定してくれるゃっ
コマンドプロンプトを「管理者として実行」で起動してから、

npm install --global --production windows-build-tools

set config values to apm

apmゎ独自にnpmを持ってて、グローバルのnpmとゎべっだから設定を合ゎせる必要がぁる pythonmsvs_versionの値をぉなじにする

npm config get python | clip
apm config set python 【クリップボードからペースト】
npm config get msvs_version | clip
apm config set msvs_version 【クリップボードからペースト】

update atom

atom自体をアップデートすると、
native moduleをっかってるパッケージがエラーになることがょくぁる

そのだめっぽぃパッケージがぁるディレクトリにぃってから、

apm rebuild

をゃる

もし、アプデしてから rebuild をゃるょり前にatomを起動しちゃった場合、
rebuild をしてもまだエラーが出続けることがぁる

その場合atomのdevtoolsを起動して、
local storageの一覧から「incompatible package」みたぃな文字列が
キーに含まれてるレコードを探して、削除して、atomを再起動する

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages