Search code examples
node.jsloopbackjs

Error: Cannot find module 'ieee754' - while running 'lb' command in Loopback js


I am trying to crete an application using loopback framework. I installed the application using the command

npm install -g loopback-cli

after then when i tried to create an application using 'lb' command an error threw.

This is the screenshot of the loopback js

need help ! and thanks in advance.


Solution

  • I solved it by installing globally via: npm install -g ieee754