problem with npm start
See original GitHub issueTeenshali@DESKTOP-M6H39SM MINGW64 ~/MagicMirror $ npm start
magicmirror@2.11.0 start C:\Users\Teenshali\MagicMirror DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js
‘DISPLAY’ is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! magicmirror@2.11.0 start: DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.11.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Teenshali\AppData\Roaming\npm-cache_logs\2020-04-02T13_24_03_240Z-debug.log
Teenshali@DESKTOP-M6H39SM MINGW64 ~/MagicMirror
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (1 by maintainers)
@Teenshali10 I think this is a newly discovered roboto-fontface install problem…
do this
edit vendor/package.json and change the version of roboto-fontface like this from
to
them in the vendor folder do npm install
then try to restart mm…
please advise your results
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.