We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Redoc-cli gives me the following error: Error: Cannot find module 'base64-js' Version: 0.8.2
$ npm i -g redoc-cli /Users/x/.npm-packages/bin/redoc-cli -> /Users/x/.npm-packages/lib/node_modules/redoc-cli/index.js > [email protected] install /Users/x/.npm-packages/lib/node_modules/redoc-cli/node_modules/fsevents > node install node-pre-gyp WARN Using needle for node-pre-gyp https download [fsevents] Success: "/Users/x/.npm-packages/lib/node_modules/redoc-cli/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" is installed via remote > [email protected] postinstall /Users/x/.npm-packages/lib/node_modules/redoc-cli/node_modules/styled-components > node ./scripts/postinstall.js || exit 0 Use styled-components at work? Consider supporting our development efforts at https://opencollective.com/styled-components + [email protected] added 391 packages from 222 contributors in 6.799s $ redoc-cli serve ecommerce-platform.json module.js:550 throw err; ^ Error: Cannot find module 'base64-js' at Function.Module._resolveFilename (module.js:548:15) at Function.Module._load (module.js:475:25) at Module.require (module.js:597:17) at require (internal/module.js:11:18) at Object.<anonymous> (/Users/x/.npm-packages/lib/node_modules/redoc-cli/node_modules/redoc/bundles/redoc.lib.js:6145:18) at __webpack_require__ (/Users/x/.npm-packages/lib/node_modules/redoc-cli/node_modules/redoc/bundles/redoc.lib.js:36:30) at Object.<anonymous> (/Users/x/.npm-packages/lib/node_modules/redoc-cli/node_modules/redoc/bundles/redoc.lib.js:1113:14) at Object.<anonymous> (/Users/x/.npm-packages/lib/node_modules/redoc-cli/node_modules/redoc/bundles/redoc.lib.js:2893:30) at __webpack_require__ (/Users/x/.npm-packages/lib/node_modules/redoc-cli/node_modules/redoc/bundles/redoc.lib.js:36:30) at Object.<anonymous> (/Users/x/.npm-packages/lib/node_modules/redoc-cli/node_modules/redoc/bundles/redoc.lib.js:6139:41)
The text was updated successfully, but these errors were encountered:
6c79901
Finally 0.8.3 resolves all the CLI issues. Tested it out now on a separate machine.
0.8.3
Should add a test to CI
Sorry, something went wrong.
No branches or pull requests
Hi
Redoc-cli gives me the following error: Error: Cannot find module 'base64-js'
Version: 0.8.2
The text was updated successfully, but these errors were encountered: