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
When I tried to run the first test program, I got the following error
C:\Users{userName}\source\tower-of-babel-solutions>babel-node program.js babel
C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\lib\config\files\configuration.js:273
throw new Error(${filepath}: Config returned typeof ${typeof options});
^
Error: C:\Users{userName}\source\tower-of-babel-solutions.babelrc: Config returned typeof string
at C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\lib\config\files\configuration.js:273:11
at C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\lib\config\files\utils.js:30:12
at Generator.next ()
at Function. (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\lib\gensync-utils\async.js:25:3)
at Generator.next ()
at evaluateSync (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\node_modules\gensync\index.js:251:28)
at Function.sync (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\node_modules\gensync\index.js:89:14)
at sync (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\lib\gensync-utils\async.js:68:25)
at sync (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\node_modules\gensync\index.js:182:19)
at onFirstPause (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\node_modules\gensync\index.js:210:24)
The text was updated successfully, but these errors were encountered:
luzac3
changed the title
babel-node program.js babel
babel-node program.js babel error
Nov 8, 2021
When I tried to run the first test program, I got the following error
C:\Users{userName}\source\tower-of-babel-solutions>babel-node program.js babel
C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\lib\config\files\configuration.js:273
throw new Error(
${filepath}: Config returned typeof ${typeof options}
);^
Error: C:\Users{userName}\source\tower-of-babel-solutions.babelrc: Config returned typeof string
at C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\lib\config\files\configuration.js:273:11
at C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\lib\config\files\utils.js:30:12
at Generator.next ()
at Function. (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\lib\gensync-utils\async.js:25:3)
at Generator.next ()
at evaluateSync (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\node_modules\gensync\index.js:251:28)
at Function.sync (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\node_modules\gensync\index.js:89:14)
at sync (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\lib\gensync-utils\async.js:68:25)
at sync (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\node_modules\gensync\index.js:182:19)
at onFirstPause (C:\Users{userName}\AppData\Roaming\npm\node_modules@babel\core\node_modules\gensync\index.js:210:24)
The text was updated successfully, but these errors were encountered: