@y315ryu

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

Swankyのインストールができない

解決したいこと

swankyの環境構築に必要な、npm install -g swanky の実行を成功させる

発生している問題・エラー

gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/swanky/node_modules/node-sass/.node-gyp'
gyp ERR! System Linux 5.15.79.1-microsoft-standard-WSL2
gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/swanky/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /usr/local/lib/node_modules/swanky/node_modules/node-sass
gyp ERR! node -v v10.19.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/swanky/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/swanky/node_modules/watchpack/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN ajv-keywords@3.5.2 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.9.0 postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.9.0 postinstall 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! /root/.npm/_logs/2023-02-09T02_23_11_973Z-debug.log

自分で試したこと

➊npm,nodejs,yarnのバージョンチェック
❷cargo contractのインストールチェック

0 likes

1Answer

1点確認なのですが

こちらの記事で挙げられているソフトウェアを利用したいのですか?

npmで公開されているswankyというライブラリは全く別のソフトウェアのようですが.

それとlinux用のnode.jsは,OSのパッケージマネージャではなく以下記事を参考にインストールしなおしてください.例えばUbuntu用のaptではメンテナンスされていません.

1Like

Comments

  1. @y315ryu

    Questioner

    返信ありがとうございます。
    一番目のソフトウェアをしようしたいです。

Your answer might help someone💌