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
Since upgrading @cityssm/simple-password-generator from version 2.0.2 to 2.1.1 getting the follwing errors:
ERROR in ./node_modules/@cityssm/unleet/translations.js 1:0-25
Module not found: Error: Can't resolve 'fs' in '/node_modules/@cityssm/unleet'
ERROR in ./node_modules/@cityssm/unleet/translations.js 3:25-38
export 'fileURLToPath' (imported as 'fileURLToPath') was not found in 'url' (possible exports: Url, format, parse, resolve, resolveObject)
Since upgrading @cityssm/simple-password-generator from version 2.0.2 to 2.1.1 getting the follwing errors:
ERROR in ./node_modules/@cityssm/unleet/translations.js 1:0-25
Module not found: Error: Can't resolve 'fs' in '/node_modules/@cityssm/unleet'
ERROR in ./node_modules/@cityssm/unleet/translations.js 3:25-38
export 'fileURLToPath' (imported as 'fileURLToPath') was not found in 'url' (possible exports: Url, format, parse, resolve, resolveObject)
Looks to be changes from this commit.
e22e5a4
I'm using Laravel Mix with webpack for building js.
I've tried adding this which seems to fix the first issue but the second is still present:
The text was updated successfully, but these errors were encountered: