We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In order to try v1.0.0, get the source code and run npm build.
npm build
The app should be built with babel.
Come to an error.
fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
After searching , it seems to be node version issue. sequelize/cli#291 Fallback nodejs version to v4.x. I am using v6.9.1 right now.
The text was updated successfully, but these errors were encountered:
With a double check, I found it is not an error, but a warning. The warning can be removed with
sudo npm upgrade -g npm
sequelize/cli#291
npm test
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
In order to try v1.0.0, get the source code and run
npm build
.Expected Behavior
The app should be built with babel.
Current Behavior
Come to an error.
Possible Solution
After searching , it seems to be node version issue.
sequelize/cli#291
Fallback nodejs version to v4.x.
I am using v6.9.1 right now.
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: