質問するログイン新規登録

質問編集履歴

2

参照追加

2017/12/24 07:04

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -9,4 +9,7 @@
9
9
  - `npm -v`: `v5.6.0`
10
10
 
11
11
  ### 参照
12
- - [npm-deprecate](https://docs.npmjs.com/cli/deprecate)
12
+ - [npm-deprecate](https://docs.npmjs.com/cli/deprecate)
13
+ - [
14
+ How node package deprecation works
15
+ ](https://www.triplet.fi/blog/how_node_package_deprecation_works/)

1

推敲

2017/12/24 07:04

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,5 @@
1
1
  ###前提・実現したいこと
2
- `npm deprecate <module> "this package has been deprecated"` を実行したんですが、どうすれば正しく depricate つまり廃止されたか確認できますか?
2
+ `npm deprecate <module> "this package has been deprecated"` を実行したんですが、どうすれば正しく depricate が実行できたか確認できますか?
3
3
 
4
4
  ### 試したこと
5
5
  - 新しいディレクトリでモジュールをインストールしてみましたが、普通にインストールされました。