We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I import neovis by "npm install --save neovis.js".it occur that
path E:\Javacode\vue_code\neo4jTest\node_modules_mime@1.6.0@mime npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node src/build.js npm ERR! node:internal/modules/cjs/loader:488 npm ERR! throw e; npm ERR! ^ npm ERR! npm ERR! Error: Cannot find module 'E:\Javacode\vue_code\neo4jTest\node_modules\mime-score\lib\index.js'
Now,I have to use neovis.js in version1.5.0 ,but it don't have
node.js v16.14.0
The text was updated successfully, but these errors were encountered:
Module parse failed: Unexpected token (2:1139185) You may need an appropriate loader to handle this file type.
when i npm run dev it occur
Sorry, something went wrong.
No branches or pull requests
when I import neovis by "npm install --save neovis.js".it occur that
path E:\Javacode\vue_code\neo4jTest\node_modules_mime@1.6.0@mime
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node src/build.js
npm ERR! node:internal/modules/cjs/loader:488
npm ERR! throw e;
npm ERR! ^
npm ERR!
npm ERR! Error: Cannot find module 'E:\Javacode\vue_code\neo4jTest\node_modules\mime-score\lib\index.js'
Now,I have to use neovis.js in version1.5.0 ,but it don't have
node.js v16.14.0
The text was updated successfully, but these errors were encountered: