UNPKG
broken-npm-mock
Version:
latest (0.0.1)
0.0.1
0.0.0
Parse M3U8
github.com/shinnn/parse-m3u8
shinnn/parse-m3u8
broken-npm-mock
/
lib
/
node_modules
/
npm
/
bin
/
npm-cli.js
6 lines
(4 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
const
error =
new
Error
(
'npm CLI is not correctly installed.'
); error.
code
=
'ERR_BROKEN_NPM'
;
throw
error;