-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could you publish the npm for the latest git code? #153
Comments
vite development error |
try this // vite.config.ts
resolve: {
alias: {
'venn.js': path.resolve(__dirname, './node_modules/venn.js/build/venn.js')
}
}, |
|
I found that the npm code in src/layout.js is error:
import {nelderMead, bisect, conjugateGradient, zeros, zerosM, norm2, scale} from '../node_modules/fmin/index.js';
in the github, the code is import {nelderMead, bisect, conjugateGradient, zeros, zerosM, norm2, scale} from 'fmin';
could you publish?
The text was updated successfully, but these errors were encountered: