Difference between revisions of "Node.js"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
* [[macOS]]: <code>[[brew install node.js]]</code>
 
* [[macOS]]: <code>[[brew install node.js]]</code>
 
* [[Ubuntu]]: <code>[[apt install nodejs]]</code>
 
* [[Ubuntu]]: <code>[[apt install nodejs]]</code>
 +
* [[Docker]]: <code>[[docker run -it node]]</code>
  
 
== Debugging ==
 
== Debugging ==
Line 23: Line 24:
 
* <code>Runtime.ImportModuleError: Error: Cannot find module '[[uuid]]/v4'</code>
 
* <code>Runtime.ImportModuleError: Error: Cannot find module '[[uuid]]/v4'</code>
 
* <code>SyntaxError: Cannot use [[import]] statement outside a module</code>
 
* <code>SyntaxError: Cannot use [[import]] statement outside a module</code>
 +
* [[The engine "node" is incompatible with this module]]
  
  
Line 35: Line 37:
 
* [[Nock]]
 
* [[Nock]]
 
* <code>[[next.js]]</code>, <code>[[express.js]]</code>
 
* <code>[[next.js]]</code>, <code>[[express.js]]</code>
* [[Joyent]]
 
 
* [[Ryan Dahl]]: [[Deno]]
 
* [[Ryan Dahl]]: [[Deno]]
 
* [[WebdriverIO]]
 
* [[WebdriverIO]]
Line 50: Line 51:
 
* [[PM2]]
 
* [[PM2]]
 
* [[wscat]]
 
* [[wscat]]
 +
* [[FROM node]]
 +
* [[act]]
 +
* [[ip]] package
  
 
== See also ==
 
== See also ==

Latest revision as of 10:58, 21 August 2024

wikipedia:Node.js (2009) JavaScript runtime


Node.js modules were a mistake, he said, and become too big and complex. “It’s my fault, and unfortunately it’s impossible to undo now,” Ryan Dahl said. [1]


Installation[edit]

Debugging[edit]

NODE_DEBUG=cluster,net,http,fs,tls,module,timers node your_app.js

DEBUG=* node your_app.js

Errors[edit]


Applications based on Node.js: Etherpad

Related terms[edit]

See also[edit]

  • https://www.theregister.com/2020/05/14/nodejs_creator_deno_10/
  • Advertising: