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
While running npm run bundle --workspace realm throws an error due to bundle script does not exist in realm package.
Could you help on this please?
Stacktrace & log output
npm ERR! Lifecycle script `bundle` failed with error:
npm ERR! Error: Missing script: "bundle"
To see a list of scripts, run:
npm run
npm ERR!in workspace: [email protected]
npm ERR! at location: /realm-js/packages/realm
Can you reproduce the bug?
Always
Reproduction Steps
export REALM_USE_SYSTEM_OPENSSL=1
git clone https://github.com/realm/realm-js
cd realm-js
git submodule update —-init —-recursive
npm install --ignore-scripts
npm run build:node --workspace realm
npm run bundle --workspace realm
Version
12.9.0
What services are you using?
-- select --
Are you using encryption?
Yes
Platform OS and version(s)
debian
Build environment
No response
Cocoapods version
No response
The text was updated successfully, but these errors were encountered:
@kraenhansen we've managed to build within a specific architecture and build steps seems to complete successfully (realm.node is created).
Next documentation step is: run npm install realm-js-path. We run it and a symlink is setup. After it, we start the application and seems the some dependencies are missing.
Error: Cannot find module '@realm/fetch'
Which step are we missing? Could you help on that please?
How frequently does the bug occur?
Always
Description
I am following these steps https://github.com/realm/realm-js/blob/main/contrib/building.md#building-for-nodejs.
While running
npm run bundle --workspace realm
throws an error due to bundle script does not exist in realm package.Could you help on this please?
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
Version
12.9.0
What services are you using?
-- select --
Are you using encryption?
Yes
Platform OS and version(s)
debian
Build environment
No response
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: