yoshuawuyts / vmd

:pray: preview markdown files
MIT License
1.18k stars 111 forks source link

cannot find module 'highligh.js' #93

Closed Alex-Lin closed 7 years ago

Alex-Lin commented 7 years ago

how to fix this problem:

A JavaScript error occurred in the main process

Uncaught Exception: Error: Cannot find module 'highlight.js' at Module._resolveFilename (module.js:455:15) at Function.Module._resolveFilename (/Users/linli/.nvm/versions/node/v4.7.0/lib/node_modules/vmd/node_modules/electron/dist/Electron.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12) at Function.resolve (internal/module.js:27:19) at Object.exports.getHighlightTheme (/Users/linli/.nvm/versions/node/v4.7.0/lib/node_modules/vmd/main/styles.js:24:40) at Function. (/Users/linli/.nvm/versions/node/v4.7.0/lib/node_modules/vmd/main/create-window.js:174:20)

Alex-Lin commented 7 years ago

This issue is caused by nvm.

Installing node 6 lts by pkg resolved my problem.