We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot run cli
$ ./bin/leetcode -vv node:internal/modules/cjs/loader:927 throw err; ^ Error: Cannot find module 'underscore' Require stack: - /home/g/work/leetcode-cli_node/lib/cli.js - /home/g/work/leetcode-cli_node/bin/leetcode at Function.Module._resolveFilename (node:internal/modules/cjs/loader:924:15) at Function.Module._load (node:internal/modules/cjs/loader:769:27) at Module.require (node:internal/modules/cjs/loader:996:19) at require (node:internal/modules/cjs/helpers:92:18) at Object.<anonymous> (/home/g/work/leetcode-cli_node/lib/cli.js:2:9) at Module._compile (node:internal/modules/cjs/loader:1092:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1121:10) at Module.load (node:internal/modules/cjs/loader:972:32) at Function.Module._load (node:internal/modules/cjs/loader:813:14) at Module.require (node:internal/modules/cjs/loader:996:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/home/g/work/leetcode-cli_node/lib/cli.js', '/home/g/work/leetcode-cli_node/bin/leetcode' ] }
The text was updated successfully, but these errors were encountered:
npm install underscore
Sorry, something went wrong.
No branches or pull requests
Problem Summary
cannot run cli
How to reproduce
Environment
The text was updated successfully, but these errors were encountered: