This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
windows rollup fail #237
Comments
windows dockerinside docker compile is ok, but ... watcher didn't work # docker-compose.yml
version: '3'
services:
dev:
image: node:12-alpine
volumes:
#
- .:/workspace
#
# - nodemodules:/workspace/node_modules
- /workspace/node_modules
- /workspace/__sapper__
- /workspace/src/node_modules
#
# - /workspace/dist
# - /workspace/.cache
#
# - /etc/letsencrypt:/etc/letsencrypt
# - /var/lib/letsencrypt:/var/lib/letsencrypt
environment:
- NODE_ENV=development
- PORT=80
working_dir: /workspace/
ports:
- 80:80
- 10000:10000
tty: true
# volumes:
# nodemodules:
# external: true |
wsl 2, rollupwatchervscode "open foler inside WSL"(WSL addon) - fail hotreloadhttp://127.0.0.1:3000/ - fail (look like vscode route) |
Hi @qwabra I'm assuming you are trying to build the template on your windows machine. I'm a little confused at what part Docker plays in this? |
I try different ways of working from under Windows in search of a working solution. |
So, for Windows, single work solution for me - is WSL 1 (rollup is checked ) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
windows rollup fail
npm/yarn
nodejs 12/14
windows 10
rollup
npx degit "sveltejs/sapper-template#rollup" my-app
webpack
npx degit "sveltejs/sapper-template#webpack" my-app
hmm, webpack, hotreload din't work !?
from browser console:
The text was updated successfully, but these errors were encountered: