Ich habe Probleme, ich habe gerade npm deinstalliert react-bootstrap und dann npm install react-bootstrap und webpack kann dieses Modul nicht mehr laden.
Ich starte Webpack so:
/var/www/cloud/node_modules/.bin/webpack --config webpack.config.js --watch --display-error-details
Und hier ist der Fehler, es kann einfach nicht die package.json innerhalb von react-bootstrap finden:
%Vor%Das ist wirklich seltsam, mein Paket.json sieht so aus:
%Vor%Und meine Webpack-Konfiguration:
%Vor%Außerdem existiert der Ordner react-bootstrap in meinen node_modules.
Mein Baum ist so:
webpack.config.js
Knotenmodule
package.json
Ich bin total verloren ...
Tags und Links node.js npm webpack react-bootstrap commonjs