import * as jquery from 'jquery';
) которые не имеют @ в названии, то все подключается и работает,import * as tf from '@tensorflow/tfjs';
) /node_modules doesn't exist or is not a directory
npm install --save @tensorflow/tfjs-node@3.20.0
import { Button } from '@material-ui/core';
resolve: {
alias: {
'@material-ui/core': path.resolve(__dirname, 'node_modules', '@material-ui/core'),
},
},