You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm install [email protected]# snip
$ node_modules/.bin/package-scripts --help
Usage: package-scripts [options]
Options:
-h, --help output usage information
-V, --version output the version number
-s, --silent Silent p-s output
-p, --parallel <script-name1,script-name2> Scripts to run in parallel (comma seprated)
-c, --config <filepath> Config file to use (defaults to nearest package-scripts.js)
-l, --log-level <level> The log level to use (error, warn, info [default])
-r, --require <module> Module to preload
/Volumes/alien/mochajs/mocha-core/node_modules/p-s/dist/bin-utils/index.js:117
return moduleName[0] === '.'? (0, _path.resolve)(process.cwd(), moduleName) : moduleName;
^
TypeError: Cannot read property '0' of null
at getModuleRequirePath (/Volumes/alien/mochajs/mocha-core/node_modules/p-s/dist/bin-utils/index.js:117:20)
at attemptModuleRequire (/Volumes/alien/mochajs/mocha-core/node_modules/p-s/dist/bin-utils/index.js:122:23)
at getPSConfig (/Volumes/alien/mochajs/mocha-core/node_modules/p-s/dist/bin/p-s.js:72:41)
at Command.onHelp (/Volumes/alien/mochajs/mocha-core/node_modules/p-s/dist/bin/p-s.js:93:32)
at emitNone (events.js:86:13)
at Command.emit (events.js:185:7)
at Command.outputHelp (/Volumes/alien/mochajs/mocha-core/node_modules/commander/index.js:1024:8)
at outputHelpIfNecessary (/Volumes/alien/mochajs/mocha-core/node_modules/commander/index.js:1078:11)
at Command.parseArgs (/Volumes/alien/mochajs/mocha-core/node_modules/commander/index.js:620:5)
at Command.parse (/Volumes/alien/mochajs/mocha-core/node_modules/commander/index.js:458:21)
The text was updated successfully, but these errors were encountered:
reproduce
The text was updated successfully, but these errors were encountered: