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
What minimal example or steps are needed to reproduce the bug?
npm init stylelint
npx: installed 76 in 8.406s
/home/db/.npm/_npx/583809/lib/node_modules/create-stylelint/create-stylelint.mjs:5
import process from 'node:process';
^^^^^^^
SyntaxError: Unexpected identifier
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
What minimal configuration is needed to reproduce the bug?
What minimal example or steps are needed to reproduce the bug?
npm init stylelint
npx: installed 76 in 8.406s
/home/db/.npm/_npx/583809/lib/node_modules/create-stylelint/create-stylelint.mjs:5
import process from 'node:process';
^^^^^^^
SyntaxError: Unexpected identifier
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
What minimal configuration is needed to reproduce the bug?
1- Fresh Ubuntu 20.04.5 LTS
2- sudo apt-get install nodejs
3- sudo apt-get install npm
4- npm init stylelint
How did you run Stylelint?
npm init stylelint
Which Stylelint-related dependencies are you using?
None
What did you expect to happen?
To install stylelint
What actually happened?
Error
Do you have a proposal to fix the bug?
No response
The text was updated successfully, but these errors were encountered: