question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add node included packages to suggestions

See original GitHub issue

Wouldn’t be cool to have a suggestion that I also be able to require path for example?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
ChristianKohlercommented, Oct 15, 2016

@jens1o Good Idea. Would this be this list?

node -pe "require('repl')._builtinLibs"

[ 'assert',
  'buffer',
  'child_process',
  'cluster',
  'crypto',
  'dgram',
  'dns',
  'domain',
  'events',
  'fs',
  'http',
  'https',
  'net',
  'os',
  'path',
  'punycode',
  'querystring',
  'readline',
  'repl',
  'stream',
  'string_decoder',
  'tls',
  'tty',
  'url',
  'util',
  'v8',
  'vm',
  'zlib' ]
0reactions
jens1ocommented, Dec 15, 2016

Thanks too!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Use Node.js Modules with npm and package.json
First, set up a project so you can practice managing modules. In your shell, create a new folder called locator : mkdir locator....
Read more >
how to Add my node_module, modules into package.json
The generated package.json will include any modules that already exist within node_modules . Sample run: $ cd /my/project $ mv package.json ...
Read more >
Best practices for creating a modern npm package - Snyk
In this tutorial, we're going to walk step by step through creating an npm package using modern best practices (as of 2022).
Read more >
NPM - Node Package Manager - TutorialsTeacher
Node Package Manager (NPM) is a command line tool that install, update or uninstall Node.js packages in your application. It is also an...
Read more >
npm install supports local packages and dependencies
The npm install command supports local development and allows to quickly install and symlink local modules and packages.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found