@@ -1831,8 +1831,14 @@ unknown file extension.
1831
1831
1832
1832
Creation of a [ ` zlib ` ] [ ] object failed due to incorrect configuration.
1833
1833
1834
- [ `'uncaughtException'` ] : process.html#process_event_uncaughtexception
1834
+ <a id =" MODULE_NOT_FOUND " ></a >
1835
+ ### MODULE_NOT_FOUND
1836
+
1837
+ A module file could not be resolved while attempting a [ ` require() ` ] [ ] or
1838
+ ` import ` operation.
1839
+
1835
1840
[ `--force-fips` ] : cli.html#cli_force_fips
1841
+ [ `'uncaughtException'` ] : process.html#process_event_uncaughtexception
1836
1842
[ `child_process` ] : child_process.html
1837
1843
[ `cipher.getAuthTag()` ] : crypto.html#crypto_cipher_getauthtag
1838
1844
[ `Class: assert.AssertionError` ] : assert.html#assert_class_assert_assertionerror
@@ -1842,24 +1848,14 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
1842
1848
[ `dgram.createSocket()` ] : dgram.html#dgram_dgram_createsocket_options_callback
1843
1849
[ `ERR_INVALID_ARG_TYPE` ] : #ERR_INVALID_ARG_TYPE
1844
1850
[ `EventEmitter` ] : events.html#events_class_eventemitter
1851
+ [ `fs` ] : fs.html
1852
+ [ `fs.readdir` ] : fs.html#fs_fs_readdir_path_options_callback
1853
+ [ `fs.readFileSync` ] : fs.html#fs_fs_readfilesync_path_options
1845
1854
[ `fs.symlink()` ] : fs.html#fs_fs_symlink_target_path_type_callback
1846
1855
[ `fs.symlinkSync()` ] : fs.html#fs_fs_symlinksync_target_path_type
1856
+ [ `fs.unlink` ] : fs.html#fs_fs_unlink_path_callback
1847
1857
[ `hash.digest()` ] : crypto.html#crypto_hash_digest_encoding
1848
1858
[ `hash.update()` ] : crypto.html#crypto_hash_update_data_inputencoding
1849
- [ `readable._read()` ] : stream.html#stream_readable_read_size_1
1850
- [ `server.close()` ] : net.html#net_server_close_callback
1851
- [ `sign.sign()` ] : crypto.html#crypto_sign_sign_privatekey_outputformat
1852
- [ `stream.pipe()` ] : stream.html#stream_readable_pipe_destination_options
1853
- [ `stream.push()` ] : stream.html#stream_readable_push_chunk_encoding
1854
- [ `stream.unshift()` ] : stream.html#stream_readable_unshift_chunk
1855
- [ `stream.write()` ] : stream.html#stream_writable_write_chunk_encoding_callback
1856
- [ `Writable` ] : stream.html#stream_class_stream_writable
1857
- [ `subprocess.kill()` ] : child_process.html#child_process_subprocess_kill_signal
1858
- [ `subprocess.send()` ] : child_process.html#child_process_subprocess_send_message_sendhandle_options_callback
1859
- [ `fs.readFileSync` ] : fs.html#fs_fs_readfilesync_path_options
1860
- [ `fs.readdir` ] : fs.html#fs_fs_readdir_path_options_callback
1861
- [ `fs.unlink` ] : fs.html#fs_fs_unlink_path_callback
1862
- [ `fs` ] : fs.html
1863
1859
[ `http` ] : http.html
1864
1860
[ `https` ] : https.html
1865
1861
[ `libuv Error handling` ] : http://docs.libuv.org/en/v1.x/errors.html
@@ -1868,8 +1864,19 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
1868
1864
[ `new URLSearchParams(iterable)` ] : url.html#url_constructor_new_urlsearchparams_iterable
1869
1865
[ `process.send()` ] : process.html#process_process_send_message_sendhandle_options_callback
1870
1866
[ `process.setUncaughtExceptionCaptureCallback()` ] : process.html#process_process_setuncaughtexceptioncapturecallback_fn
1867
+ [ `readable._read()` ] : stream.html#stream_readable_read_size_1
1868
+ [ `require()` ] : modules.html#modules_require
1871
1869
[ `require('crypto').setEngine()` ] : crypto.html#crypto_crypto_setengine_engine_flags
1872
1870
[ `server.listen()` ] : net.html#net_server_listen
1871
+ [ `server.close()` ] : net.html#net_server_close_callback
1872
+ [ `sign.sign()` ] : crypto.html#crypto_sign_sign_privatekey_outputformat
1873
+ [ `stream.pipe()` ] : stream.html#stream_readable_pipe_destination_options
1874
+ [ `stream.push()` ] : stream.html#stream_readable_push_chunk_encoding
1875
+ [ `stream.unshift()` ] : stream.html#stream_readable_unshift_chunk
1876
+ [ `stream.write()` ] : stream.html#stream_writable_write_chunk_encoding_callback
1877
+ [ `subprocess.kill()` ] : child_process.html#child_process_subprocess_kill_signal
1878
+ [ `subprocess.send()` ] : child_process.html#child_process_subprocess_send_message_sendhandle_options_callback
1879
+ [ `Writable` ] : stream.html#stream_class_stream_writable
1873
1880
[ `zlib` ] : zlib.html
1874
1881
[ ES6 module ] : esm.html
1875
1882
[ Node.js Error Codes ] : #nodejs-error-codes
0 commit comments