Problème pour watch le front-end

Je n'arrive pas à watch le front

Le problème exposé dans ce sujet a été résolu.

Bonjour,

Je n’arrive pas à watch le front-end, pourtant quand j’ai essayé après l’installation je n’avais aucun soucis. Une idée ?

(zdsenv) a312@vps:~/zds/zds-site(fixhttps)$ yarn watch
yarn run v1.9.4
error Command "watch" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
(zdsenv) a312@vps:~/zds/zds-site(fixhttps)$ yarn run watch
yarn run v1.9.4
error Command "watch" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
(zdsenv) a312@vps:~/zds/zds-site(fixhttps)$ gulp watch
bash: gulp : commande introuvable
(zdsenv) a312@vps:~/zds/zds-site(fixhttps)$ gulp runt watch
bash: gulp : commande introuvable
(zdsenv) a312@vps:~/zds/zds-site(fixhttps)$

Bon vol,

A.

J’ai des problème de lenteur avec build en plus :( C’est peut-etre apache2 qui utilise trop de mémoire :(

(zdsenv) a312@vps:~/zds/zds-site(fixhttps)$ yarn run watch
yarn run v1.9.4
error Command "watch" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
(zdsenv) a312@vps:~/zds/zds-site(fixhttps)$ yarn run build
yarn run v1.9.4
$ gulp build
[16:02:29] Using gulpfile ~/zds/zds-site/Gulpfile.js
[16:02:29] Starting 'prepare-zmd'...
[16:02:29] Starting 'css:sprite'...
[16:02:29] Starting 'js'...
[16:02:39] Finished 'js' after 10 s
[16:02:40] Finished 'prepare-zmd' after 11 s
[16:02:42] Finished 'css:sprite' after 13 s
[16:02:42] Starting 'css'...
[16:02:42] Starting 'images'...
Node#moveTo was deprecated. Use Container#append.
[16:02:48] Finished 'css' after 6.07 s
[16:03:54] gulp-imagemin: Minified 386 images (saved 370 kB - 37.6%)
[16:03:54] Finished 'images' after 1.18 min
[16:03:54] Starting 'build'...
[16:03:54] Finished 'build' after 170 μs
Done in 97.24s.
(zdsenv) a312@vps:~/zds/zds-site(fixhttps)$
+0 -0

Si tu as déjà fais l’install de zmarkdown:

cd zds-site/zmd
npm -g install pm2
npm install --production

Il ne te reste plus qu’à démarrer zmarkdown

cd ./node_modules/zmarkdown
npm run server
pm2 monit

Pour vérifier que zmarkdown est bien démarré : http://localhost:27272/ depuis ton navigateur.

EDIT: bon ben tu as édité entre temps

@cepus Quand on fait npm run server, le nom est index. Pourquoi ne pas rajouter l’option --name dans package.json ?

 "server": "pm2 start --name=zmarkdown -f server/index.js -i 3 --max-memory-restart 150M",

Et "pm2 kill" va tuer toutes mes applications et pas seulement zmarkdown ?

+0 -0

@cepus Quand on fait npm run server, le nom est index. Pourquoi ne pas rajouter l’option --name dans package.json ?

 "server": "pm2 start --name=zmarkdown -f server/index.js -i 3 --max-memory-restart 150M",

En effet. Parce qu’on n’en a pas besoin je dirais.

Et "pm2 kill" va tuer toutes mes applications et pas seulement zmarkdown ?

A-312

Oui.

+0 -0

Je connais rien à windows mais développer en local est tellement plus confortable que je tenterais le coup. Avec le Linux subsystem ça a l’air jouable, non ?

Sinon faudra faire avec la lenteur de gulp. Note que tu peux soulager ton vps en virant apache et autres trucs superflus. Et si zmd avec pm2 lance plusieurs processes, tu peux changer ça pour en avoir qu’un.

+0 -0
Connectez-vous pour pouvoir poster un message.
Connexion

Pas encore membre ?

Créez un compte en une minute pour profiter pleinement de toutes les fonctionnalités de Zeste de Savoir. Ici, tout est gratuit et sans publicité.
Créer un compte