cancel
Showing results for 
Search instead for 
Did you mean: 

mbt build failure : npm ERR! `node-pre-gyp install --fallback-to-build` npm ERR! Exit status 1

kawal2266
Employee
Employee
0 Kudos

npm ERR! sqlite3@5.0.1 install: `node-pre-gyp install --fallback-to-build` npm ERR! Exit status 1

Running it on the SAP Business Application Studio :

> mbt build

> node-pre-gyp install --fallback-to-build

How to add these properties to package.json ?

Thanks

Kawal

Accepted Solutions (1)

Accepted Solutions (1)

iwona_hahn
Product and Topic Expert
Product and Topic Expert

Hi,

Try npm install -D sqlite3@5.0.0 until a fix will be provided. Hope that helps.

Best regards,
Iwona

Answers (1)

Answers (1)

vobu
Active Contributor

ran into sth similar myself recently: there is an error with sqlite 5.0.1. pinning the version to 5.0.0 in your package.json should resolve this.