UNPKG
@verdaccio/how-to-npm
Version:
latest (2.5.1)
2.5.1
A module to teach you how to module.
github.com/workshopper/how-to-npm
workshopper/how-to-npm
@verdaccio/how-to-npm
/
problems
/
03-start-a-project
/
suggestion.ja.txt
8 lines
(5 loc)
•
468 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
git のパートを除いて、回答が完了しているようですね。 npm では、慣例で一つのモジュールには一つの git リポジトリが対になる存在として設置することと なっています。`git
init
` をプロジェクトのルートディレクトリで実行してみてください。 再構築には、 .git フォルダを削除し `git
init
` を実行すれば可能です。 プロジェクトのディレクトリ: