手探りで開発環境を構築している初心者です。
nodeで開発した小規模システムをnode未インストールの端末でも使えるように実行ファイル形式にしたいと思っています。現にこの希望は一つの端末では叶っています。
ところが新しいPCでも開発環境を整える必要があり、これを設定しようとするのですがうまくいきません。以前最新のnodeをインストールしたところnexeがインストールできなかったので、現在うまくいっているバージョンにそろえて行おうとしています。
現在できている端末
node v10.15.3
nexe 3.3.2
npm 6.4.1
試している新規端末(nodistによる)
node v10.15.3
npm 6.9.0
cmd
1C:\Users*******\Desktop*********>npm install nexe@3.3.2 2npm WARN saveError ENOENT: no such file or directory, open 'C:\Users*******\Desktop*********\package.json' 3npm WARN enoent ENOENT: no such file or directory, open 'C:\Users*******\Desktop*********\package.json' 4npm WARN ********* No description 5npm WARN ********* No repository field. 6npm WARN ********* No README data 7npm WARN ********* No license field. 8 9+ nexe@3.3.2 10removed 49 packages, updated 2 packages and audited 670 packages in 3.289s 11found 3 high severity vulnerabilities 12 run `npm audit fix` to fix them, or `npm audit` for details
ディレクトリではなくグローバルにすべきかと思い、-gをするも
cmd
1npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 2npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 3C:\Program Files (x86)\Nodist\bin\nexe -> C:\Program Files (x86)\Nodist\bin\node_modules\nexe\index.js 4+ nexe@3.3.2 5added 115 packages from 95 contributors, removed 27 packages, updated 37 packages and moved 2 packages in 14.558s
となります。おそらく・・・ひどく初歩的な質問なのでしょうが、解決策を教えていただけるとありがたいです。
以下補足
「これが全文なら」というご指摘をうけ、ハッとしました。
完全に失念しておりましたが、nexeを実行した際のエラーがいかになります。
cmd
1C:\Users******\Desktop*********>nexe index.js 2i nexe 3.3.2 3√ Downloading pre-built Node.js 4√ Finished in 3.948s 5 6Error: https://github.com/nexe/nexe/releases/download/v3.0.0/windows-x64-10.15.3 is not available, create it using the --build flag 7 8See nexe -h for usage..
大変失礼しました。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。