قراره بهتون تضمین موفقیت در برنامه‌نویسی و کلی آفر ویژه بدیم 😎 (برای شروع کلیک کن 👉)
۰ ثانیه
۰ دقیقه
۰ ساعت
۳ milad karimi
کارنکردن دستور touch
جامعه Html & CSS ایجاد شده در ۲۳ بهمن ۱۴۰۱

با سلام دستور touch برای من کار نمیکند و ارور میدهد .

touch : The term 'touch' 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 again.
At line:1 char:1
+ touch index.html ~
+ ~~~~~
    + CategoryInfo          : ObjectNotFound: (touch:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
 

درود

با این دستور مجددا نصبش کنید:

npm install touch-cli -g

این تایپک رو هم ببینید براتون مفید هست.

بهترین پاسخ
نازنین کریمی مقدم ۲۴ بهمن ۱۴۰۱، ۰۸:۳۵

نصب کردم ولی خب بازم ارور میده به من نمیدونم چرا ؟

PS C:\\Users\\Milad-karimi> D:
PS D:\\> cd gulpproject
PS D:\\gulpproject> cd src
PS D:\\gulpproject\\src> touch index.html
touch : File C:\\Users\\Milad-karimi\\AppData\\Roaming\\npm\\touch.ps1 cannot be loaded because 
running scripts is disabled on this system. For more information, see about_Execution_Policies 
at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ touch index.html
+ ~~~~~
    + CategoryInfo          : SecurityError: (:) [], PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess
milad karimi ۲۵ بهمن ۱۴۰۱، ۰۷:۳۹

در واقع یک چیزی توی سیستم من مانع عمل کرد این دستور میشه

milad karimi ۲۵ بهمن ۱۴۰۱، ۰۸:۳۸