0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

qiitacliのテストで詰まった事

Last updated at Posted at 2025-09-28

詰まってやったこと(投稿できているなら原因だったと言える)

- 1.vimwikiをclean

  • 2.npmアップデートしてバージョンをpackage.jsonに記述
{
  "name": "npm",
  "version": "11.6.1",
  "description": "Node package manager for JavaScript.",
  "devDependencies": {
    "@qiita/qiita-cli": "^1.6.2"
  }
}
  • 3.ファイルがあるディレクトリに移動

  • 3.package.jsonのあるプロジェクトディレクトリに移動

  • 4.ログインし直した。

npx qiita publish 拡張子無しのファイル名

npm,qiitacliのアップデートとnpmをpackage.jsonに記述していなかったことと、単純に、記述の仕方を間違えていたというだけの話。


よくわかっていなかったこと

  • json記述方法

  • ディレクトリの階層関係

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?