Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: fix npm-cli.js install
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jan 4, 2012
1 parent 557fc39 commit e21643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/installer.js
Expand Up @@ -101,7 +101,7 @@ if (cmd === 'install') {
// Install npm (eventually)
if (variables.node_install_npm == 'true') {
copy('deps/npm', 'lib/node_modules/npm');
queue.push('ln -sF ../lib/node_modules/npm/bin/npm-cli.js ' +
queue.push('ln -sf ../lib/node_modules/npm/bin/npm-cli.js ' +
path.join(node_prefix, 'bin/npm'));
}
} else {
Expand Down

0 comments on commit e21643d

Please sign in to comment.