chrome-extension-cli icon indicating copy to clipboard operation
chrome-extension-cli copied to clipboard

'.' 不是内部或外部命令,也不是可运行的程序 或批处理文件。

Open MrXhh opened this issue 4 years ago • 1 comments

PS F:\test> npm run watch

> [email protected] watch F:\test
> ./node_modules/webpack/bin/webpack.js --mode=development --watch --config config/webpack.config.js

'.' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] watch: `./node_modules/webpack/bin/webpack.js --mode=development --watch --config config/webpack.config.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] watch script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2021-12-12T05_37_32_606Z-debug.log
PS F:\test> 

MrXhh avatar Dec 12 '21 05:12 MrXhh

Remove webpack global dependency

https://github.com/gadhagod/chrome-extension-cli-client/pull/1

MrXhh avatar Dec 12 '21 07:12 MrXhh