node error on: npm run start #256
-
Hi, I'm following the tutorial on https://getdoks.org/tutorial/start-new-project/#install-dependencies (I'm on an M1 Mac and first installed brew then installed node with % npm install added 1247 packages, and audited 1248 packages in 17s 98 packages are looking for funding 1 moderate severity vulnerability To address all issues, run: Run % npm audit fix changed 1 package, and audited 1248 packages in 1s 98 packages are looking for funding found 0 vulnerabilities % npm run start
node:events:342 Error: spawn /Users/udo/Documents/zfl21/node_modules/hugo-bin/vendor EACCES Not sure what to do now, is this a problem with node/npm, brew or doks? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I got it to run by starting a duplicated Terminal.app in Rosetta and installing everything I needed via MacPorts. |
Beta Was this translation helpful? Give feedback.
I got it to run by starting a duplicated Terminal.app in Rosetta and installing everything I needed via MacPorts.
I'll still leave my original question open, in case someone else runs into the same problem.