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
{{ message }}
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
I am currently trying to run the demo app using electricShine::electrify but I run into the following issue:
Error in eval(parse(text = text, keep.source = FALSE), envir) :
object 'platform' not found
To solve this I manually set platform <- "win" and arch <- "x64" using this suggestion.
I then run into a new issue which I have no clue how to solve:
webpack --config=build/webpack.unit.config.js --env=test --display=none
error: unknown option '--display=none'
[webpack-cli] Run 'webpack --help' to see available commands and options
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] preunit: `webpack --config=build/webpack.unit.config.js --env=test --display=none`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] preunit script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Any help would be very much appreciated!
The text was updated successfully, but these errors were encountered:
I am currently trying to run the demo app using electricShine::electrify but I run into the following issue:
Error in eval(parse(text = text, keep.source = FALSE), envir) :
object 'platform' not found
To solve this I manually set platform <- "win" and arch <- "x64" using this suggestion.
I then run into a new issue which I have no clue how to solve:
webpack --config=build/webpack.unit.config.js --env=test --display=none
error: unknown option '--display=none'
[webpack-cli] Run 'webpack --help' to see available commands and options
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] preunit: `webpack --config=build/webpack.unit.config.js --env=test --display=none`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] preunit script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Any help would be very much appreciated!
Hello, I also encountered this problem. Have you solved it? Sincerely waiting for your reply
Hello,
I am currently trying to run the demo app using
electricShine::electrify
but I run into the following issue:To solve this I manually set
platform <- "win"
andarch <- "x64"
using this suggestion.I then run into a new issue which I have no clue how to solve:
Any help would be very much appreciated!
The text was updated successfully, but these errors were encountered: