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 am following the step by step guide to install the theme, however I run into the following error when trying to do the project-init:
sudo yarn project-init
yarn run v1.22.19
$ falcon-cli init
/opt/lampp/htdocs/prestasupergift/themes/supergift-theme/_dev/node_modules/@oksydan/falcon-cli/index.js:9
error(
^
TypeError: error is not a function
at Object.<anonymous> (/opt/lampp/htdocs/prestasupergift/themes/supergift-theme/_dev/node_modules/@oksydan/falcon-cli/index.js:9:3)
at Module._compile (node:internal/modules/cjs/loader:1159:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
at Module.load (node:internal/modules/cjs/loader:1037:32)
at Module._load (node:internal/modules/cjs/loader:878:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47
Node.js v18.12.1
error Command failed with exit code 1.
Node.js version
v18.12.1
php version
v8.1.10
OS and it's version
Lubuntu 22.04
Browsers
No response
Required module/theme
theme
Reproduction steps
Follow the step by step guide until step 6
Logs
No response
The text was updated successfully, but these errors were encountered:
looks like falcon-cli is not supporting node version > 16.
I just tested it with node version 18 and was able to reproduce an issue.
No error with version 14 or 16.
I suggest you to downgrade your node version.
There is .nvmrc file inside theme/_dev folder with recommended node version.
Description
I am following the step by step guide to install the theme, however I run into the following error when trying to do the
project-init
:Node.js version
v18.12.1
php version
v8.1.10
OS and it's version
Lubuntu 22.04
Browsers
No response
Required module/theme
theme
Reproduction steps
Follow the step by step guide until step 6
Logs
No response
The text was updated successfully, but these errors were encountered: