After upgrading nodejs 0.10.25 to 0.12.7 I get following error in node-inspectors console:
Cannot find module '/usr/local/lib/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.5.4/node-v14-linux-x64/debug.node'
Fix:
cd /usr/local/lib/node_modules/node-inspector/node_modules/v8-profiler
sudo npm run install
cd /usr/local/lib/node_modules/node-inspector/node_modules/v8-debug
sudo npm run install
Recent Comments