ReferenceError: Can't find variable: process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 01:29 PM
From coarse: Introduction to External Component Development (Current)
The component fails to function correctly from http://localhost:8081/
The java console reports "ReferenceError: Can't find variable: process"
Pushing the component to my dev instance the component works fine
node => 12.22.8
npm => 6.14.15
snc{ "extensions": {
"ui-component": "20.0.0"
},
"snc": "1.1.0"
}
Java console
- Labels:
-
Now Experience UI Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2022 02:25 AM
Hi,
It looks like a similar issue as described here:
https://community.servicenow.com/community?id=community_question&sys_id=e0fa505edb8dcd50e515c2230596194e
Please mark helpful/correct, if that solved your purpose.
Thanks,
Kush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2022 07:58 AM
Thank you that correct the issue