Building JavaScript bundle: error

I’m getting this error on my first project. i have not added any library or done anything. i just created my first project ang getting this error in Expo Dev browser window

Building JavaScript bundle: error

Unable to resolve “immediate” from “node_modules/@expo/websql/lib/custom.js”

while i’m getting this on mobile screen in expo app

Expo dignostics

Expo CLI 4.0.11 environment info:
    System:
      OS: Linux 5.4 Ubuntu 20.04.1 LTS (Focal Fossa)
      Shell: 5.0.17 - /bin/bash
    Binaries:
      Node: 15.3.0 - /usr/bin/node
      npm: 7.0.14 - /usr/bin/npm
    npmPackages:
      expo: ~39.0.2 => 39.0.5 
      react: 16.13.1 => 16.13.1 
      react-dom: 16.13.1 => 16.13.1 
      react-native: https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz => 0.63.2 
      react-native-web: ~0.13.12 => 0.13.18 
    npmGlobalPackages:
      expo-cli: 4.0.11
    Expo Workflow: managed

Hey @mmuaz, can you make sure you have node_modules installed? If you do, I would recommend deleting the node_modules folder and then reinstalling them via npm or yarn.

Cheers,
Adam

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.