< ページ移動: 1 2 >
>node -v'node' は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されていません。
>node -vv10.15.0
>mkdir \Users\shinoda\electron\kobetsu>cd \Users\shinoda\electron\kobetsu>npm initThis utility will walk you through creating a package.json file.It only covers the most common items, and tries to guess sensible defaults.See `npm help json` for definitive documentation on these fieldsand exactly what they do.Use `npm install <pkg>` afterwards to install a package andsave it as a dependency in the package.json file.Press ^C at any time to quit.package name: (kobetsu)version: (1.0.0)description: 個別案件管理entry point: (index.js)test command:git repository:keywords:author: shinodalicense: (ISC)About to write to C:\Users\shinoda\electron\kobetsu\package.json:{"name": "kobetsu","version": "1.0.0","description": "個別案件管理","main": "index.js","scripts": {"test": "echo \"Error: no test specified\" && exit 1"},"author": "shinoda","license": "ISC"}Is this OK? (yes)