I’m sorry to annoy y’all on a Saturday with another tutorial issue, but the issues I’ve found in this forum haven’t been helpful for my situation. Trying to follow the quickstart tutorial hasn’t been a smooth experience for me.
ember-cli: 6.7.0
node: 24.9.0
os: darwin arm64
Installing ember is the easy portion of course, but after trying ember new […] and then initializing the server with npm start (or ember s), all I see in the browser is a blank page and a couple errors in the browser’s console:
Error while processing route: index"Could not find module `@glimmer/component` imported from `ember-welcome-page/components/welcome-page`"
[Error] Error: Could not find module `@glimmer/component` imported from `ember-welcome-page/components/welcome-page`
onerrorDefault (vendor.js:5833:873)
trigger (vendor.js:4602)
(anonymous function) (vendor.js:4903:424)
invoke (vendor.js:3532:273)
flush (vendor.js:3527)
flush (vendor.js:3546:369)
_end (vendor.js:3576)
end (vendor.js:3556:565)
_run (vendor.js:3576:949)
callback (vendor.js:16171:297)
[Error] Failed to load resource: You do not have permission to access the requested resource.
At first I thought my node version (v22) was outdated so I upgraded that to node v24 using nvm, then re-installed ember-cli. I also tried to delete the node_modules folder and reinstall (rm -rf node_modules && npm install) with no success.
I don’t do a lot of JS code on my day-to-day so I don’t think it’s some sort of cross-contamination from another project which may have messed up my packages or permissions – but of course, I could be wrong (I hope I am).
Any help is appreciated, thank you for reading this far.
6 posts - 4 participants