yarn start gives error
See original GitHub issueOperation System: Arch Linux Beaker Version: master of safe_browser
Following the exact steps in the README leads to yarn start
giving the following output:
Error: Dynamic Symbol Retrieval Error: /home/benno/safe_browser/app/node_modules/safe-app/src/native/libsafe_app.so: undefined symbol: test_create_app
at DynamicLibrary.get (/home/benno/safe_browser/app/node_modules/ffi/lib/dynamic_library.js:112:11)
at /home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:27:42
at Array.forEach (native)
at Object.<anonymous> (/home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:23:5)
at Object.<anonymous> (/home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:51:3)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Dynamic Symbol Retrieval Error: /home/benno/safe_browser/app/node_modules/safe-app/src/native/libsafe_app.so: undefined symbol: test_create_app
at DynamicLibrary.get (/home/benno/safe_browser/app/node_modules/ffi/lib/dynamic_library.js:112:11)
at /home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:27:42
at Array.forEach (native)
at Object.<anonymous> (/home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:23:5)
at Object.<anonymous> (/home/benno/safe_browser/app/node_modules/safe-app/src/native/lib.js:51:3)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
This also happens with yarn run watch
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Error: yarn start - error Command "start" not found
this error happens when you're running yarn start in a wrong directory instead of the root directory where package.json is. if they didn't...
Read more >`yarn start` fails with error message · Issue #1155 - GitHub
The underlying issue was that the yarn path was set incorrectly. If you have this error then you will see a yarn-error.log file...
Read more >Yarn Start not working : r/react - Reddit
First, it sounds like you have not defined a start script in your package.json. You should add the "start" script in the "scripts"...
Read more >Old React App Not Starting | Solution | Yarn Start Error
I created this app one and half year ago. I used create-reat-app to start this react project. Node JS has been upgraded, react...
Read more >Error Codes | Yarn - Package Manager
This error is usually caused by a Yarn plugin being missing. YN0011 - FETCHER_NOT_FOUND. A fetcher cannot be found for the given package....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The issue with building the browser were all solved. @b-zee , if you still facing some other issues please raise them in separate tickets, thanks a lot for your help!!
I did not have the lock option locked, on opening the browser window it will ask me to authorise, no matter whether it’s locked or not. My test application does not seem to get a response from
window.safeApp.authorise
. The application will not lead to an authorisation window pop-up.I can not view the authorisation page of the SAFE browser app (which shows which permissions are given per container to the app).
Thanks for the effort!
I did not have these issues the past week with commit 7dbcf8658670301d99bff4e9e3b67fc7a7266503.