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
Error: Cannot find module '../public/scripts/highlight-c.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object. (/usr/local/devnote/lib/renderer.js:2:1)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
파일을 뒤져보니 저 파일은 public/scripts가 아니라 lib 폴더에 있네요.
The text was updated successfully, but these errors were encountered:
우분투에서 git clone하고 설치 후 실행 시, 아래와 같이 나옵니다.
Error: Cannot find module '../public/scripts/highlight-c.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object. (/usr/local/devnote/lib/renderer.js:2:1)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
파일을 뒤져보니 저 파일은 public/scripts가 아니라 lib 폴더에 있네요.
The text was updated successfully, but these errors were encountered: