CoderFunda
  • Home
  • About us
    • Contact Us
    • Disclaimer
    • Privacy Policy
    • About us
  • Home
  • Php
  • HTML
  • CSS
  • JavaScript
    • JavaScript
    • Jquery
    • JqueryUI
    • Stock
  • SQL
  • Vue.Js
  • Python
  • Wordpress
  • C++
    • C++
    • C
  • Laravel
    • Laravel
      • Overview
      • Namespaces
      • Middleware
      • Routing
      • Configuration
      • Application Structure
      • Installation
    • Overview
  • DBMS
    • DBMS
      • PL/SQL
      • SQLite
      • MongoDB
      • Cassandra
      • MySQL
      • Oracle
      • CouchDB
      • Neo4j
      • DB2
      • Quiz
    • Overview
  • Entertainment
    • TV Series Update
    • Movie Review
    • Movie Review
  • More
    • Vue. Js
    • Php Question
    • Php Interview Question
    • Laravel Interview Question
    • SQL Interview Question
    • IAS Interview Question
    • PCS Interview Question
    • Technology
    • Other
Showing posts with label Nodejs-Command. Show all posts
Showing posts with label Nodejs-Command. Show all posts

12 February, 2019

Node.js Command Line Options

 Programing Coderfunda     February 12, 2019     Nodejs-Command, Nodejs-Hindi     No comments   

Node.js कमांड लाइन विकल्प - Node.js Command Line Options

Node.js. में कमांड लाइन विकल्पों की एक विस्तृत विविधता है। ये विकल्प स्क्रिप्ट और अन्य सहायक रन-टाइम विकल्पों को निष्पादित करने के कई तरीके प्रदान करते हैं।

आइए देखते हैं Node.js कमांड लाइन विकल्पों की सूची: 

सूचकांक विकल्प विवरण

Index Option Description
1. v, --version It is used to print node's version.
2. -h, --help It is used to print node command line options.
3. -e, --eval "script" It evaluates the following argument as JavaScript. The modules which are predefined in the REPL can also be used in script.
4. -p, --print "script" It is identical to -e but prints the result.
5. -c, --check Syntax check the script without executing.
6. -i, --interactive It opens the REPL even if stdin does not appear to be a terminal.
7. -r, --require module It is used to preload the specified module at startup. It follows require()'s module resolution rules. Module may be either a path to a file, or a node module name.
8. --no-deprecation Silence deprecation warnings.
9. --trace-deprecation It is used to print stack traces for deprecations.
10. --throw-deprecation It throws errors for deprecations.
11. --no-warnings It silence all process warnings (including deprecations).
12. --trace-warnings It prints stack traces for process warnings (including deprecations).
13. --trace-sync-io It prints a stack trace whenever synchronous i/o is detected after the first turn of the event loop.
14. --zero-fill-buffers Automatically zero-fills all newly allocated buffer and slowbuffer instances.
15. --track-heap-objects It tracks heap object allocations for heap snapshots.
16. --prof-process It processes V8 profiler output generated using the v8 option --prof.
17. --V8-options It prints V8 command line options.
18. --tls-cipher-list=list It specifies an alternative default tls cipher list. (requires node.js to be built with crypto support. (default))
19. --enable-fips It enables fips-compliant crypto at startup. (requires node.js to be built with ./configure --openssl-fips)
20. --force-fips It forces fips-compliant crypto on startup. (cannot be disabled from script code.) (same requirements as --enable-fips)
21. --icu-data-dir=file It specifies ICU data load path. (Overrides node_icu_data)

  Or in Hindi

