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
Could not verify: Error: Cannot find module '@babel/preset-env' from 'D:\NodeSchool\20-tower-of-babel'
at Function.resolveSync [as sync] (C:\Users\bilal\AppData\Roaming\npm\node_modules\tower-of-babel\node_modules\resolve\lib\sync.js:111:15)
at resolveStandardizedName (C:\Users\bilal\AppData\Roaming\npm\node_modules\tower-of-babel\node_modules\@babel\core\lib\config\files\plugins.js:101:31)
at resolvePreset (C:\Users\bilal\AppData\Roaming\npm\node_modules\tower-of-babel\node_modules\@babel\core\lib\config\files\plugins.js:58:10)
at loadPreset (C:\Users\bilal\AppData\Roaming\npm\node_modules\tower-of-babel\node_modules\@babel\core\lib\config\files\plugins.js:77:20)
at createDescriptor (C:\Users\bilal\AppData\Roaming\npm\node_modules\tower-of-babel\node_modules\@babel\core\lib\config\config-descriptors.js:154:9)
at C:\Users\bilal\AppData\Roaming\npm\node_modules\tower-of-babel\node_modules\@babel\core\lib\config\config-descriptors.js:109:50
at Array.map (<anonymous>)
at createDescriptors (C:\Users\bilal\AppData\Roaming\npm\node_modules\tower-of-babel\node_modules\@babel\core\lib\config\config-descriptors.js:109:29)
at createPresetDescriptors (C:\Users\bilal\AppData\Roaming\npm\node_modules\tower-of-babel\node_modules\@babel\core\lib\config\config-descriptors.js:101:10)
at C:\Users\bilal\AppData\Roaming\npm\node_modules\tower-of-babel\node_modules\@babel\core\lib\config\config-descriptors.js:58:96
but I could run perfectly babel-node program.js
The text was updated successfully, but these errors were encountered:
SB1lal
changed the title
Could not verify: Error: Cannot find module '@babel/preset-env' from 'D:\NodeSchool\20-tower-of-babel'
Could not verify: Error: Cannot find module '@babel/preset-env'
Apr 18, 2024
When I try to verify ex.1, I get this error:
but I could run perfectly
babel-node program.js
The text was updated successfully, but these errors were encountered: