FM57

Results 7 comments of FM57

Hello, This is so great to answer ! Here it is [image: Images intégrées 1] I tried to install Make through opkg but I have a build issue. That version...

Hi M. Chen, Sure, anything you require ! [image: Images intégrées 1] It seems that there is an issue with the grep function on the Synology. As for the libcurl-devel,...

Hello again, And the error message below FM57@DiskStation:/var/services/web/node.js$ sudo npm install phplike | > [email protected] install /volume1/web/node.js/node_modules/phplike > node install.js Auto Recompile C/C++ library. gyp WARN EACCES user "root" does...

And by removing folder make (fom opkg) inside node_modules FM57@DiskStation:/var/services/web/node.js$ sudo npm install phplike - > [email protected] install /volume1/web/node.js/node_modules/phplike > node install.js Auto Recompile C/C++ library. make: Entering directory '/volume1/web/node.js/node_modules/phplike/build'...

Hi M. Chen, It did not work but my path was a bit different so I adapted the command to npm config set prefix /var/services/web/node.js/ I then tried to reinstall...

I forgot to mention that I had the same message with your recommendation FM57@DiskStation:/var/services/web/node.js$ npm config set prefix /volume1/web/node.js/ FM57@DiskStation:/var/services/web/node.js$ npm install phplike - > [email protected] install /volume1/web/node.js/node_modules/phplike > node...

And :) I tried to go directly to /volume1/web/node.js. It is actually the same path as the other. (symbolic link) ? FM57@DiskStation:/volume1/web/node.js$ I ran again npm install phplike but still...