AutoGenView and RouteView issue #9089
Replies: 4 comments 1 reply
-
@SamEsmailR, not sure if this helps:
|
Beta Was this translation helpful? Give feedback.
-
Hi @SamEsmailR I use nodejs v16 on Mac OSX and Ubuntu 22.04/24.04, and I don't face any issues. Was this the first time you've tried this or do you have any local changes you were trying to test/build. If you're not able to fix, as Windows isn't the usual development env most of us have, you can try to setup a Ubuntu-docker based env on your Windows system (for example, using docker desktop or multipass). This is my env info:
|
Beta Was this translation helpful? Give feedback.
-
@SamEsmailR Is the package-lock.json file missing by any chance? |
Beta Was this translation helpful? Give feedback.
-
Hi, I am facing the same issue. Background: System details and env info: Ubuntu 24.04.2 $ npm --version
|
Beta Was this translation helpful? Give feedback.
-
i am constantly getting these errors when i am trying to start the development server for the ui
ERROR Failed to compile with 1 error 8:29:13 PM
error in ./src/layouts/RouteView.vue?vue&type=script&lang=js
Syntax Error: TypeError: Cannot read properties of null (reading 'content')
@ ./src/layouts/RouteView.vue?vue&type=script&lang=js 1:0-280 1:0-280 1:281-550 1:281-550
@ ./src/layouts/RouteView.vue
@ ./src/layouts/index.js
@ ./src/config/router.js
@ ./src/router/index.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.1.5:5050&sockPath=/sockjs-node (webpack)/hot/dev-server.js ./src/main.js
ERROR Failed to compile with 1 error 8:28:49 PM
error in ./src/views/AutogenView.vue?vue&type=script&lang=js
Syntax Error: TypeError: Cannot read properties of null (reading 'content')
@ ./src/views/AutogenView.vue?vue&type=script&lang=js 1:0-282 1:0-282 1:283-554 1:283-554
@ ./src/views/AutogenView.vue
@ ./src/config/router.js
@ ./src/router/index.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://192.168.1.5:5050&sockPath=/sockjs-node (webpack)/hot/dev-server.js ./src/main.js
i am using windows 10 with nodejs 16 installed this is the .env.local CS_URL=http://localhost:8080
and thats it i made no other changes
Beta Was this translation helpful? Give feedback.
All reactions