1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

apm link --devしてCannot find module 'xxxx'とか出たときの対処

Posted at

初めて、他の人が作ったatom packageをforkして、コードを修正してみようと思った

普段、WindowsでC++とか、C#をいじってる。

javascriptとか、いじったのは20年前で、既に他の言語感がある。

当然、coffee scriptって何?ってレベル。 (聞いたことあるけど・・・)

ちょっと、使ってみたいpackageがあったけど、不具合があって、issue投げても反応がない。

で、forkしてみようかな。。。って。

apm link --devでエラーが出る

取り敢えずforkしたらgit clone。

その後は、以下のサイトを参照。

git cloneしたローカルのpackageのフォルダで、

apm link --dev

を実行。

Cannot find module 'atom-space-pen-views'

とか出て上手くいかない。

apm install 'atom-space-pen-views'

で、どうかな?

と思ったけど無理。

結局、ここみて、

package depen

で解決した。

以上。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?