Error starting web pack

hi,

in at attempt to start webpack I am getting this error right at the end - any ideas?

3.1.1 version

it was fine last week - honest!!

ERROR in ./js/jquery/index.js
Module build failed (from ../../../node_modules/babel-loader/lib/index.js):
Error: /app/indico/web/client/js/jquery/index.js: Cannot find module 'selectize/dist/css/selectize.css'
Require stack:
- /app/node_modules/@dr.pogodin/babel-plugin-react-css-modules/dist/index.js
- /app/node_modules/@babel/core/lib/config/files/module-types.js
- /app/node_modules/@babel/core/lib/config/files/configuration.js
- /app/node_modules/@babel/core/lib/config/files/index.js
- /app/node_modules/@babel/core/lib/index.js
- /app/node_modules/babel-loader/lib/index.js
- /app/node_modules/webpack/lib/ProgressPlugin.js
- /app/node_modules/webpack/lib/index.js
- /app/node_modules/webpack-cli/lib/webpack-cli.js
- /app/node_modules/webpack-cli/lib/bootstrap.js
- /app/node_modules/webpack-cli/bin/cli.js
- /app/node_modules/webpack/bin/webpack.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
    at Function.resolve (node:internal/modules/cjs/helpers:127:19)
    at getTargetResourcePath (/app/node_modules/@dr.pogodin/babel-plugin-react-css-modules/src/index.js:36:18)
    at notForPlugin (/app/node_modules/@dr.pogodin/babel-plugin-react-css-modules/src/index.js:52:20)
    at PluginPass.ImportDeclaration (/app/node_modules/@dr.pogodin/babel-plugin-react-css-modules/src/index.js:154:21)
    at newFn (/app/node_modules/@babel/traverse/lib/visitors.js:177:21)
    at NodePath._call (/app/node_modules/@babel/traverse/lib/path/context.js:53:20)
    at NodePath.call (/app/node_modules/@babel/traverse/lib/path/context.js:40:17)
    at NodePath.visit (/app/node_modules/@babel/traverse/lib/path/context.js:100:31)
    at TraversalContext.visitQueue (/app/node_modules/@babel/traverse/lib/context.js:103:16)

ERROR in ./js/react/hooks.js 209:0-40
Module not found: Error: Can't resolve '@use-hooks/axios' in '/app/indico/web/client/js/react'
 @ ../../modules/users/client/js/Favorites.jsx 183:0-54 303:74-90

ERROR in unable to locate '/app/node_modules/ckeditor/dev/builder/release/ckeditor' glob

1 error has detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.

Did you update nodejs lately? Anyway, try running npm ci to reinstall your JS dependencies.

PS: 3.1 is obsolete and has known security issues. Use the latest 3.2 release!

cheers - we are in the process of doing a 3.2 release - this is to allow me to do some testing of it :slight_smile: