NodeJS:Error: Cannot find module 'jshint/src/cli'
Posted Jim
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NodeJS:Error: Cannot find module 'jshint/src/cli'相关的知识,希望对你有一定的参考价值。
以前命令:npm install gulp-jshint --save-dev
实质上是安装jshint失败,缺少该模块。
更换命令 :npm install --save-dev jshint gulp-jshint
参考:http://stackoverflow.com/questions/33984558/gulp-error-cannot-find-module-jshint-src-cli
以上是关于NodeJS:Error: Cannot find module 'jshint/src/cli'的主要内容,如果未能解决你的问题,请参考以下文章
nodejs express 启动报错 Error Cannot find module 'xxx'
truffle Error: Cannot find module ‘truffle-hdwallet-provider‘
解决ERROR Error: Cannot find module ‘@sentry/webpack-plugin‘,或Unable to download sentry-cli binary 问题
解决ERROR Error: Cannot find module ‘@sentry/webpack-plugin‘,或Unable to download sentry-cli binary 问题
Win7 Node.js NPM错误提示> electron-builder --dir Error: Cannot find module ‘fs/promises‘