не удалось npm установить optipng в widnows 10 - PullRequest
0 голосов
/ 13 июля 2020

Когда я пытаюсь npm install optipng-bin получать ошибку как

(node:18016) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.

optipng-bin@7.0.0 postinstall D:\node_modules\optipng-bin

node lib/install.js

(node:9868) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.

  ‼ self signed certificate in certificate chain

  ‼ optipng pre-build test failed

  i compiling from source

  × Error: Command failed: C:\Windows\system32\cmd.exe /s /c "./configure --with-system-zlib --prefix="D:\node_modules\optipng-bin\vendor" --bindir="D:\node_modules\optipng-bin\vendor""
'.' is not recognized as an internal or external command,
operable program or batch file.

1 Ответ

1 голос
/ 13 июля 2020

Пройдя через эту проблему на GH , я попробовал следующие команды:

npm rebuild
npm i

, и это решило мою проблему.

...