-
|
I've just upgraded all of node, hugo and docsy and have some errors after running hugo.
The output of 'hugo' is Does anyone know where to start debugging this? It is likely to be down to node, hugo, my content or docsy? I don't know why it would be reading that file /Users/oliverkohll/workspace/package.json as that's outside of the project directory (it's in the parent) and doesn't exist. I tried copying the project's package.json there but with the same result. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
With hugo v0.160, Node's Please try to reinstall your npm dependencies by running this command If this does not help, you may consider disabling Node permissions in your Hope this helps. |
Beta Was this translation helpful? Give feedback.
With hugo v0.160, Node's
--permissionmodel was enabled.Please try to reinstall your npm dependencies by running this command
If this does not help, you may consider disabling Node permissions in your
hugo.toml:Hope this helps.