Error in starting discord with betterdiscord - discord

I have an error while starting discord:
Uncaught error: syntax error: C:\Users\User\AppData\Local\Discord\app.0.0.309\resources\app\betterdiscord\config.js Unexpected token
I honestly don't mind if I have to uninstall BD but I just need to know how or possibly get it fixed without uninstalling it

According to this bug report on their github, you can just reinstall BD to get it to work again.

Related

Error: node-notifier not accessible from #jest/reporters

I am working on a React/Amplify project and I first encountered a error when building/deploying after installing the react-markdown package which I reported here. What they told me was that the error was related to chokidar/fsevents which were occurring because I created the project on a Mac and have since moved to Windows. I followed the steps from this post, and then encountered the following error:
Error: cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm#5 or later to generate it, then try again.
I tried to resolve this bug by upgrading my npm version and reinstalling the packages, and now I am getting the following error:
Error: node-notifier not accessible from #jest/reporters

ReactJS exporting to csv library issue

How can i fix this issue?
[snowpack] Failed to load node_modules/react-csv/src/components/Link.js
Unexpected token (110:6) in /home/clarkeustaquio/Documents/adec/adec/client/node_modules/react-csv/src/components/Link.js
[snowpack] Dependency Install Error: Install failed.
Im using this library: https://www.npmjs.com/package/react-csv
It seems that is something that some folks have been experienced in https://github.com/react-csv/react-csv/issues/268
So you might try what they did to make it work.

How to fix problem with axios version 0.18.0

Axios was running fine but today I try to run my react app and get the error
./node_modules/axios/lib/helpers/cookies.js Error: EPERM: operation not permitted, read
I have tried uninstalling and installing it again but it still persists.
Any help would be highly valued.

React Native Error - Unable to resolve "./withSafeArea" from "node_modules\react-native-safe-area-view\index.js"

I've just updated my React native version to 0.57 from 0.55.
I'm getting bunch of errors starting from Barbel, fixing errors one by one.
Now I'm encountering
"Unable to resolve "./withSafeArea" from
"node_modules\react-native-safe-area-view\index.js"
Error, and that's all information the console gives.
I tried googling it, seems like I'm the first one encountering this error.
What is the error here?
So far I've tried:
delete node_modules folder and do npm install again.
npm install react-native-safe-area-view.
Both no luck :(

Unexpected error using create-react-native-app:

Attempting to use create-react-native-app and falling at the first hurdle here.
I think the problem is when Yarn attempts to install dependencies:
yarn install v0.27.5
[1/4] Resolving packages...
warning react-native > connect#2.30.2: connect 2.x series is deprecated
error An unexpected error occurred: "https://raw.githubusercontent.com/expo/node-websql/e364fa65146a9e2157a19e5c719e7702c2b6b87a/package.json: connect ETIMEDOUT 90.207.238.183:443".
info If you think this is a bug, please open a bug report with the information provided in "D:\\users\\jamie\\WebstormProjects\\hang\\hang-app\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Failed to install
What's odd is that I ran create-react-native-app on this machine last week to test it out and everything was fine.
Does anyone have any idea about what might be going on here?
The error message says towards the end of the 4th line: connect ETIMEDOUT, which I assume means that Yarn timed out while downloaded that package.json file.
I just tried pasting the URL in my browser and it loaded, so if you try again it might just work!

Resources