pulling.js:
//# sourceMappingURL=pulling-drawer.js.map
pulling.js.map:
{"version":3,"sources":["node_modules/pulling/build/pulling-drawer.js"]
🤔
Please stop making new topics. It's very annoying and makes us less likely to help, especially when you tag us directly.
The log you included shows an npm install
failing to complete due to an error during the sharp
module installation. I suggest checking the following site to help with that:
Specifically, it says that you're missing a C++11 compiler. Run apt install build-essential
if you're on Ubuntu.
How can I solve this problem ?
I have merged your topics together. Please stop making new topics when it's related to the same issue.
@Abhinov-Singh-0 try manually installing libvips>=8.8.1
sudo apt install libvips libvips-dev
@oplik0
I am running nodebb on centos 6.10
and hostgator is not giving option to migrate to centos 7
what should i do ?
Because I am not able to install libvips without which i cannot install sharp
due to which after upgrading nodebb to latest version my nodebb is not getting started
i dont think you can install them on 6 series centos. can somebody correct me?
@Abhinov-Singh-0 You'll probably have to build libvips from source tarball. Look here for instructions on doing so.