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
I'm trying to install Plone6 on web server - ubuntu with
pipx run cookiecutter gh:collective/cookiecutter-plone-starter
I tried it several times, precheck ist successful, docker / docker daemon is running . What should I do to solve this problem? I'm sorry if my question is not to imprecise - I'm an absolutely newbie... ;-)
Expanded Security Maintenance for Applications is not enabled.
0 updates can be applied immediately.
Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status
Last login: Sat Mar 16 11:10:52 2024 from 5.146.192.145
root@JePlone:~# pipx run cookiecutter gh:collective/cookiecutter-plone-starter
You've downloaded /root/.cookiecutters/cookiecutter-plone-starter before. Is it
okay to delete and re-download it? [y/n] (y): y
/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/lib/cli.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at lazy (/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/node_modules/import-lazy/index.js:2:51)
at /root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/node_modules/import-lazy/index.js:10:11
at new UpdateNotifier (/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/node_modules/update-notifier/index.js:46:4)
at module.exports (/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/node_modules/update-notifier/index.js:183:25)
at updateCheck (/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/lib/cli.js:54:20)
at Object. (/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/lib/cli.js:190:1) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/node_modules/update-notifier/index.js',
'/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/lib/cli.js'
]
}
Node.js v20.11.1
ERROR: Stopping generation because post_gen_project hook script didn't exit successfully
Hook script failed (exit status: 1)
root@JePlone:~# docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
The Docker client contacted the Docker daemon.
The Docker daemon pulled the "hello-world" image from the Docker Hub.
(amd64)
The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
I'm trying to install Plone6 on web server - ubuntu with
pipx run cookiecutter gh:collective/cookiecutter-plone-starter
I tried it several times, precheck ist successful, docker / docker daemon is running . What should I do to solve this problem? I'm sorry if my question is not to imprecise - I'm an absolutely newbie... ;-)
Plone6_Error_cookiecutter.md
Welcome to Ubuntu 22.04.4 LTS (GNU/Linux 5.15.0-100-generic x86_64)
System information as of Sat Mar 16 11:15:52 AM UTC 2024
System load: 0.0
Usage of /: 17.4% of 37.23GB
Memory usage: 22%
Swap usage: 0%
Processes: 123
Users logged in: 0
IPv4 address for docker0: 172.17.0.1
IPv4 address for eth0: 37.27.12.27
IPv6 address for eth0: 2a01:4f9:c012:d1fd::1
Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
just raised the bar for easy, resilient and secure K8s cluster deployment.
https://ubuntu.com/engage/secure-kubernetes-at-the-edge
Expanded Security Maintenance for Applications is not enabled.
0 updates can be applied immediately.
Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status
Last login: Sat Mar 16 11:10:52 2024 from 5.146.192.145
root@JePlone:~# pipx run cookiecutter gh:collective/cookiecutter-plone-starter
You've downloaded /root/.cookiecutters/cookiecutter-plone-starter before. Is it
okay to delete and re-download it? [y/n] (y): y
Cookiecutter Plone Starter
Sanity checks
[1/5] Python: ✓
[2/5] Node: ✓
[3/5] yo: ✓
[4/5] Docker: ✓
[5/5] git: ✓
Project details
[1/19] Project Title (Project Title): jeplone
[2/19] Project Description (A new project using Plone 6.): training
[3/19] Project Slug (Used for repository id) (jeplone): jeplone
[4/19] Project URL (without protocol) (jeplone.example.com): jeplone.de
[5/19] Author (Plone Foundation): Jenny
[6/19] Author E-mail (collective@plone.org):
[7/19] Python Package Name (jeplone):
[8/19] Volto Addon Name (volto-jeplone):
[9/19] Choose a Python Test Framework
1 - pytest
2 - unittest
Choose from [1/2] (1): 1
[10/19] Plone Version (6.0.10):
[11/19] Should we use Volto Alpha Versions? (No): yes
[12/19] Volto Version (18.0.0-alpha.20):
[13/19] Volto Generator Version (9.0.0-alpha.9):
[14/19] Language
1 - English
2 - Deutsch
3 - Español
4 - Português (Brasil)
5 - Nederlands
6 - Suomi
Choose from [1/2/3/4/5/6] (1): 1
[15/19] GitHub Username or Organization (collective): fraukunigunde
[16/19] Container Registry
1 - GitHub Container Registry
2 - Docker Hub
Choose from [1/2] (1): 1
[17/19] Should we setup a caching server?
1 - Yes
2 - No
Choose from [1/2] (1): 2
[18/19] Add Ansible playbooks?
1 - Yes
2 - No
Choose from [1/2] (1): 1
[19/19] Add GitHub Action to Deploy this project?
1 - Yes
2 - No
Choose from [1/2] (1): 1
jeplone generation
Summary:
Frontend codebase:
Error while running yo @plone/volto frontend --description 'training' --skip-install --no-interactive --volto=18.0.0-alpha.20 --canary --defaultAddonName volto-jeplone:
node:internal/modules/cjs/loader:1147
throw err;
^
Error: Cannot find module 'is-ci'
Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at lazy (/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/node_modules/import-lazy/index.js:2:51)
at /root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/node_modules/import-lazy/index.js:10:11
at new UpdateNotifier (/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/node_modules/update-notifier/index.js:46:4)
at module.exports (/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/node_modules/update-notifier/index.js:183:25)
at updateCheck (/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/lib/cli.js:54:20)
at Object. (/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/lib/cli.js:190:1) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/node_modules/update-notifier/index.js',
'/root/.nvm/versions/node/v20.11.1/lib/node_modules/yo/lib/cli.js'
]
}
Node.js v20.11.1
ERROR: Stopping generation because post_gen_project hook script didn't exit successfully
Hook script failed (exit status: 1)
root@JePlone:~# docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
(amd64)
executable that produces the output you are currently reading.
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/
For more examples and ideas, visit:
https://docs.docker.com/get-started/
root@JePlone:~#
The text was updated successfully, but these errors were encountered: