-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify supported npm versions in package.json and enable engine-strict to check npm version on install #102
Specify supported npm versions in package.json and enable engine-strict to check npm version on install #102
Conversation
…ct to check npm version on install
@@ -20,7 +20,7 @@ jobs: | |||
matrix: | |||
include: | |||
- php-version: '7.2' | |||
node-version: '10' | |||
node-version: '12' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the @ckeditor/ckeditor5-core
is not compatible with Node 10
🙈
https://github.com/sulu/skeleton/pull/102/checks?check_run_id=2236924856
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes did also run into this issue when I had the global engine_strict set on my development machine
@@ -0,0 +1,3 @@ | |||
# the javascript setup in this folder is not compatible with npm 7: https://github.com/sulu/skeleton/issues/88 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to add this file to the sulu admin update command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see sulu/sulu#5910 🙂
For completion; this is related to #88 |
With this changes, the following error message is displayed when running
npm install
usingnpm 7
: