You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doks loads its dependencies via Node modules and is thus installed with npm.
Purple Prism is currently using Hugo modules as that's more native to the Hugo ecosystem, but that means more steps for installation. It might be easier to just publish this as a Node module and load everything that way.
This would also allow us to set up a single project-level package.json and inherit Doks Node commands.
The text was updated successfully, but these errors were encountered:
Doks loads its dependencies via Node modules and is thus installed with npm.
Purple Prism is currently using Hugo modules as that's more native to the Hugo ecosystem, but that means more steps for installation. It might be easier to just publish this as a Node module and load everything that way.
This would also allow us to set up a single project-level
package.json
and inherit Doks Node commands.The text was updated successfully, but these errors were encountered: