You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Hi, I'm not sure what this issue is about. Are you having issues with your package.json, or are you suggesting a package.json that works for windows 7, or...?
Hope it helps.
Current package.json does not work on windows 10 (I do not know about windows 7), but if I try npm commands on WSL (linux subsystem) it works!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
{
"name": "vtkjs-example",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build-webpack": "webpack --progress --colors --mode development",
"start": "webpack-dev-server --port 33333 --content-base ./dist",
},
"author": "",
"license": "BSD-3-Clause",
"dependencies": {
"vtk.js": "^13.10.0"
},
"devDependencies": {
"kw-web-suite": "^9.0.0",
"webpack": "^4.41.6"
}
}
The text was updated successfully, but these errors were encountered: