Closed (cannot reproduce)
Project:
radix
Version:
8.x-4.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2020 at 14:07 UTC
Updated:
15 Mar 2020 at 16:27 UTC
Jump to comment: Most recent
Comments
Comment #2
rar9 commentedANYONE that might be able to help regarding the NPM RUN Watch ERROR I get??
Is radix theme actually still compiling ok??????
if yes, where do I start to look for a fix on my fresh install?
Comment #3
rar9 commentedComment #4
morbus iffComment #5
morbus iffWhat are the contents of your src/js/test.script.js?
Comment #6
rar9 commentedHere the generated code from subtheme creation.
I just need to know if Radix Theme is aktually BROKEN or if it might be a Server fault.
Comment #7
morbus iffMany people are using Radix subthemes, myself included, everyday.
Comment #8
rar9 commentedThink is the output when I run npm install
Is this normal?
$ npm install > test2@ postinstall /var/www/vhosts/XXX/web/themes/custom/test2
> find node_modules/ -name '*.info' -type f -delete
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 1186 packages from 597 contributors and audited 20858 packages in 7.67s
27 packages are looking for funding
run `npm fund` for details
found 1 moderate severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
Comment #9
rar9 commentedok i reinstalled NODEjs and NPM
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Now my Node.js downgrade to 12.16.1 an NPM run watch works.
Comment #10
morbus iff