Closed Falieson closed 6 years ago
Florians-MBP:collector falieson$ nps build.server nps is executing `build.server` : npx webpack --config webpack/webpack.dev.server.js Cannot find module './utils'
in my node_modules/webpack-node-externals/index.js there is var utils = require('./utils'); but there is no utils in the folder
node_modules/webpack-node-externals/index.js
var utils = require('./utils');
"webpack-node-externals": "1.7.1",
Correct. Fixed in 1.7.2. Thanks!
1.7.2
in my
node_modules/webpack-node-externals/index.js
there isvar utils = require('./utils');
but there is no utils in the folder