सूचकांक विकल्प विवरण
1. v, --version इसका उपयोग नोड के संस्करण को प्रिंट करने के लिए किया जाता है।
2. -h, --help इसका उपयोग नोड कमांड लाइन विकल्प प्रिंट करने के लिए किया जाता है।
3. -e, --eval "script" यह जावास्क्रिप्ट के रूप में निम्न तर्क का मूल्यांकन करता है। REPL में पूर्वनिर्धारित मॉड्यूल का उपयोग स्क्रिप्ट में भी किया जा सकता है।
4. -पी, --प्रिंट "स्क्रिप्ट" यह -ई के समान है, लेकिन परिणाम प्रिंट करता है।
5. -c, -check सिंटैक्स बिना एक्ज़ीक्यूट किए स्क्रिप्ट को चेक करता है।
6. -आई, - इनटेक्टिव एक्टिव यह आरईपीएल को खोलता है, भले ही स्टड एक टर्मिनल के रूप में प्रकट न हो।
7. -r, --require मॉड्यूल इसका उपयोग स्टार्टअप पर निर्दिष्ट मॉड्यूल को प्रीलोड करने के लिए किया जाता है। इसके लिए आवश्यकता है () मॉड्यूल रिज़ॉल्यूशन नियमों की। मॉड्यूल या तो फ़ाइल के लिए एक पथ हो सकता है, या नोड मॉड्यूल नाम हो सकता है।
8. -नो-वंचन मौन deprecation चेतावनियाँ।
9. -ट्रेस-डेप्रिसिएशन का उपयोग डिप्रेसेशन के लिए स्टैक के निशान को प्रिंट करने के लिए किया जाता है।
10. -थो-डेप्रिसिएशन यह डेप्रिसिएशन के लिए एरर फेंकता है।
11. --चेतावनियाँ यह सभी प्रक्रिया चेतावनियों (पदावनत सहित) को मौन करती है।
12. -ट्रेस-चेतावनियाँ यह प्रक्रिया चेतावनियों के लिए स्टैक के निशान (अवक्षेपण सहित) को प्रिंट करती है।
13. -ट्रेस-सिंक-आईआईओ यह एक स्टैक ट्रेस को प्रिंट करता है जब भी इवेंट लूप की पहली बारी के बाद सिंक्रोनस i / o का पता लगाया जाता है।
14. - एक्सो-फिल-बफ़र्स स्वचालित रूप से सभी नव-आवंटित बफर और धीमे आवृत्तियों को शून्य-भरता है।
15. .ट्रैप-हीप-ऑब्जेक्ट्स यह हीप स्नैपशॉट के लिए हीप एलोकेशन को ट्रैक करता है।
16.-prof- प्रक्रिया यह v8 विकल्प का उपयोग कर उत्पन्न V8 प्रोफाइलर प्रक्रियाओं को संसाधित करता है - लाभदायक।
17. - V8- विकल्प यह V8 कमांड लाइन विकल्प प्रिंट करता है।
18. -tls-cipher-list = सूची यह एक वैकल्पिक डिफ़ॉल्ट tls सिफर सूची निर्दिष्ट करता है। (क्रिप्टो समर्थन के साथ नोड.जेएस बनाने की आवश्यकता है। (डिफ़ॉल्ट))
19. -enable-fips यह स्टार्टअप पर फिप्स-कंप्लीट क्रिप्टो को सक्षम बनाता है। (नोड .js के साथ बनाया जाना आवश्यक है ।/configure --openssl-fips)
20. -force-fips यह स्टार्टअप पर कूल्हों-अनुरूप क्रिप्टो बलों को मजबूर करता है। (स्क्रिप्ट कोड से अक्षम नहीं किया जा सकता है।) (समान आवश्यकताएं --enable-fips)
21. --icu-data-dir = file यह ICU डेटा लोड पथ निर्दिष्ट करता है। (अधिप्रदाय नोड_सु_दाता)
Node.js कमांड लाइन विकल्प उदाहरण
चल रहे नोड के संस्करण को देखने के लिए:

Node.js कमांड प्रॉम्प्ट खोलें और कमांड नोड -v या नोड --version चलाएं



Node.js कमांड प्रॉम्प्ट खोलें और कमांड नोड -v या नोड --version चलाएं
 
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Older Posts Home

Meta

Popular Posts

  • Laravel auth check login
          <?php     Laravel auth check login     use Illuminate\Support\Facades\ Auth ;     if ( Auth :: check()) {         // The use...
  • What is WordPress
      What is WordPress WordPress is a free and open-source  C ontent  M anagement  S ystem (CMS). It is an online site based on PHP and MySQL. ...
  • JqueryUI Tutorial
    JqueryUI Tutorial    JqueryUI is the most popular front end frameworks currently. It is sleek, intuitive, and powerful mobile first fr...
  • window.location.replace() is not working
    just wanna ask why does window.location.replace is not working in my page. I've been working on it for weeks. It works fine on my other ...
  • Campfire Coders (The post-Laracon-'24 recap episode!)
    submitted by /u/JerseyMilker [link] [comments]

Categories

  • Ajax (26)
  • Bootstrap (30)
  • DBMS (42)
  • HTML (12)
  • HTML5 (45)
  • JavaScript (10)
  • Jquery (34)
  • Jquery UI (2)
  • JqueryUI (32)
  • Laravel (1017)
  • Laravel Tutorials (23)
  • Laravel-Question (6)
  • Magento (9)
  • Magento 2 (95)
  • MariaDB (1)
  • MySql Tutorial (2)
  • PHP-Interview-Questions (3)
  • Php Question (13)
  • Python (36)
  • RDBMS (13)
  • SQL Tutorial (79)
  • Vue.js Tutorial (69)
  • Wordpress (150)
  • Wordpress Theme (3)
  • codeigniter (108)
  • oops (4)
  • php (853)

Social Media Links

  • Follow on Twitter
  • Like on Facebook
  • Subscribe on Youtube
  • Follow on Instagram

Pages

  • Home
  • Contact Us
  • Privacy Policy
  • About us

Blog Archive

  • July (4)
  • September (100)
  • August (50)
  • July (56)
  • June (46)
  • May (59)
  • April (50)
  • March (60)
  • February (42)
  • January (53)
  • December (58)
  • November (61)
  • October (39)
  • September (36)
  • August (36)
  • July (34)
  • June (34)
  • May (36)
  • April (29)
  • March (82)
  • February (1)
  • January (8)
  • December (14)
  • November (41)
  • October (13)
  • September (5)
  • August (48)
  • July (9)
  • June (6)
  • May (119)
  • April (259)
  • March (122)
  • February (368)
  • January (33)
  • October (2)
  • July (11)
  • June (29)
  • May (25)
  • April (168)
  • March (93)
  • February (60)
  • January (28)
  • December (195)
  • November (24)
  • October (40)
  • September (55)
  • August (6)
  • July (48)
  • May (2)
  • January (2)
  • July (6)
  • June (6)
  • February (17)
  • January (69)
  • December (122)
  • November (56)
  • October (92)
  • September (76)
  • August (6)

Loading...

Laravel News

Loading...

Copyright © CoderFunda | Powered by Blogger
Design by Coderfunda | Blogger Theme by Coderfunda | Distributed By Coderfunda