0
0

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 3 years have passed since last update.

[React] Reactの学習をします(1-1)

Last updated at Posted at 2021-01-16

#Reactの学習をします(1)

Reactの学習をしてみることにしました。

##教材

Reactチュートリアル1:犬画像ギャラリーを作ろう

likr さんが公開している「Reactチュートリアル1:犬画像ギャラリーを作ろう」という記事を教材に学習させて頂きます。

素晴らしい教材をありがとうございます。

##学習日記

本日は「React とは」~「Hello, World!」までやりました!

きちんと Hello, World! が表示されました!

##補足

ところで、本題とは全然関係ないのですが、

npm start

を実行しますと「--scripts-prepend-node-path」云々というエラーメッセージが出ていました。

何だろうと検索しますと、検索結果にQiitaの記事が出てきました。

npm runコマンドを実行したら警告が出るようになった

Nodist を使用していると出る警告のようです。

npm config set scripts-prepend-node-path true

記事の内容の通り、上記コマンドを実行すると警告は消えました。

ありがとうございます。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?