Loopback: Error: Cannot find module 'ieee754' - while trying to run the lb command

Created on 27 May 2018  路  5Comments  路  Source: strongloop/loopback

Description/Steps to reproduce

I installed the Loopback using the command "npm install -g loopback-cli"
the [email protected] was successfully installed.

after i run the command "lb" the cli threw an error

`module.js:538
throw err;
^

Error: Cannot find module 'ieee754'
at Function.Module._resolveFilename (module.js:536:15)
at Function.Module._load (module.js:466:25)
at Module.require (module.js:579:17)
at require (internal/module.js:11:18)
at Object. (C:\Users\dellAppData\Roaming\npmnode_modulesloopback-clinode_modules\swagger-client\dist\index.js:7:11355)
at t (C:\Users\dellAppData\Roaming\npmnode_modulesloopback-clinode_modules\swagger-client\dist\index.js:1:177)
at Object. (C:\Users\dellAppData\Roaming\npmnode_modulesloopback-clinode_modules\swagger-client\dist\index.js:7:15)
at Object. (C:\Users\dellAppData\Roaming\npmnode_modulesloopback-clinode_modules\swagger-client\dist\index.js:7:11111)
at t (C:\Users\dellAppData\Roaming\npmnode_modulesloopback-clinode_modules\swagger-client\dist\index.js:1:177)
at Object. (C:\Users\dellAppData\Roaming\npmnode_modulesloopback-clinode_modules\swagger-client\dist\index.js:1:48717) `

Expected result

expecting the command to generate questions..

Thanks in advance

Additional information

Node version : 8.0 +

Most helpful comment

Temporary fix npm i -g ieee754 --save-dev and to get local working npm i ieee754 --save-dev

All 5 comments

Same issue here!
Other question is, install module ieee754 globally or in dev dependencies?

Having same issue on [email protected]

Temporary fix npm i -g ieee754 --save-dev and to get local working npm i ieee754 --save-dev

Cross posting from https://github.com/strongloop/loopback-next/issues/1367#issuecomment-392345837

swagger-api/swagger-js#1326 is the culprit.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bryannaegele picture bryannaegele  路  4Comments

Overdrivr picture Overdrivr  路  4Comments

ImanMh picture ImanMh  路  4Comments

bajtos picture bajtos  路  4Comments

Overdrivr picture Overdrivr  路  3Comments