Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Windows7 Test,package.json config #1

Open
defineconst opened this issue Feb 28, 2020 · 2 comments
Open

Windows7 Test,package.json config #1

defineconst opened this issue Feb 28, 2020 · 2 comments

Comments

@defineconst
Copy link

{
"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",

"build": "webpack-dev-server --mode=production --progress  --port 33333",

"dev": "webpack-dev-server --mode=development  --port 33333",

"dev:cone": "set EXAMPLE=cone.js & webpack-dev-server --mode=development  --port 33333",
"dev:cone-filter": "set EXAMPLE=cone-filter.js & webpack-dev-server --mode=development  --port 33333",
"dev:volume": "set EXAMPLE=volume.js & webpack-dev-server --mode=development  --port 33333 --",
"dev:volume-transfer": "set EXAMPLE=volume-transfer.js & webpack-dev-server --mode=development  --port 33333",
"dev:image-slicing": "set EXAMPLE=image-slicing.js & webpack-dev-server --mode=development  --port 33333",
"dev:widgets": "set EXAMPLE=widgets.js & webpack-dev-server --mode=development  --port 33333"

},
"author": "",
"license": "BSD-3-Clause",
"dependencies": {
"vtk.js": "^13.10.0"
},
"devDependencies": {
"kw-web-suite": "^9.0.0",
"webpack": "^4.41.6"
}
}

@floryst
Copy link
Collaborator

floryst commented Mar 16, 2020

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...?

@robertabenassi
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants