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
My current node version is 11.6.0 and runs on Debian. Harp version is 0.25.0.
When I downgrade the Node version to 6.5.0, however, I am good to go again — nvm use 6.5.0.
Installing contextify globally and locally as suggested has no effect. In fact, after installing the command nvm list contextify returns empty.
Another workaround was to set nvm use 6.5.0 and then run npm install -g node-inspector --unsafe-perm as per this thread. There the node version used was 5.2.0.
Just a heads up.
It may not be a Harp issue strictly speaking and I am sorry if so. Thanks.
The text was updated successfully, but these errors were encountered:
I have used Harp for several years now and it has served me everything about templating.
But lately it has begun to throw this fatal error when running
harp server
.My current
node
version is 11.6.0 and runs on Debian. Harp version is 0.25.0.When I downgrade the Node version to 6.5.0, however, I am good to go again —
nvm use 6.5.0
.Installing
contextify
globally and locally as suggested has no effect. In fact, after installing the commandnvm list contextify
returnsempty
.Another workaround was to set
nvm use 6.5.0
and then runnpm install -g node-inspector --unsafe-perm
as per this thread. There the node version used was 5.2.0.Just a heads up.
It may not be a Harp issue strictly speaking and I am sorry if so. Thanks.
The text was updated successfully, but these errors were encountered: