У меня есть angular проект одного клиента для некоторых изменений, но я застрял для установки его npm. Он застрял в этой строке
"postinstall": "npm run sjcl",
"sjcl": "cd node_modules/sjcl && ./configure --with-ecc && make",
"sjcl:dev": "cd node_modules/sjcl && ./configure --with-all && make sjcl.js",
и получаю ошибку
PS D:\node\kalmiadevs-partnerportal-9081b840f18f> npm install
> kalsoltec@0.1.28 postinstall D:\node\kalmiadevs-partnerportal-9081b840f18f
> npm run sjcl
> kalsoltec@0.1.28 sjcl D:\node\kalmiadevs-partnerportal-9081b840f18f
> cd node_modules/sjcl && ./configure --with-ecc && make sjcl.js
'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! kalsoltec@0.1.28 sjcl: `cd node_modules/sjcl && ./configure --with-ecc && make sjcl.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the kalsoltec@0.1.28 sjcl 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\laptop genration\AppData\Roaming\npm-cache\_logs\2020-01-15T06_23_17_137Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! kalsoltec@0.1.28 postinstall: `npm run sjcl`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the kalsoltec@0.1.28 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! C:\Users\laptop genration\AppData\Roaming\npm-cache\_logs\2020-01-15T06_23_17_205Z-debug.log
PS D:\node\kalmiadevs-partnerportal-9081b840f18f>
Как мне решить эту проблему