找不到模块:无法解析'模块' in' projectroot \ node_modules \ load-grunt-tasks \ node_modules \ resolve-from'

时间:2018-03-27 21:25:51

标签: node.js reactjs webpack

任何人都有这个错误吗?不知道该怎么做。它发生在我安装load-grunt-tasks之后,因为那里发生了另一个错误。

现在我卡住了......

当我做npm i --save resolve-from

我明白了:

  

nanogames@0.1.0 C:\ projectroot   + - eslint@4.10.0 | -- require-uncached@1.0.3 | - resolve-from@1.0.1   + - UNMET PEER DEPENDENCY grunt @> = 0.4.0` - resolve-from@4.0.0

     

npm WARN可选SKIPPING OPTIONAL DEPENDENCY:fsevents@^1.1.2   (node_modules \ chokidar \ node_modules \ fsevents):npm WARN notsup   跳伞选择依赖:fsevents@1.1.3不支持的平台:   想要{" os":" darwin"," arch":"任何"}(当前:   {" os":" win32"," arch":" x64"})npm WARN可选SKIPPING OPTIONAL   依赖性:fsevents@^1.0.0   (node_modules \的WebPack-DEV-服务器\ node_modules \ chokidar \ node_modules \ fsevents):   npm WARN notsup SKIPPING OPTIONAL DEPENDENCY:不支持的平台   fsevents@1.1.3:想要{" os":" darwin"," arch":" any"}(当前:   {" os":" win32"," arch":" x64"})npm WARN ajv-keywords@3.1.0需要一个   对等的ajv@^6.0.0但没有安装。警告   load-grunt-tasks@3.5.2需要一个grunt @> = 0.4.0的同伴,但没有一个是   安装。 npm WARN react-dom@15.6.2需要一个同行的反应@^15.6.2   但没有安装。

我将问题缩小到以下来源:

当我动态需要这样的图像时,才会出现错误:

<img src={require(`${this.props.image}`} />

0 个答案:

没有答案