我在webpack build
上遇到以下错误ERROR in ./node_modules/bootstrap-
loader/lib/bootstrap.loader.js!./node_modules/bootstrap-loader/no-op.js
Module build failed: Error: Cannot find module
'/Users/prashantkumar/Desktop/other/webapp-react/node_modules/bootstrap-sass/package.json/package.json'
at Function.Module._resolveFilename (module.js:547:15)
at Function._module2.default._resolveFilename (/Users/prashantkumar/Desktop/other/webapp-react/node_modules/require-hacker/babel-transpiled-modules/require hacker.js:442:34)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at exports.default (/Users/prashantkumar/Desktop/other/webapp-react/node_modules/bootstrap-loader/lib/utils/checkBootstrapVersion.js:8:20)
at Object.module.exports.pitch (/Users/prashantkumar/Desktop/other/webapp-react/node_modules/bootstrap-loader/lib/bootstrap.loader.js:159:65)
@ ./node_modules/bootstrap-loader/loader.js 2:17-61
@ multi bootstrap-loader ./src/client.js
有一个原因,它正在寻找同名文件夹中的package.json文件,我不知道为什么。我已尝试在本地和服务器上再次安装这些,但错误仍在继续。
我该怎么办?
答案 0 :(得分:1)
修复步骤:
bootstrapVersion: 3
bootstrapPath: ..path to project../node_modules/bootstrap-sass
重要提示:这只是一种解决方法,对于修复方法,请遵循此问题:https://github.com/shakacode/bootstrap-loader/issues/341
答案 1 :(得分:0)
这已在新修补版本的“resolve”(1.7.1)中修复。 https://github.com/browserify/resolve/releases/tag/v1.7.1