Open3

Remix-IDE install

イワケンイワケン

https://github.com/ethereum/remix-project

を見ながら

npm install -g @nrwl/cli
git clone https://github.com/ethereum/remix-project.git
cd remix-project
npm install

ここでエラー

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sha3@1.2.6 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sha3@1.2.6 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\owner\AppData\Roaming\npm-cache\_logs\2022-03-13T03_39_16_237Z-debug.log
イワケンイワケン

Windows再起動
nxが使えるようになる

VSCodeのTerminalで実行してみる

gyp ERR! find VS 
gyp ERR! find VS msvs_version not set from command line or npm config
gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
gyp ERR! find VS unknown version "undefined" found at "C:\Program Files\Microsoft Visual Studio\2022\Community"
gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use

https://qiita.com/pokoTan2525/items/144866019dd2646568cf

を見て

npm install --global --production windows-build-tools

を実行

npm install

を実行

added 27 packages from 14 contributors and audited 5234 packages in 20.528s

231 packages are looking for funding
  run `npm fund` for details

found 205 vulnerabilities (13 low, 96 moderate, 87 high, 9 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
イワケンイワケン
npm run build:libs
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! remix-project@0.22.0-dev build:libs: `nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the remix-project@0.22.0-dev build:libs script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\owner\AppData\Roaming\npm-cache\_logs\2022-03-13T04_21_44_278Z-debug.log