Server IP : 127.0.0.2 / Your IP : 3.14.131.159 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/npm/ |
Upload File : |
npm for Debian ============== nodejs Debian package provides /usr/bin/nodejs ---------------------------------------------- Modules installed by npm can ship executables. These executables depend on /usr/bin/node, which is provided by the nodejs-legacy Debian package. More information: /usr/share/doc/nodejs/README.Debian global mode npm --------------- When run in global mode, npm is configured like this : prefix=/usr/local globalconfig=/etc/npmrc globalignorefile=/etc/npmignore That means npm -g install mymodule will be installed in : /usr/local/lib/node_modules/ If mymodule installs executables, they go to : /usr/local/bin And man pages to /usr/local/share/man Please read npm-config(1), npm-folders(1) and npm-link(1) man pages. This global configuration is kept across a global self update of npm. It is not guaranteed it will stay like this, so it's safer to update npm debian package instead. do not confuse with /usr/lib/nodejs ----------------------------------- /usr/lib/nodejs directory is reserved for modules that are provided by a debian package. -- Jérémy Lal <kapouer@melix.org> Fri, 28 Jan 2011 00:33:28 +0200