Restart Dreamweaver. If Dreamweaver was unable to create the node server instance, restarting Dreamweaver addresses the issue.
If restarting doesn't help, proceed with the following steps.
Follow this procedure to troubleshoot linting and Bootstrap issues that occur in Adobe Dreamweaver 2015.
Restart Dreamweaver. If Dreamweaver was unable to create the node server instance, restarting Dreamweaver addresses the issue.
If restarting doesn't help, proceed with the following steps.
Assign a specific port for the services from the node server (including linting). Ensure that this port is not blocked by your system administrator. To do this, create a file NodePort.json, and specify the port number in the file in the following format:
{ “toolingport” : <portnumber> }
For example, if 8010 is the port number that you want to use, then specify the following:
{ “toolingport” : 8010 }
If you have already created a NodePort.json file with a key value pair in it, use comma to separate the new key value pair or specify the new key value pair in a separate line.
Save the NodePort.json file in the following path:
Restart Dreamweaver.
If you still get an error message, contact your system administrator to unblock the IP address of the node server: 127.0.0.1. Then, restart Dreamweaver.
Dreamweaver runs a local HTTP node server for the linting service on a random port assigned by the node. Linting doesn't work if one or both of the following are blocked by your system administrator: