Posts tagged npm
تگها:
npm4
nodejs2
docker1
mohsen•6 ماه قبل
ارسال شده در mohsen
رفع مشکل npm error Exit handler never called در زمان استفاده از npm install در داکر
مشکل: گیت هاب اکشن ساخت ایمیج داکر بدون مشکل کار می کرد، بدون تغییر در سورس، در زمان اجرا با مشکل زیر در زمان اجرای npm install مواجه شد:
#12 12.59 npm error Exit handler never called!
#12 12.59 npm error This is an error with npm itself. Please report ...
رای
0
mohsen•6 ماه قبل
ارسال شده در mohsen
رفع مشکل Cannot find module @rollup/rollup-linux-x64-gnu
برای رفع مشکل زیر کافی است پکیج اشاره شده در خطا را به فایل package.json اضافه کنیم:
Error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try `npm i` again ...
رای
0
mohsen•9 ماه قبل
ارسال شده در mohsen
رفع مشکل 'npm' is not recognized as internal or external command, operable program or batch file
برای رفع مشکل زیر در ویندوز باید مسیر نصب NodeJS را به Environment variables ویندوز اضافه کنید:
'npm' is not recognized as internal or external command, operable program or batch file
برای مثال:
;C:\Program Files\nodejs\
بعد از این کار باید cmd را ببندیم ...
رای
0
mohsen•9 ماه قبل
ارسال شده در mohsen
رفع مشکل the term 'npm' is not recognized as the name of a cmdlet
برای رفع مشکل خطای زیر باید nodejs را نصب کنیم:
the term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. check the spelling of the name, or if a path was included, verify that the path is correct and try ...
رای
0