ruiqimao / qmkbuilder

Online GUI for QMK Firmware
http://kbfirmware.com
GNU General Public License v3.0
382 stars 123 forks source link

Error: Cannot find module #69

Closed gitsang closed 3 years ago

gitsang commented 3 years ago
# npm install
npm WARN react-codemirror@0.3.0 requires a peer of react@>=0.14 <16 but none is installed. You must install peer dependencies yourself.
npm WARN react-codemirror@0.3.0 requires a peer of react-dom@>=0.14 <16 but none is installed. You must install peer dependencies yourself.

audited 475 packages in 3.024s

9 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

# npm run deploy

> qmkbuilder@1.0.0 deploy /home/sang/operation/qmkbuilder
> cross-env NODE_PATH=./src NODE_ENV=production node deploy.js

errorify: Error: Cannot find module './local' from '/home/sang/operation/qmkbuilder/src/const'
gitsang commented 3 years ago

How can I fix it