Brian Tully
Brian Tully
Actually yes, I did upgrade node from 8.x to current (11.13.0) last week. I'm guessing there is an incompatibility with current in one of the dependencies. I'm going to try...
No luck. Even after downgrading node to 10.15.3 and removing node_modules and doing a clean install by running `yarn`, `yarn package` still gives the error where it cannot transpile/compile the...
Interestingly, `yarn start` serves the app successfully, so it's just the package/compile process that is failing. ¯\\\_(ツ)\_/¯
Thanks, @will-stone. I tried that, and am able to get a little further during the app compilation. However, now I see the following error: ``` Packaging ApplicationWARNING: Code sign failed;...
Thank you! And thanks for saving me $99 😜
Hmm,I'm still having the same error when launching the packaged output. After removing the line at https://github.com/will-stone/SpotSpot/blob/master/package.json#L86 do I also need to delete my yarn.lock and node_modules directory and do...
`yarn start` works, but `yarn package` does not, even after deleting yarn.lock and node_modules and doing a yarn install.
no answer for this yet? does this package just not work? I do not have the Emmet package installed and yet when I press tab all I get is a...
Thanks for this! Anyone know how to get rid of the white titlebar on MacOSX once applying these changes for v4.0? It seems like once you get Slack in dark...
```apm uninstall node-debugger``` Alternatively: ```rm -fr /Applications/Atom.app``` ```brew cask install visual-studio-code```