Nizar B.
Nizar B.

Reputation: 3118

Create a new project with loopback.io

I'm trying to use for the first time LoopBack.io and I always get this error when I'm trying to create a new project with this command line:

 slc loopback

Here is the error:

 [Error: `app.boot` was removed, use the new module loopback-boot instead]

Can anyone guide me to fix this problem, please? Thank you for your help.

Upvotes: 0

Views: 277

Answers (1)

Nizar B.
Nizar B.

Reputation: 3118

I fixed this issue by re-installing strongloop with an NPM option to avoid permissions troubles:

 sudo npm install -g strongloop --unsafe-perm=true.

Upvotes: 2

Related Questions