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
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Following #551, I upgrade to 3.0.75 and get an exception:
TypeError: Cannot read property 'f' of undefined
at Object.<anonymous> (file:///pencil.js/modules/image/image.js:1)
at Generator.next (<anonymous>)
at file:///pencil.js/node_modules/nyc/node_modules/append-transform/index.js:62:4
at extensions.(anonymous function) (file:///pencil.js/node_modules/require-precompiled/index.js:16:3)
at file:///pencil.js/node_modules/nyc/node_modules/append-transform/index.js:62:4
at require.extensions.(anonymous function) (file:///pencil.js/node_modules/ava/lib/process-adapter.js:100:4)
at Object.<anonymous> (file:///pencil.js/node_modules/nyc/node_modules/append-transform/index.js:62:4)
at Module.load (internal/modules/cjs/loader.js:599:32)
It occur when I execute npx nyc ava where AVA requires esm. However, I get no exception when I do npx ava or when I use esm@3.0.74.
I tried every version of esm between 75 and 79 without any luck. I don't manage yet to isolate this error in a simple repo (still trying tho).
The weird stuff is that when I clean the .cache folder and rerun the command, I don't always get the same amount of exceptions.
The text was updated successfully, but these errors were encountered:
Following #551, I upgrade to 3.0.75 and get an exception:
It occur when I execute
npx nyc ava
where AVA requiresesm
. However, I get no exception when I donpx ava
or when I use esm@3.0.74.I tried every version of esm between 75 and 79 without any luck. I don't manage yet to isolate this error in a simple repo (still trying tho).
The weird stuff is that when I clean the .cache folder and rerun the command, I don't always get the same amount of exceptions.
The text was updated successfully, but these errors were encountered: