UNPKG

broken-npm-path

Version:

A path to the mock file that simulates an incorrectly installed npm CLI

6 lines (4 loc) 129 B
#!/usr/bin/env node const error = new Error('npm CLI is not correctly installed.'); error.code = 'ERR_BROKEN_NPM'; throw error;