-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
importing library in a Angular SSR project I have the follow error at compile time.
ERROR in ./node_modules/ibmcloud-appid/lib/strategies/webapp-strategy.js
Module not found: Error: Can't resolve '../data/languagesCodesArray' in '/..../node_modules/ibmcloud-appid/lib/strategies'
if you replace
const appIdSupportedLanguagesArray = require("../data/languagesCodesArray");with:
const appIdSupportedLanguagesArray = require("../data/languagesCodesArray.json");in ibmcloud-appid/lib/strategies/webapp-strategies.js it should be fixed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels