-
Notifications
You must be signed in to change notification settings - Fork 8
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
stopped working #19
Comments
Well the new version works differently and has a new API. You can either update to the new version and change the code to the new API, or you can set the package.json to use the old version (0.6.1). |
I didnt update anything and didnt change anything in my codes. But it stopped working. But if i change package.json to the 0.6.1 i guess it will work. I will try and let you know. Thank you for answer. |
Yea it was probably set to use the latest version in the package.json using the ^ arrow on the version number. Glad you got it working |
These are my package codes, it was already0.6.1 i didnt change it. "node_modules/webgl-fluid-enhanced": {
import { initializeFluidSimulation } from './fluid.js'; and this is my fluid.js codes: import webGLFluidEnhanced from 'https://unpkg.com/webgl-fluid-enhanced@latest'; //some configurations };
} I didnt change any of codes and suddenly it stopped working. What might be the problem? my node module is already 0.6.1 |
If it suddenly stopped working, but the version did not change then it does not have anything to do with the package being updated. Then you must have changed something in your config |
i was using it for months but for a while (i think atleast for last week) it stopped working. New version is not working on me because i had to use old node version how cani fix
The text was updated successfully, but these errors were encountered: