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
Apologies if this is a very simple solution! Just starting out with gulp. When I run the how to use example, I get the following exception:
Error: No valid exports main found for '----/node_modules/terser'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)
at applyExports (internal/modules/cjs/loader.js:502:14)
at resolveExports (internal/modules/cjs/loader.js:551:12)
at Function.Module._findPath (internal/modules/cjs/loader.js:657:22)
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:960:27)
at Function.Module._load (internal/modules/cjs/loader.js:855:27)
at Module.require (internal/modules/cjs/loader.js:1033:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (------/node_modules/gulp-terser/lib/index.js:7:38)
at Module._compile (internal/modules/cjs/loader.js:1144:30) {
code: 'MODULE_NOT_FOUND'
Can anyone advise whats causing this?
node v13.6.0
The text was updated successfully, but these errors were encountered:
Apologies if this is a very simple solution! Just starting out with gulp. When I run the how to use example, I get the following exception:
Error: No valid exports main found for '----/node_modules/terser'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)
at applyExports (internal/modules/cjs/loader.js:502:14)
at resolveExports (internal/modules/cjs/loader.js:551:12)
at Function.Module._findPath (internal/modules/cjs/loader.js:657:22)
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:960:27)
at Function.Module._load (internal/modules/cjs/loader.js:855:27)
at Module.require (internal/modules/cjs/loader.js:1033:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (------/node_modules/gulp-terser/lib/index.js:7:38)
at Module._compile (internal/modules/cjs/loader.js:1144:30) {
code: 'MODULE_NOT_FOUND'
Apologies if this is a very simple solution! Just starting out with gulp. When I run the how to use example, I get the following exception:
Can anyone advise whats causing this?
node
v13.6.0
The text was updated successfully, but these errors were encountered: